sysfs-driver-hid-roccat-pyra 5.3 KB

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