1What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/actual_cpi
2Date:		August 2010
3Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>
4Description:	It is possible to switch the cpi setting of the mouse with the
5		press of a button.
6		When read, this file returns the raw number of the actual cpi
7		setting reported by the mouse. This number has to be further
8		processed to receive the real dpi value.
9
10		VALUE DPI
11		1     400
12		2     800
13		4     1600
14
15		This file is readonly.
16		Has never been used. If bookkeeping is done, it's done in userland tools.
17Users:		http://roccat.sourceforge.net
18
19What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/actual_profile
20Date:		August 2010
21Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>
22Description:	When read, this file returns the number of the actual profile in
23		range 0-4.
24		This file is readonly.
25		Please use binary attribute "settings" which provides this information.
26Users:		http://roccat.sourceforge.net
27
28What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/firmware_version
29Date:		August 2010
30Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>
31Description:	When read, this file returns the raw integer version number of the
32		firmware reported by the mouse. Using the integer value eases
33		further usage in other programs. To receive the real version
34		number the decimal point has to be shifted 2 positions to the
35		left. E.g. a returned value of 138 means 1.38
36		This file is readonly.
37		Please use binary attribute "info" which provides this information.
38Users:		http://roccat.sourceforge.net
39
40What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/startup_profile
41Date:		August 2010
42Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>
43Description:	The integer value of this attribute ranges from 0-4.
44                When read, this attribute returns the number of the profile
45                that's active when the mouse is powered on.
46		This file is readonly.
47		Please use binary attribute "settings" which provides this information.
48Users:		http://roccat.sourceforge.net