You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for all your work.
Second, I know my mouse won't get any support. I'm just giving you this as a FYI.
So, lsusb : Bus 005 Device 002: ID 04d9:fc01 Holtek Semiconductor, Inc. USB Laser Game Mouse
I edited data.cpp to insert 0xfc01, // M902 Samsara
at line 32.
Then, ran sudo ./mouse_m908 -D dump-output.txt and sudo ./mouse_m908 -R read-output.txt : dump-output.txt read-output.txt
I can see clearly it's a mess, and nothing can be extracted from this. I never succeeded to use passthrough with a VM, so I can't get further than this.
But at least, now, there is a bug open for that model, and you can add its status as "not supported" in the readme :)
The text was updated successfully, but these errors were encountered:
First of all, thanks for all your work.
Second, I know my mouse won't get any support. I'm just giving you this as a FYI.
So, lsusb :
Bus 005 Device 002: ID 04d9:fc01 Holtek Semiconductor, Inc. USB Laser Game Mouse
I edited
data.cpp
to insert0xfc01, // M902 Samsara
at line 32.
Then, ran
sudo ./mouse_m908 -D dump-output.txt
andsudo ./mouse_m908 -R read-output.txt
:dump-output.txt
read-output.txt
I can see clearly it's a mess, and nothing can be extracted from this. I never succeeded to use passthrough with a VM, so I can't get further than this.
But at least, now, there is a bug open for that model, and you can add its status as "not supported" in the readme :)
The text was updated successfully, but these errors were encountered: