sysfs-driver-hid-roccat-koneplus 1.3 KB

123456789101112131415161718192021
  1. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/startup_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. Please use actual_profile, it does the same thing.
  11. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/firmware_version
  12. Date: October 2010
  13. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  14. Description: When read, this file returns the raw integer version number of the
  15. firmware reported by the mouse. Using the integer value eases
  16. further usage in other programs. To receive the real version
  17. number the decimal point has to be shifted 2 positions to the
  18. left. E.g. a returned value of 121 means 1.21
  19. This file is readonly.
  20. Please read binary attribute info which contains firmware version.