sysfs-driver-hid-roccat-kovaplus 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/actual_profile
  2. Date: January 2011
  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 active
  6. profile.
  7. When written, the mouse activates this profile immediately.
  8. The profile that's active when powered down is the same that's
  9. active when the mouse is powered on.
  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>/kovaplus/roccatkovaplus<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 6 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>/kovaplus/roccatkovaplus<minor>/profile_buttons
  19. Date: January 2011
  20. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  21. Description: The mouse can store 5 profiles which can be switched by the
  22. press of a button. A profile is split in settings and buttons.
  23. profile_buttons holds information about button layout.
  24. When written, this file lets one write the respective profile
  25. buttons back to the mouse. The data has to be 23 bytes long.
  26. The mouse will reject invalid data.
  27. Which profile to write is determined by the profile number
  28. contained in the data.
  29. Before reading this file, control has to be written to select
  30. which profile to read.
  31. Users: http://roccat.sourceforge.net
  32. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/profile_settings
  33. Date: January 2011
  34. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  35. Description: The mouse can store 5 profiles which can be switched by the
  36. press of a button. A profile is split in settings and buttons.
  37. profile_settings holds information like resolution, sensitivity
  38. and light effects.
  39. When written, this file lets one write the respective profile
  40. settings back to the mouse. The data has to be 16 bytes long.
  41. The mouse will reject invalid data.
  42. Which profile to write is determined by the profile number
  43. contained in the data.
  44. Before reading this file, control has to be written to select
  45. which profile to read.
  46. Users: http://roccat.sourceforge.net