sysfs-driver-hid-roccat-kone 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kone/roccatkone<minor>/actual_dpi
  2. Date: March 2010
  3. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  4. Description: It is possible to switch the dpi setting of the mouse with the
  5. press of a button.
  6. When read, this file returns the raw number of the actual dpi
  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 800
  13. 2 1200
  14. 3 1600
  15. 4 2000
  16. 5 2400
  17. 6 3200
  18. ===== =====
  19. This file is readonly.
  20. Users: http://roccat.sourceforge.net
  21. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kone/roccatkone<minor>/actual_profile
  22. Date: March 2010
  23. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  24. Description: When read, this file returns the number of the actual profile.
  25. This file is readonly.
  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>/kone/roccatkone<minor>/firmware_version
  28. Date: March 2010
  29. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  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. Users: http://roccat.sourceforge.net
  37. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kone/roccatkone<minor>/profile[1-5]
  38. Date: March 2010
  39. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  40. Description: The mouse can store 5 profiles which can be switched by the
  41. press of a button. A profile holds information like button
  42. mappings, sensitivity, the colors of the 5 leds and light
  43. effects.
  44. When read, these files return the respective profile. The
  45. returned data is 975 bytes in size.
  46. When written, this file lets one write the respective profile
  47. data back to the mouse. The data has to be 975 bytes long.
  48. The mouse will reject invalid data, whereas the profile number
  49. stored in the profile doesn't need to fit the number of the
  50. store.
  51. Users: http://roccat.sourceforge.net
  52. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kone/roccatkone<minor>/settings
  53. Date: March 2010
  54. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  55. Description: When read, this file returns the settings stored in the mouse.
  56. The size of the data is 36 bytes and holds information like the
  57. startup_profile, tcu state and calibration_data.
  58. When written, this file lets write settings back to the mouse.
  59. The data has to be 36 bytes long. The mouse will reject invalid
  60. data.
  61. Users: http://roccat.sourceforge.net
  62. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kone/roccatkone<minor>/startup_profile
  63. Date: March 2010
  64. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  65. Description: The integer value of this attribute ranges from 1 to 5.
  66. When read, this attribute returns the number of the profile
  67. that's active when the mouse is powered on.
  68. When written, this file sets the number of the startup profile
  69. and the mouse activates this profile immediately.
  70. Users: http://roccat.sourceforge.net
  71. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kone/roccatkone<minor>/tcu
  72. Date: March 2010
  73. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  74. Description: The mouse has a "Tracking Control Unit" which lets the user
  75. calibrate the laser power to fit the mousepad surface.
  76. When read, this file returns the current state of the TCU,
  77. where 0 means off and 1 means on.
  78. Writing 0 in this file will switch the TCU off.
  79. Writing 1 in this file will start the calibration which takes
  80. around 6 seconds to complete and activates the TCU.
  81. Users: http://roccat.sourceforge.net
  82. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kone/roccatkone<minor>/weight
  83. Date: March 2010
  84. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  85. Description: The mouse can be equipped with one of four supplied weights
  86. ranging from 5 to 20 grams which are recognized by the mouse
  87. and its value can be read out. When read, this file returns the
  88. raw value returned by the mouse which eases further processing
  89. in other software.
  90. The values map to the weights as follows:
  91. ===== ======
  92. VALUE WEIGHT
  93. ===== ======
  94. 0 none
  95. 1 5g
  96. 2 10g
  97. 3 15g
  98. 4 20g
  99. ===== ======
  100. This file is readonly.
  101. Users: http://roccat.sourceforge.net