blob: 99fda67fce18df817f1bc56856ede0b8d337a0d9 [file] [log] [blame]
Stefan Achatz6a2a6392012-05-20 22:44:54 +02001What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/savu/roccatsavu<minor>/buttons
2Date: Mai 2012
3Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
4Description: The mouse can store 5 profiles which can be switched by the
5 press of a button. A profile is split into general settings and
Kees Cook08559652016-04-26 16:41:21 -07006 button settings. The buttons variable holds information about
7 button layout. When written, this file lets one write the
8 respective profile buttons to the mouse. The data has to be
9 47 bytes long.
Stefan Achatz6a2a6392012-05-20 22:44:54 +020010 The mouse will reject invalid data.
11 Which profile to write is determined by the profile number
12 contained in the data.
13 Before reading this file, control has to be written to select
14 which profile to read.
15Users: http://roccat.sourceforge.net
16
17What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/savu/roccatsavu<minor>/control
18Date: Mai 2012
19Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
20Description: When written, this file lets one select which data from which
21 profile will be read next. The data has to be 3 bytes long.
22 This file is writeonly.
23Users: http://roccat.sourceforge.net
24
25What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/savu/roccatsavu<minor>/general
26Date: Mai 2012
27Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
28Description: The mouse can store 5 profiles which can be switched by the
29 press of a button. A profile is split into general settings and
Kees Cook08559652016-04-26 16:41:21 -070030 button settings. A profile holds information like resolution,
31 sensitivity and light effects.
Stefan Achatz6a2a6392012-05-20 22:44:54 +020032 When written, this file lets one write the respective profile
33 settings back to the mouse. The data has to be 43 bytes long.
34 The mouse will reject invalid data.
35 Which profile to write is determined by the profile number
36 contained in the data.
37 This file is writeonly.
38Users: http://roccat.sourceforge.net
39
40What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/savu/roccatsavu<minor>/info
41Date: Mai 2012
42Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
43Description: When read, this file returns general data like firmware version.
Stefan Achatz9e78eb82012-11-04 09:38:58 +010044 When written, the device can be reset.
Stefan Achatz6a2a6392012-05-20 22:44:54 +020045 The data is 8 bytes long.
Stefan Achatz6a2a6392012-05-20 22:44:54 +020046Users: http://roccat.sourceforge.net
47
48What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/savu/roccatsavu<minor>/macro
49Date: Mai 2012
50Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
51Description: When written, this file lets one store macros with max 500
52 keystrokes for a specific button for a specific profile.
53 Button and profile numbers are included in written data.
54 The data has to be 2083 bytes long.
55 Before reading this file, control has to be written to select
56 which profile and key to read.
57Users: http://roccat.sourceforge.net
58
59What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/savu/roccatsavu<minor>/profile
60Date: Mai 2012
61Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
62Description: The mouse can store 5 profiles which can be switched by the
63 press of a button. profile holds number of actual profile.
64 This value is persistent, so its value determines the profile
65 that's active when the mouse is powered on next time.
66 When written, the mouse activates the set profile immediately.
67 The data has to be 3 bytes long.
68 The mouse will reject invalid data.
69Users: http://roccat.sourceforge.net
Stefan Achatz11a5c812012-07-04 18:45:03 +020070
71What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/savu/roccatsavu<minor>/sensor
72Date: July 2012
73Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
74Description: The mouse has a Avago ADNS-3090 sensor.
75 This file allows reading and writing of the mouse sensors registers.
76 The data has to be 4 bytes long.
77Users: http://roccat.sourceforge.net