sysfs-driver-hid-roccat-kone 4.9 KB

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