sysfs-driver-hid-roccat-arvo 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/arvo/roccatarvo<minor>/actual_profile
  2. Date: Januar 2011
  3. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  4. Description: The integer value of this attribute ranges from 1-5.
  5. When read, this attribute returns the number of the actual
  6. profile which is also the profile that's active on device startup.
  7. When written this attribute activates the selected profile
  8. immediately.
  9. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/arvo/roccatarvo<minor>/button
  10. Date: Januar 2011
  11. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  12. Description: The keyboard can store short macros with consist of 1 button with
  13. several modifier keys internally.
  14. When written, this file lets one set the sequence for a specific
  15. button for a specific profile. Button and profile numbers are
  16. included in written data. The data has to be 24 bytes long.
  17. This file is writeonly.
  18. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/arvo/roccatarvo<minor>/info
  19. Date: Januar 2011
  20. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  21. Description: When read, this file returns some info about the device like the
  22. installed firmware version.
  23. The size of the data is 8 bytes in size.
  24. This file is readonly.
  25. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/arvo/roccatarvo<minor>/key_mask
  26. Date: Januar 2011
  27. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  28. Description: The keyboard lets the user deactivate 5 certain keys like the
  29. windows and application keys, to protect the user from the outcome
  30. of accidentally pressing them.
  31. The integer value of this attribute has bits 0-4 set depending
  32. on the state of the corresponding key.
  33. When read, this file returns the current state of the buttons.
  34. When written, the given buttons are activated/deactivated
  35. immediately.
  36. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/arvo/roccatarvo<minor>/mode_key
  37. Date: Januar 2011
  38. Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
  39. Description: The keyboard has a condensed layout without num-lock key.
  40. Instead it uses a mode-key which activates a gaming mode where
  41. the assignment of the number block changes.
  42. The integer value of this attribute ranges from 0 (OFF) to 1 (ON).
  43. When read, this file returns the actual state of the key.
  44. When written, the key is activated/deactivated immediately.