blob: d54827d98afdd61ee4ddc32ac37cf0c27a762de8 [file] [log] [blame]
Stefan Achatze68cc6032011-01-06 09:00:34 +01001What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/arvo/roccatarvo<minor>/actual_profile
2Date: Januar 2011
3Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
4Description: 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
10What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/arvo/roccatarvo<minor>/button
11Date: Januar 2011
12Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
13Description: 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
20What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/arvo/roccatarvo<minor>/info
21Date: Januar 2011
22Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
23Description: 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
28What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/arvo/roccatarvo<minor>/key_mask
29Date: Januar 2011
30Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
31Description: 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
40What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/arvo/roccatarvo<minor>/mode_key
41Date: Januar 2011
42Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
43Description: 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.