Stefan Achatz | ecbfe7a | 2012-11-11 06:21:10 +0100 | [diff] [blame] | 1 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/info |
| 2 | Date: November 2012 |
| 3 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 4 | Description: When read, this file returns general data like firmware version. |
| 5 | When written, the device can be reset. |
| 6 | The data is 6 bytes long. |
| 7 | Users: http://roccat.sourceforge.net |
| 8 | |
Stefan Achatz | 4ead364 | 2010-12-10 19:43:34 +0100 | [diff] [blame] | 9 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/profile_settings |
Stefan Achatz | cb7cf3d | 2010-08-29 12:30:18 +0200 | [diff] [blame] | 10 | Date: August 2010 |
| 11 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 12 | Description: The mouse can store 5 profiles which can be switched by the |
| 13 | press of a button. A profile is split in settings and buttons. |
Sylvestre Ledru | f65e51d | 2011-04-04 15:04:46 -0700 | [diff] [blame] | 14 | profile_settings holds information like resolution, sensitivity |
Stefan Achatz | cb7cf3d | 2010-08-29 12:30:18 +0200 | [diff] [blame] | 15 | and light effects. |
| 16 | When written, this file lets one write the respective profile |
| 17 | settings back to the mouse. The data has to be 13 bytes long. |
| 18 | The mouse will reject invalid data. |
| 19 | Which profile to write is determined by the profile number |
| 20 | contained in the data. |
Stefan Achatz | ecbfe7a | 2012-11-11 06:21:10 +0100 | [diff] [blame] | 21 | Before reading this file, control has to be written to select |
| 22 | which profile to read. |
Stefan Achatz | 759ae89 | 2011-02-03 17:10:30 +0100 | [diff] [blame] | 23 | Users: http://roccat.sourceforge.net |
Stefan Achatz | cb7cf3d | 2010-08-29 12:30:18 +0200 | [diff] [blame] | 24 | |
Stefan Achatz | 4ead364 | 2010-12-10 19:43:34 +0100 | [diff] [blame] | 25 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/profile_buttons |
Stefan Achatz | cb7cf3d | 2010-08-29 12:30:18 +0200 | [diff] [blame] | 26 | Date: August 2010 |
| 27 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 28 | Description: The mouse can store 5 profiles which can be switched by the |
| 29 | press of a button. A profile is split in settings and buttons. |
Sylvestre Ledru | f65e51d | 2011-04-04 15:04:46 -0700 | [diff] [blame] | 30 | profile_buttons holds information about button layout. |
Stefan Achatz | cb7cf3d | 2010-08-29 12:30:18 +0200 | [diff] [blame] | 31 | When written, this file lets one write the respective profile |
| 32 | buttons back to the mouse. The data has to be 19 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. |
Stefan Achatz | ecbfe7a | 2012-11-11 06:21:10 +0100 | [diff] [blame] | 36 | Before reading this file, control has to be written to select |
| 37 | which profile to read. |
Stefan Achatz | 759ae89 | 2011-02-03 17:10:30 +0100 | [diff] [blame] | 38 | Users: http://roccat.sourceforge.net |
Stefan Achatz | cb7cf3d | 2010-08-29 12:30:18 +0200 | [diff] [blame] | 39 | |
Stefan Achatz | 4ead364 | 2010-12-10 19:43:34 +0100 | [diff] [blame] | 40 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/settings |
Stefan Achatz | cb7cf3d | 2010-08-29 12:30:18 +0200 | [diff] [blame] | 41 | Date: August 2010 |
| 42 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 43 | Description: When read, this file returns the settings stored in the mouse. |
| 44 | The size of the data is 3 bytes and holds information on the |
| 45 | startup_profile. |
| 46 | When written, this file lets write settings back to the mouse. |
| 47 | The data has to be 3 bytes long. The mouse will reject invalid |
| 48 | data. |
Stefan Achatz | 759ae89 | 2011-02-03 17:10:30 +0100 | [diff] [blame] | 49 | Users: http://roccat.sourceforge.net |