Stefan Achatz | 0e70f97 | 2011-01-30 13:38:24 +0100 | [diff] [blame] | 1 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/actual_profile |
| 2 | Date: January 2011 |
| 3 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 4 | Description: The integer value of this attribute ranges from 0-4. |
| 5 | When read, this attribute returns the number of the active |
| 6 | profile. |
| 7 | When written, the mouse activates this profile immediately. |
| 8 | The profile that's active when powered down is the same that's |
| 9 | active when the mouse is powered on. |
Stefan Achatz | 759ae89 | 2011-02-03 17:10:30 +0100 | [diff] [blame] | 10 | Users: http://roccat.sourceforge.net |
Stefan Achatz | 0e70f97 | 2011-01-30 13:38:24 +0100 | [diff] [blame] | 11 | |
Stefan Achatz | 94a8fcf | 2012-11-11 06:20:52 +0100 | [diff] [blame] | 12 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/info |
| 13 | Date: November 2012 |
Stefan Achatz | 0e70f97 | 2011-01-30 13:38:24 +0100 | [diff] [blame] | 14 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
Stefan Achatz | 94a8fcf | 2012-11-11 06:20:52 +0100 | [diff] [blame] | 15 | Description: When read, this file returns general data like firmware version. |
| 16 | When written, the device can be reset. |
| 17 | The data is 6 bytes long. |
Stefan Achatz | 759ae89 | 2011-02-03 17:10:30 +0100 | [diff] [blame] | 18 | Users: http://roccat.sourceforge.net |
Stefan Achatz | 0e70f97 | 2011-01-30 13:38:24 +0100 | [diff] [blame] | 19 | |
| 20 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/profile_buttons |
| 21 | Date: January 2011 |
| 22 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 23 | Description: The mouse can store 5 profiles which can be switched by the |
| 24 | press of a button. A profile is split in settings and buttons. |
Sylvestre Ledru | f65e51d | 2011-04-04 15:04:46 -0700 | [diff] [blame] | 25 | profile_buttons holds information about button layout. |
Stefan Achatz | 0e70f97 | 2011-01-30 13:38:24 +0100 | [diff] [blame] | 26 | When written, this file lets one write the respective profile |
| 27 | buttons back to the mouse. The data has to be 23 bytes long. |
| 28 | The mouse will reject invalid data. |
| 29 | Which profile to write is determined by the profile number |
| 30 | contained in the data. |
Stefan Achatz | 172e2ab | 2012-11-11 06:21:19 +0100 | [diff] [blame] | 31 | Before reading this file, control has to be written to select |
| 32 | which profile to read. |
Stefan Achatz | 759ae89 | 2011-02-03 17:10:30 +0100 | [diff] [blame] | 33 | Users: http://roccat.sourceforge.net |
Stefan Achatz | 0e70f97 | 2011-01-30 13:38:24 +0100 | [diff] [blame] | 34 | |
| 35 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/profile_settings |
| 36 | Date: January 2011 |
| 37 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 38 | Description: The mouse can store 5 profiles which can be switched by the |
| 39 | press of a button. A profile is split in settings and buttons. |
Sylvestre Ledru | f65e51d | 2011-04-04 15:04:46 -0700 | [diff] [blame] | 40 | profile_settings holds information like resolution, sensitivity |
Stefan Achatz | 0e70f97 | 2011-01-30 13:38:24 +0100 | [diff] [blame] | 41 | and light effects. |
| 42 | When written, this file lets one write the respective profile |
| 43 | settings back to the mouse. The data has to be 16 bytes long. |
| 44 | The mouse will reject invalid data. |
| 45 | Which profile to write is determined by the profile number |
| 46 | contained in the data. |
Stefan Achatz | 172e2ab | 2012-11-11 06:21:19 +0100 | [diff] [blame] | 47 | Before reading this file, control has to be written to select |
| 48 | which profile to read. |
Stefan Achatz | 759ae89 | 2011-02-03 17:10:30 +0100 | [diff] [blame] | 49 | Users: http://roccat.sourceforge.net |