sysfs-driver-hid-roccat-kovaplus 4.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/actual_cpi
  2. Date: January 2011
  3. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  4. Description: The integer value of this attribute ranges from 1-4.
  5. When read, this attribute returns the number of the active
  6. cpi level.
  7. This file is readonly.
  8. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/actual_profile
  9. Date: January 2011
  10. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  11. Description: The integer value of this attribute ranges from 0-4.
  12. When read, this attribute returns the number of the active
  13. profile.
  14. When written, the mouse activates this profile immediately.
  15. The profile that's active when powered down is the same that's
  16. active when the mouse is powered on.
  17. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/actual_sensitivity_x
  18. Date: January 2011
  19. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  20. Description: The integer value of this attribute ranges from 1-10.
  21. When read, this attribute returns the number of the actual
  22. sensitivity in x direction.
  23. This file is readonly.
  24. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/actual_sensitivity_y
  25. Date: January 2011
  26. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  27. Description: The integer value of this attribute ranges from 1-10.
  28. When read, this attribute returns the number of the actual
  29. sensitivity in y direction.
  30. This file is readonly.
  31. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/firmware_version
  32. Date: January 2011
  33. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  34. Description: When read, this file returns the raw integer version number of the
  35. firmware reported by the mouse. Using the integer value eases
  36. further usage in other programs. To receive the real version
  37. number the decimal point has to be shifted 2 positions to the
  38. left. E.g. a returned value of 121 means 1.21
  39. This file is readonly.
  40. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/profile_buttons
  41. Date: January 2011
  42. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  43. Description: The mouse can store 5 profiles which can be switched by the
  44. press of a button. A profile is split in settings and buttons.
  45. profile_buttons holds informations about button layout.
  46. When written, this file lets one write the respective profile
  47. buttons back to the mouse. The data has to be 23 bytes long.
  48. The mouse will reject invalid data.
  49. Which profile to write is determined by the profile number
  50. contained in the data.
  51. This file is writeonly.
  52. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/profile[1-5]_buttons
  53. Date: January 2011
  54. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  55. Description: The mouse can store 5 profiles which can be switched by the
  56. press of a button. A profile is split in settings and buttons.
  57. profile_buttons holds informations about button layout.
  58. When read, these files return the respective profile buttons.
  59. The returned data is 23 bytes in size.
  60. This file is readonly.
  61. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/profile_settings
  62. Date: January 2011
  63. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  64. Description: The mouse can store 5 profiles which can be switched by the
  65. press of a button. A profile is split in settings and buttons.
  66. profile_settings holds informations like resolution, sensitivity
  67. and light effects.
  68. When written, this file lets one write the respective profile
  69. settings back to the mouse. The data has to be 16 bytes long.
  70. The mouse will reject invalid data.
  71. Which profile to write is determined by the profile number
  72. contained in the data.
  73. This file is writeonly.
  74. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/profile[1-5]_settings
  75. Date: January 2011
  76. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  77. Description: The mouse can store 5 profiles which can be switched by the
  78. press of a button. A profile is split in settings and buttons.
  79. profile_settings holds informations like resolution, sensitivity
  80. and light effects.
  81. When read, these files return the respective profile settings.
  82. The returned data is 16 bytes in size.
  83. This file is readonly.