sysfs-driver-hid-roccat-pyra 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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 <[email protected]>
  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. ===== ====
  10. VALUE DPI
  11. ===== ====
  12. 1 400
  13. 2 800
  14. 4 1600
  15. ===== ====
  16. This file is readonly.
  17. Has never been used. If bookkeeping is done, it's done in userland tools.
  18. Users: http://roccat.sourceforge.net
  19. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/actual_profile
  20. Date: August 2010
  21. Contact: Stefan Achatz <[email protected]>
  22. Description: When read, this file returns the number of the actual profile in
  23. range 0-4.
  24. This file is readonly.
  25. Please use binary attribute "settings" which provides this information.
  26. Users: http://roccat.sourceforge.net
  27. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/firmware_version
  28. Date: August 2010
  29. Contact: Stefan Achatz <[email protected]>
  30. Description: When read, this file returns the raw integer version number of the
  31. firmware reported by the mouse. Using the integer value eases
  32. further usage in other programs. To receive the real version
  33. number the decimal point has to be shifted 2 positions to the
  34. left. E.g. a returned value of 138 means 1.38
  35. This file is readonly.
  36. Please use binary attribute "info" which provides this information.
  37. Users: http://roccat.sourceforge.net
  38. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/info
  39. Date: November 2012
  40. Contact: Stefan Achatz <[email protected]>
  41. Description: When read, this file returns general data like firmware version.
  42. When written, the device can be reset.
  43. The data is 6 bytes long.
  44. Users: http://roccat.sourceforge.net
  45. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/profile_buttons
  46. Date: August 2010
  47. Contact: Stefan Achatz <[email protected]>
  48. Description: The mouse can store 5 profiles which can be switched by the
  49. press of a button. A profile is split in settings and buttons.
  50. profile_buttons holds information about button layout.
  51. When written, this file lets one write the respective profile
  52. buttons back to the mouse. The data has to be 19 bytes long.
  53. The mouse will reject invalid data.
  54. Which profile to write is determined by the profile number
  55. contained in the data.
  56. Before reading this file, control has to be written to select
  57. which profile to read.
  58. Users: http://roccat.sourceforge.net
  59. 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
  60. Date: August 2010
  61. Contact: Stefan Achatz <[email protected]>
  62. Description: The mouse can store 5 profiles which can be switched by the
  63. press of a button. A profile is split in settings and buttons.
  64. profile_buttons holds information about button layout.
  65. When read, these files return the respective profile buttons.
  66. The returned data is 19 bytes in size.
  67. This file is readonly.
  68. Write control to select profile and read profile_buttons instead.
  69. Users: http://roccat.sourceforge.net
  70. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/profile_settings
  71. Date: August 2010
  72. Contact: Stefan Achatz <[email protected]>
  73. Description: The mouse can store 5 profiles which can be switched by the
  74. press of a button. A profile is split in settings and buttons.
  75. profile_settings holds information like resolution, sensitivity
  76. and light effects.
  77. When written, this file lets one write the respective profile
  78. settings back to the mouse. The data has to be 13 bytes long.
  79. The mouse will reject invalid data.
  80. Which profile to write is determined by the profile number
  81. contained in the data.
  82. Before reading this file, control has to be written to select
  83. which profile to read.
  84. Users: http://roccat.sourceforge.net
  85. 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
  86. Date: August 2010
  87. Contact: Stefan Achatz <[email protected]>
  88. Description: The mouse can store 5 profiles which can be switched by the
  89. press of a button. A profile is split in settings and buttons.
  90. profile_settings holds information like resolution, sensitivity
  91. and light effects.
  92. When read, these files return the respective profile settings.
  93. The returned data is 13 bytes in size.
  94. This file is readonly.
  95. Write control to select profile and read profile_settings instead.
  96. Users: http://roccat.sourceforge.net
  97. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/settings
  98. Date: August 2010
  99. Contact: Stefan Achatz <[email protected]>
  100. Description: When read, this file returns the settings stored in the mouse.
  101. The size of the data is 3 bytes and holds information on the
  102. startup_profile.
  103. When written, this file lets write settings back to the mouse.
  104. The data has to be 3 bytes long. The mouse will reject invalid
  105. data.
  106. Users: http://roccat.sourceforge.net
  107. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/startup_profile
  108. Date: August 2010
  109. Contact: Stefan Achatz <[email protected]>
  110. Description: The integer value of this attribute ranges from 0-4.
  111. When read, this attribute returns the number of the profile
  112. that's active when the mouse is powered on.
  113. This file is readonly.
  114. Please use binary attribute "settings" which provides this information.
  115. Users: http://roccat.sourceforge.net