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