sysfs-driver-hid-roccat-koneplus 5.1 KB

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