sysfs-driver-hid-roccat-kovaplus 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. Has never been used. If bookkeeping is done, it's done in userland tools.
  9. Users: http://roccat.sourceforge.net
  10. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/actual_sensitivity_x
  11. Date: January 2011
  12. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  13. Description: The integer value of this attribute ranges from 1-10.
  14. When read, this attribute returns the number of the actual
  15. sensitivity in x direction.
  16. This file is readonly.
  17. Has never been used. If bookkeeping is done, it's done in userland tools.
  18. Users: http://roccat.sourceforge.net
  19. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/actual_sensitivity_y
  20. Date: January 2011
  21. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  22. Description: The integer value of this attribute ranges from 1-10.
  23. When read, this attribute returns the number of the actual
  24. sensitivity in y direction.
  25. This file is readonly.
  26. Has never been used. If bookkeeping is done, it's done in userland tools.
  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>/kovaplus/roccatkovaplus<minor>/firmware_version
  29. Date: January 2011
  30. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  31. Description: When read, this file returns the raw integer version number of the
  32. firmware reported by the mouse. Using the integer value eases
  33. further usage in other programs. To receive the real version
  34. number the decimal point has to be shifted 2 positions to the
  35. left. E.g. a returned value of 121 means 1.21
  36. This file is readonly.
  37. Obsoleted by binary sysfs attribute "info".
  38. Users: http://roccat.sourceforge.net
  39. 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
  40. Date: January 2011
  41. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  42. Description: The mouse can store 5 profiles which can be switched by the
  43. press of a button. A profile is split in settings and buttons.
  44. profile_buttons holds information about button layout.
  45. When read, these files return the respective profile buttons.
  46. The returned data is 23 bytes in size.
  47. This file is readonly.
  48. Write control to select profile and read profile_buttons instead.
  49. Users: http://roccat.sourceforge.net
  50. 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
  51. Date: January 2011
  52. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  53. Description: The mouse can store 5 profiles which can be switched by the
  54. press of a button. A profile is split in settings and buttons.
  55. profile_settings holds information like resolution, sensitivity
  56. and light effects.
  57. When read, these files return the respective profile settings.
  58. The returned data is 16 bytes in size.
  59. This file is readonly.
  60. Write control to select profile and read profile_settings instead.
  61. Users: http://roccat.sourceforge.net