sysfs-driver-hid-roccat-kone 4.1 KB

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