Stefan Achatz | 6a2a639 | 2012-05-20 22:44:54 +0200 | [diff] [blame] | 1 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/savu/roccatsavu<minor>/buttons |
| 2 | Date: Mai 2012 |
| 3 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 4 | Description: The mouse can store 5 profiles which can be switched by the |
| 5 | press of a button. A profile is split into general settings and |
| 6 | button settings. buttons holds informations about button layout. |
| 7 | When written, this file lets one write the respective profile |
| 8 | buttons to the mouse. The data has to be 47 bytes long. |
| 9 | The mouse will reject invalid data. |
| 10 | Which profile to write is determined by the profile number |
| 11 | contained in the data. |
| 12 | Before reading this file, control has to be written to select |
| 13 | which profile to read. |
| 14 | Users: http://roccat.sourceforge.net |
| 15 | |
| 16 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/savu/roccatsavu<minor>/control |
| 17 | Date: Mai 2012 |
| 18 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 19 | Description: When written, this file lets one select which data from which |
| 20 | profile will be read next. The data has to be 3 bytes long. |
| 21 | This file is writeonly. |
| 22 | Users: http://roccat.sourceforge.net |
| 23 | |
| 24 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/savu/roccatsavu<minor>/general |
| 25 | Date: Mai 2012 |
| 26 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 27 | Description: The mouse can store 5 profiles which can be switched by the |
| 28 | press of a button. A profile is split into general settings and |
| 29 | button settings. profile holds informations like resolution, sensitivity |
| 30 | and light effects. |
| 31 | When written, this file lets one write the respective profile |
| 32 | settings back to the mouse. The data has to be 43 bytes long. |
| 33 | The mouse will reject invalid data. |
| 34 | Which profile to write is determined by the profile number |
| 35 | contained in the data. |
| 36 | This file is writeonly. |
| 37 | Users: http://roccat.sourceforge.net |
| 38 | |
| 39 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/savu/roccatsavu<minor>/info |
| 40 | Date: Mai 2012 |
| 41 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 42 | Description: When read, this file returns general data like firmware version. |
Stefan Achatz | 9e78eb8 | 2012-11-04 09:38:58 +0100 | [diff] [blame] | 43 | When written, the device can be reset. |
Stefan Achatz | 6a2a639 | 2012-05-20 22:44:54 +0200 | [diff] [blame] | 44 | The data is 8 bytes long. |
Stefan Achatz | 6a2a639 | 2012-05-20 22:44:54 +0200 | [diff] [blame] | 45 | Users: http://roccat.sourceforge.net |
| 46 | |
| 47 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/savu/roccatsavu<minor>/macro |
| 48 | Date: Mai 2012 |
| 49 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 50 | Description: When written, this file lets one store macros with max 500 |
| 51 | keystrokes for a specific button for a specific profile. |
| 52 | Button and profile numbers are included in written data. |
| 53 | The data has to be 2083 bytes long. |
| 54 | Before reading this file, control has to be written to select |
| 55 | which profile and key to read. |
| 56 | Users: http://roccat.sourceforge.net |
| 57 | |
| 58 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/savu/roccatsavu<minor>/profile |
| 59 | Date: Mai 2012 |
| 60 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 61 | Description: The mouse can store 5 profiles which can be switched by the |
| 62 | press of a button. profile holds number of actual profile. |
| 63 | This value is persistent, so its value determines the profile |
| 64 | that's active when the mouse is powered on next time. |
| 65 | When written, the mouse activates the set profile immediately. |
| 66 | The data has to be 3 bytes long. |
| 67 | The mouse will reject invalid data. |
| 68 | Users: http://roccat.sourceforge.net |
Stefan Achatz | 11a5c81 | 2012-07-04 18:45:03 +0200 | [diff] [blame] | 69 | |
| 70 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/savu/roccatsavu<minor>/sensor |
| 71 | Date: July 2012 |
| 72 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 73 | Description: The mouse has a Avago ADNS-3090 sensor. |
| 74 | This file allows reading and writing of the mouse sensors registers. |
| 75 | The data has to be 4 bytes long. |
| 76 | Users: http://roccat.sourceforge.net |