mbuesch / razer

Razer device library and tools
http://bues.ch/h/razercfg
GNU General Public License v2.0
253 stars 50 forks source link

Implement DeathAdder 2013 Edition driver #6

Closed acrisci closed 10 years ago

acrisci commented 10 years ago

Add support for configuring the resoulution, poll frequency, and LED status of the DeathAdder 2013 Edition mouse.

The driver was reverse engineered with the use of a USB packet analyzer. The implementation is based heavily on the Naga driver.

fixes #1

mbuesch commented 10 years ago

Thanks a lot for the driver. This will help a lot of people in using their DA2013 devices.

However, next time please use 8-space-wide non-expanded tab indention. (Linux kernel style) This may not be everybody's favorite, but it is important to have a consistent coding style throughout the whole project.

Thanks.