sysfs-driver-hid-roccat-pyra 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/profile_settings
  2. Date: August 2010
  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 in settings and buttons.
  6. profile_settings holds information like resolution, sensitivity
  7. and light effects.
  8. When written, this file lets one write the respective profile
  9. settings back to the mouse. The data has to be 13 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. This file is writeonly.
  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>/pyra/roccatpyra<minor>/profile[1-5]_settings
  16. Date: August 2010
  17. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  18. Description: The mouse can store 5 profiles which can be switched by the
  19. press of a button. A profile is split in settings and buttons.
  20. profile_settings holds information like resolution, sensitivity
  21. and light effects.
  22. When read, these files return the respective profile settings.
  23. The returned data is 13 bytes in size.
  24. This file is readonly.
  25. Users: http://roccat.sourceforge.net
  26. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/profile_buttons
  27. Date: August 2010
  28. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  29. Description: The mouse can store 5 profiles which can be switched by the
  30. press of a button. A profile is split in settings and buttons.
  31. profile_buttons holds information about button layout.
  32. When written, this file lets one write the respective profile
  33. buttons back to the mouse. The data has to be 19 bytes long.
  34. The mouse will reject invalid data.
  35. Which profile to write is determined by the profile number
  36. contained in the data.
  37. This file is writeonly.
  38. Users: http://roccat.sourceforge.net
  39. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/profile[1-5]_buttons
  40. Date: August 2010
  41. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  42. Description: The mouse can store 5 profiles which can be switched by the
  43. press of a button. A profile is split in settings and buttons.
  44. profile_buttons holds information about button layout.
  45. When read, these files return the respective profile buttons.
  46. The returned data is 19 bytes in size.
  47. This file is readonly.
  48. Users: http://roccat.sourceforge.net
  49. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/settings
  50. Date: August 2010
  51. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  52. Description: When read, this file returns the settings stored in the mouse.
  53. The size of the data is 3 bytes and holds information on the
  54. startup_profile.
  55. When written, this file lets write settings back to the mouse.
  56. The data has to be 3 bytes long. The mouse will reject invalid
  57. data.
  58. Users: http://roccat.sourceforge.net