sysfs-driver-hid-roccat-pyra 5.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/actual_cpi
  2. Date: August 2010
  3. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  4. Description: It is possible to switch the cpi setting of the mouse with the
  5. press of a button.
  6. When read, this file returns the raw number of the actual cpi
  7. setting reported by the mouse. This number has to be further
  8. processed to receive the real dpi value.
  9. VALUE DPI
  10. 1 400
  11. 2 800
  12. 4 1600
  13. This file is readonly.
  14. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/actual_profile
  15. Date: August 2010
  16. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  17. Description: When read, this file returns the number of the actual profile in
  18. range 0-4.
  19. This file is readonly.
  20. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/firmware_version
  21. Date: August 2010
  22. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  23. Description: When read, this file returns the raw integer version number of the
  24. firmware reported by the mouse. Using the integer value eases
  25. further usage in other programs. To receive the real version
  26. number the decimal point has to be shifted 2 positions to the
  27. left. E.g. a returned value of 138 means 1.38
  28. This file is readonly.
  29. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/profile_settings
  30. Date: August 2010
  31. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  32. Description: The mouse can store 5 profiles which can be switched by the
  33. press of a button. A profile is split in settings and buttons.
  34. profile_settings holds informations like resolution, sensitivity
  35. and light effects.
  36. When written, this file lets one write the respective profile
  37. settings back to the mouse. The data has to be 13 bytes long.
  38. The mouse will reject invalid data.
  39. Which profile to write is determined by the profile number
  40. contained in the data.
  41. This file is writeonly.
  42. 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
  43. Date: August 2010
  44. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  45. Description: The mouse can store 5 profiles which can be switched by the
  46. press of a button. A profile is split in settings and buttons.
  47. profile_settings holds informations like resolution, sensitivity
  48. and light effects.
  49. When read, these files return the respective profile settings.
  50. The returned data is 13 bytes in size.
  51. This file is readonly.
  52. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/profile_buttons
  53. Date: August 2010
  54. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  55. Description: The mouse can store 5 profiles which can be switched by the
  56. press of a button. A profile is split in settings and buttons.
  57. profile_buttons holds informations about button layout.
  58. When written, this file lets one write the respective profile
  59. buttons back to the mouse. The data has to be 19 bytes long.
  60. The mouse will reject invalid data.
  61. Which profile to write is determined by the profile number
  62. contained in the data.
  63. This file is writeonly.
  64. 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
  65. Date: August 2010
  66. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  67. Description: The mouse can store 5 profiles which can be switched by the
  68. press of a button. A profile is split in settings and buttons.
  69. profile_buttons holds informations about button layout.
  70. When read, these files return the respective profile buttons.
  71. The returned data is 19 bytes in size.
  72. This file is readonly.
  73. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/startup_profile
  74. Date: August 2010
  75. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  76. Description: The integer value of this attribute ranges from 0-4.
  77. When read, this attribute returns the number of the profile
  78. that's active when the mouse is powered on.
  79. This file is readonly.
  80. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/settings
  81. Date: August 2010
  82. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  83. Description: When read, this file returns the settings stored in the mouse.
  84. The size of the data is 3 bytes and holds information on the
  85. startup_profile.
  86. When written, this file lets write settings back to the mouse.
  87. The data has to be 3 bytes long. The mouse will reject invalid
  88. data.