Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

kyvour/a4tech-bloody-linux-driver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a4tech-bloody-linux-driver

Linux driver for a4tech bloody mouse series.

Compile

~$ git clone <repo> <dir>
~$ cd <dir>
~$ cmake ./
~$ make

Run

./bloody

Add new bloody devices

  1. Get USB PID of device:
~$ lsusb -d 09da: | cut -d ' ' -f6 | cut -d ':' -f2
  1. Add that PID to Mouce.h & Mouce.cpp

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.6%
  • CMake 5.2%
  • Shell 2.2%