sysfs-driver-hid-roccat-pyra 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/profile_settings
  9. Date: August 2010
  10. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  11. Description: The mouse can store 5 profiles which can be switched by the
  12. press of a button. A profile is split in settings and buttons.
  13. profile_settings holds information like resolution, sensitivity
  14. and light effects.
  15. When written, this file lets one write the respective profile
  16. settings back to the mouse. The data has to be 13 bytes long.
  17. The mouse will reject invalid data.
  18. Which profile to write is determined by the profile number
  19. contained in the data.
  20. Before reading this file, control has to be written to select
  21. which profile to read.
  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>/pyra/roccatpyra<minor>/profile_buttons
  24. Date: August 2010
  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 in settings and buttons.
  28. profile_buttons holds information about button layout.
  29. When written, this file lets one write the respective profile
  30. buttons back to the mouse. The data has to be 19 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. Before reading this file, control has to be written to select
  35. which profile to read.
  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>/pyra/roccatpyra<minor>/settings
  38. Date: August 2010
  39. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  40. Description: When read, this file returns the settings stored in the mouse.
  41. The size of the data is 3 bytes and holds information on the
  42. startup_profile.
  43. When written, this file lets write settings back to the mouse.
  44. The data has to be 3 bytes long. The mouse will reject invalid
  45. data.
  46. Users: http://roccat.sourceforge.net