dokutan
dokutan
The USB ids are indeed correct, just to rule out any weird bugs, have you tried to run mouse_m908 with root permissions (i.e. ``sudo mouse_m908 -R -``)? Edit: if that...
That means the M913 uses a different protocol with at least different USB endpoints. To implement support it would be neccessary to capture the USB communication from the official software...
The first step would be to install the official software on Windows either in a virtual machine with USB passthrough or on bare metal. Then install wireshark (on the host...
Both ways should work, i personally have only used it on the Linux host and would recommend that.
I am assuming you are on Linux, have you loaded the usbmon kernel module with ``sudo modprobe usbmon`` ?
The idea is to do these steps for any setting that you might want to implement, i.e. - changing all physical buttons individually - changing and enabling/disabling all DPI levels...
I'm sorry but i can't find your repo, have you maybe set it to private or am i missing something else?
Thanks, that was really helpful. The data you captured confirms that the mouse is indeed using a completely different protocol but support should be possible. I have created a new...
Thanks, the lsusb output looks good. As for the failure to detect the mouse, i honestly have no idea what is going on exactly, as it works for me when...
If i understand you correctly it doesn't work with either the wired or wireless connection. Could you make certain that you are using a build that includes a04dbcf70552d98e836b19ca2b63fff7cb38ff23, maybe call...