sysfs-driver-hid-roccat-savu 4.0 KB

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