sysfs-driver-hid-roccat-savu 4.0 KB

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