sysfs-driver-hid-roccat-konepure 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/actual_profile
  2. Date: December 2012
  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. actual_profile holds number of actual profile.
  6. This value is persistent, so its value determines the profile
  7. that's active when the mouse is powered on next time.
  8. When written, the mouse activates the set profile immediately.
  9. The data has to be 3 bytes long.
  10. The mouse will reject invalid data.
  11. Users: http://roccat.sourceforge.net
  12. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/control
  13. Date: December 2012
  14. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  15. Description: When written, this file lets one select which data from which
  16. profile will be read next. The data has to be 3 bytes long.
  17. This file is writeonly.
  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>/konepure/roccatkonepure<minor>/info
  20. Date: December 2012
  21. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  22. Description: When read, this file returns general data like firmware version.
  23. When written, the device can be reset.
  24. The data is 6 bytes long.
  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>/konepure/roccatkonepure<minor>/macro
  27. Date: December 2012
  28. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  29. Description: The mouse can store a macro with max 500 key/button strokes
  30. internally.
  31. When written, this file lets one set the sequence for a specific
  32. button for a specific profile. Button and profile numbers are
  33. included in written data. The data has to be 2082 bytes long.
  34. This file is writeonly.
  35. Users: http://roccat.sourceforge.net
  36. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/profile_buttons
  37. Date: December 2012
  38. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  39. Description: The mouse can store 5 profiles which can be switched by the
  40. press of a button. A profile is split in settings and buttons.
  41. profile_buttons holds information about button layout.
  42. When written, this file lets one write the respective profile
  43. buttons back to the mouse. The data has to be 59 bytes long.
  44. The mouse will reject invalid data.
  45. Which profile to write is determined by the profile number
  46. contained in the data.
  47. Before reading this file, control has to be written to select
  48. which profile to read.
  49. Users: http://roccat.sourceforge.net
  50. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/profile_settings
  51. Date: December 2012
  52. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  53. Description: The mouse can store 5 profiles which can be switched by the
  54. press of a button. A profile is split in settings and buttons.
  55. profile_settings holds information like resolution, sensitivity
  56. and light effects.
  57. When written, this file lets one write the respective profile
  58. settings back to the mouse. The data has to be 31 bytes long.
  59. The mouse will reject invalid data.
  60. Which profile to write is determined by the profile number
  61. contained in the data.
  62. Before reading this file, control has to be written to select
  63. which profile to read.
  64. Users: http://roccat.sourceforge.net
  65. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/sensor
  66. Date: December 2012
  67. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  68. Description: The mouse has a tracking- and a distance-control-unit. These
  69. can be activated/deactivated and the lift-off distance can be
  70. set. The data has to be 6 bytes long.
  71. This file is writeonly.
  72. Users: http://roccat.sourceforge.net
  73. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/talk
  74. Date: December 2012
  75. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  76. Description: Used to active some easy* functions of the mouse from outside.
  77. The data has to be 16 bytes long.
  78. This file is writeonly.
  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>/konepure/roccatkonepure<minor>/tcu
  81. Date: December 2012
  82. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  83. Description: When written a calibration process for the tracking control unit
  84. can be initiated/cancelled. Also lets one read/write sensor
  85. registers.
  86. The data has to be 4 bytes long.
  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>/konepure/roccatkonepure<minor>/tcu_image
  89. Date: December 2012
  90. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  91. Description: When read the mouse returns a 30x30 pixel image of the
  92. sampled underground. This works only in the course of a
  93. calibration process initiated with tcu.
  94. The returned data is 1028 bytes in size.
  95. This file is readonly.
  96. Users: http://roccat.sourceforge.net