sysfs-driver-hid-roccat-arvo 2.8 KB

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