this repository was moved to https://github.com/andrew-yustyk/a4tech-bloody-linux-driver
Linux driver for a4tech bloody mouse series.
~$ git clone <repo> <dir>
~$ cd <dir>
~$ cmake ./
~$ make
./bloody
- Get USB PID of device:
~$ lsusb -d 09da: | cut -d ' ' -f6 | cut -d ':' -f2
- Add that PID to Mouce.h & Mouce.cpp