Stefan Achatz | 94a8fcf | 2012-11-11 06:20:52 +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_cpi |
| 2 | Date: January 2011 |
| 3 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 4 | Description: The integer value of this attribute ranges from 1-4. |
| 5 | When read, this attribute returns the number of the active |
| 6 | cpi level. |
| 7 | This file is readonly. |
| 8 | Has never been used. If bookkeeping is done, it's done in userland tools. |
| 9 | Users: http://roccat.sourceforge.net |
| 10 | |
| 11 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/actual_sensitivity_x |
| 12 | Date: January 2011 |
| 13 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 14 | Description: The integer value of this attribute ranges from 1-10. |
| 15 | When read, this attribute returns the number of the actual |
| 16 | sensitivity in x direction. |
| 17 | This file is readonly. |
| 18 | Has never been used. If bookkeeping is done, it's done in userland tools. |
| 19 | Users: http://roccat.sourceforge.net |
| 20 | |
| 21 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/actual_sensitivity_y |
| 22 | Date: January 2011 |
| 23 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 24 | Description: The integer value of this attribute ranges from 1-10. |
| 25 | When read, this attribute returns the number of the actual |
| 26 | sensitivity in y direction. |
| 27 | This file is readonly. |
| 28 | Has never been used. If bookkeeping is done, it's done in userland tools. |
| 29 | Users: http://roccat.sourceforge.net |
| 30 | |
| 31 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/firmware_version |
| 32 | Date: January 2011 |
| 33 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 34 | Description: When read, this file returns the raw integer version number of the |
| 35 | firmware reported by the mouse. Using the integer value eases |
| 36 | further usage in other programs. To receive the real version |
| 37 | number the decimal point has to be shifted 2 positions to the |
| 38 | left. E.g. a returned value of 121 means 1.21 |
| 39 | This file is readonly. |
| 40 | Obsoleted by binary sysfs attribute "info". |
| 41 | Users: http://roccat.sourceforge.net |
Stefan Achatz | 172e2ab | 2012-11-11 06:21:19 +0100 | [diff] [blame] | 42 | |
| 43 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/profile[1-5]_buttons |
| 44 | Date: January 2011 |
| 45 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 46 | Description: The mouse can store 5 profiles which can be switched by the |
| 47 | press of a button. A profile is split in settings and buttons. |
| 48 | profile_buttons holds information about button layout. |
| 49 | When read, these files return the respective profile buttons. |
| 50 | The returned data is 23 bytes in size. |
| 51 | This file is readonly. |
| 52 | Write control to select profile and read profile_buttons instead. |
| 53 | Users: http://roccat.sourceforge.net |
| 54 | |
| 55 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/profile[1-5]_settings |
| 56 | Date: January 2011 |
| 57 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 58 | Description: The mouse can store 5 profiles which can be switched by the |
| 59 | press of a button. A profile is split in settings and buttons. |
| 60 | profile_settings holds information like resolution, sensitivity |
| 61 | and light effects. |
| 62 | When read, these files return the respective profile settings. |
| 63 | The returned data is 16 bytes in size. |
| 64 | This file is readonly. |
| 65 | Write control to select profile and read profile_settings instead. |
| 66 | Users: http://roccat.sourceforge.net |