sysfs-driver-hid-roccat-kovaplus 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. This file is writeonly.
  30. Users: http://roccat.sourceforge.net
  31. 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
  32. Date: January 2011
  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 is split in settings and buttons.
  36. profile_buttons holds information about button layout.
  37. When read, these files return the respective profile buttons.
  38. The returned data is 23 bytes in size.
  39. This file is readonly.
  40. Users: http://roccat.sourceforge.net
  41. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/profile_settings
  42. Date: January 2011
  43. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  44. Description: The mouse can store 5 profiles which can be switched by the
  45. press of a button. A profile is split in settings and buttons.
  46. profile_settings holds information like resolution, sensitivity
  47. and light effects.
  48. When written, this file lets one write the respective profile
  49. settings back to the mouse. The data has to be 16 bytes long.
  50. The mouse will reject invalid data.
  51. Which profile to write is determined by the profile number
  52. contained in the data.
  53. This file is writeonly.
  54. Users: http://roccat.sourceforge.net
  55. 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
  56. Date: January 2011
  57. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  58. Description: The mouse can store 5 profiles which can be switched by the
  59. press of a button. A profile is split in settings and buttons.
  60. profile_settings holds information like resolution, sensitivity
  61. and light effects.
  62. When read, these files return the respective profile settings.
  63. The returned data is 16 bytes in size.
  64. This file is readonly.
  65. Users: http://roccat.sourceforge.net