blob: 20f937c9d84f2ca713baaf4ef041bbaadc01da2e [file] [log] [blame]
Stefan Achatz0e70f972011-01-30 13:38:24 +01001What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/actual_cpi
2Date: January 2011
3Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
4Description: The integer value of this attribute ranges from 1-4.
5 When read, this attribute returns the number of the active
6 cpi level.
7 This file is readonly.
Stefan Achatz759ae892011-02-03 17:10:30 +01008Users: http://roccat.sourceforge.net
Stefan Achatz0e70f972011-01-30 13:38:24 +01009
10What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/actual_profile
11Date: January 2011
12Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
13Description: The integer value of this attribute ranges from 0-4.
14 When read, this attribute returns the number of the active
15 profile.
16 When written, the mouse activates this profile immediately.
17 The profile that's active when powered down is the same that's
18 active when the mouse is powered on.
Stefan Achatz759ae892011-02-03 17:10:30 +010019Users: http://roccat.sourceforge.net
Stefan Achatz0e70f972011-01-30 13:38:24 +010020
21What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/actual_sensitivity_x
22Date: January 2011
23Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
24Description: The integer value of this attribute ranges from 1-10.
25 When read, this attribute returns the number of the actual
26 sensitivity in x direction.
27 This file is readonly.
Stefan Achatz759ae892011-02-03 17:10:30 +010028Users: http://roccat.sourceforge.net
Stefan Achatz0e70f972011-01-30 13:38:24 +010029
30What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/actual_sensitivity_y
31Date: January 2011
32Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
33Description: The integer value of this attribute ranges from 1-10.
34 When read, this attribute returns the number of the actual
35 sensitivity in y direction.
36 This file is readonly.
Stefan Achatz759ae892011-02-03 17:10:30 +010037Users: http://roccat.sourceforge.net
Stefan Achatz0e70f972011-01-30 13:38:24 +010038
39What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/firmware_version
40Date: January 2011
41Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
42Description: When read, this file returns the raw integer version number of the
43 firmware reported by the mouse. Using the integer value eases
44 further usage in other programs. To receive the real version
45 number the decimal point has to be shifted 2 positions to the
46 left. E.g. a returned value of 121 means 1.21
47 This file is readonly.
Stefan Achatz759ae892011-02-03 17:10:30 +010048Users: http://roccat.sourceforge.net
Stefan Achatz0e70f972011-01-30 13:38:24 +010049
50What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/profile_buttons
51Date: January 2011
52Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
53Description: The mouse can store 5 profiles which can be switched by the
54 press of a button. A profile is split in settings and buttons.
Sylvestre Ledruf65e51d2011-04-04 15:04:46 -070055 profile_buttons holds information about button layout.
Stefan Achatz0e70f972011-01-30 13:38:24 +010056 When written, this file lets one write the respective profile
57 buttons back to the mouse. The data has to be 23 bytes long.
58 The mouse will reject invalid data.
59 Which profile to write is determined by the profile number
60 contained in the data.
61 This file is writeonly.
Stefan Achatz759ae892011-02-03 17:10:30 +010062Users: http://roccat.sourceforge.net
Stefan Achatz0e70f972011-01-30 13:38:24 +010063
64What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/profile[1-5]_buttons
65Date: January 2011
66Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
67Description: The mouse can store 5 profiles which can be switched by the
68 press of a button. A profile is split in settings and buttons.
Sylvestre Ledruf65e51d2011-04-04 15:04:46 -070069 profile_buttons holds information about button layout.
Stefan Achatz0e70f972011-01-30 13:38:24 +010070 When read, these files return the respective profile buttons.
71 The returned data is 23 bytes in size.
72 This file is readonly.
Stefan Achatz759ae892011-02-03 17:10:30 +010073Users: http://roccat.sourceforge.net
Stefan Achatz0e70f972011-01-30 13:38:24 +010074
75What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/profile_settings
76Date: January 2011
77Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
78Description: The mouse can store 5 profiles which can be switched by the
79 press of a button. A profile is split in settings and buttons.
Sylvestre Ledruf65e51d2011-04-04 15:04:46 -070080 profile_settings holds information like resolution, sensitivity
Stefan Achatz0e70f972011-01-30 13:38:24 +010081 and light effects.
82 When written, this file lets one write the respective profile
83 settings back to the mouse. The data has to be 16 bytes long.
84 The mouse will reject invalid data.
85 Which profile to write is determined by the profile number
86 contained in the data.
87 This file is writeonly.
Stefan Achatz759ae892011-02-03 17:10:30 +010088Users: http://roccat.sourceforge.net
Stefan Achatz0e70f972011-01-30 13:38:24 +010089
90What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/profile[1-5]_settings
91Date: January 2011
92Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
93Description: The mouse can store 5 profiles which can be switched by the
94 press of a button. A profile is split in settings and buttons.
Sylvestre Ledruf65e51d2011-04-04 15:04:46 -070095 profile_settings holds information like resolution, sensitivity
Stefan Achatz0e70f972011-01-30 13:38:24 +010096 and light effects.
97 When read, these files return the respective profile settings.
98 The returned data is 16 bytes in size.
99 This file is readonly.
Stefan Achatz759ae892011-02-03 17:10:30 +0100100Users: http://roccat.sourceforge.net