aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/ABI
diff options
context:
space:
mode:
authorStefan Achatz <erazor_de@users.sourceforge.net>2011-01-06 03:00:34 -0500
committerJiri Kosina <jkosina@suse.cz>2011-01-20 05:27:54 -0500
commite68cc603b063416c85f3e408184219fb71d4a9ff (patch)
tree2b1cc1a5bd0234d9a0b7ba44560a48ef2ea88555 /Documentation/ABI
parentdacfecdbf3a0a5072984ff8b3c224a48c8461008 (diff)
HID: roccat: Add support for Roccat Arvo keyboard
This patch add support for Roccat Arvo keyboard. Arvo has 5 additional configurable buttons and the ability to deactivate certain keys. Userland tools can soon be found at http://sourceforge.net/projects/roccat Signed-off-by: Stefan Achatz <erazor_de@users.sourceforge.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r--Documentation/ABI/testing/sysfs-driver-hid-roccat-arvo48
1 files changed, 48 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-driver-hid-roccat-arvo b/Documentation/ABI/testing/sysfs-driver-hid-roccat-arvo
new file mode 100644
index 000000000000..d54827d98afd
--- /dev/null
+++ b/Documentation/ABI/testing/sysfs-driver-hid-roccat-arvo
@@ -0,0 +1,48 @@
1What: /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. \ No newline at end of file