1
+ What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/actual_profile
2
+ Date: October 2010
3
+ Contact: Stefan Achatz <
[email protected] >
4
+ Description: The integer value of this attribute ranges from 0-4.
5
+ When read, this attribute returns the number of the actual
6
+ profile. This value is persistent, so its equivalent to the
7
+ profile that's active when the mouse is powered on next time.
8
+ When written, this file sets the number of the startup profile
9
+ and the mouse activates this profile immediately.
10
+ Users: http://roccat.sourceforge.net
11
+
1
12
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/startup_profile
2
13
Date: October 2010
3
14
Contact: Stefan Achatz <
[email protected] >
@@ -22,6 +33,40 @@ Description: When read, this file returns the raw integer version number of the
22
33
Please read binary attribute info which contains firmware version.
23
34
Users: http://roccat.sourceforge.net
24
35
36
+ What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/info
37
+ Date: November 2012
38
+ Contact: Stefan Achatz <
[email protected] >
39
+ Description: When read, this file returns general data like firmware version.
40
+ When written, the device can be reset.
41
+ The data is 8 bytes long.
42
+ Users: http://roccat.sourceforge.net
43
+
44
+ What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/macro
45
+ Date: October 2010
46
+ Contact: Stefan Achatz <
[email protected] >
47
+ Description: The mouse can store a macro with max 500 key/button strokes
48
+ internally.
49
+ When written, this file lets one set the sequence for a specific
50
+ button for a specific profile. Button and profile numbers are
51
+ included in written data. The data has to be 2082 bytes long.
52
+ This file is writeonly.
53
+ Users: http://roccat.sourceforge.net
54
+
55
+ What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/profile_buttons
56
+ Date: August 2010
57
+ Contact: Stefan Achatz <
[email protected] >
58
+ Description: The mouse can store 5 profiles which can be switched by the
59
+ press of a button. A profile is split in settings and buttons.
60
+ profile_buttons holds information about button layout.
61
+ When written, this file lets one write the respective profile
62
+ buttons back to the mouse. The data has to be 77 bytes long.
63
+ The mouse will reject invalid data.
64
+ Which profile to write is determined by the profile number
65
+ contained in the data.
66
+ Before reading this file, control has to be written to select
67
+ which profile to read.
68
+ Users: http://roccat.sourceforge.net
69
+
25
70
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/profile[1-5]_buttons
26
71
Date: August 2010
27
72
Contact: Stefan Achatz <
[email protected] >
@@ -34,6 +79,22 @@ Description: The mouse can store 5 profiles which can be switched by the
34
79
Write control to select profile and read profile_buttons instead.
35
80
Users: http://roccat.sourceforge.net
36
81
82
+ What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/profile_settings
83
+ Date: October 2010
84
+ Contact: Stefan Achatz <
[email protected] >
85
+ Description: The mouse can store 5 profiles which can be switched by the
86
+ press of a button. A profile is split in settings and buttons.
87
+ profile_settings holds information like resolution, sensitivity
88
+ and light effects.
89
+ When written, this file lets one write the respective profile
90
+ settings back to the mouse. The data has to be 43 bytes long.
91
+ The mouse will reject invalid data.
92
+ Which profile to write is determined by the profile number
93
+ contained in the data.
94
+ Before reading this file, control has to be written to select
95
+ which profile to read.
96
+ Users: http://roccat.sourceforge.net
97
+
37
98
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/profile[1-5]_settings
38
99
Date: August 2010
39
100
Contact: Stefan Achatz <
[email protected] >
@@ -45,4 +106,40 @@ Description: The mouse can store 5 profiles which can be switched by the
45
106
The returned data is 43 bytes in size.
46
107
This file is readonly.
47
108
Write control to select profile and read profile_settings instead.
48
- Users: http://roccat.sourceforge.net
109
+ Users: http://roccat.sourceforge.net
110
+
111
+ What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/sensor
112
+ Date: October 2010
113
+ Contact: Stefan Achatz <
[email protected] >
114
+ Description: The mouse has a tracking- and a distance-control-unit. These
115
+ can be activated/deactivated and the lift-off distance can be
116
+ set. The data has to be 6 bytes long.
117
+ This file is writeonly.
118
+ Users: http://roccat.sourceforge.net
119
+
120
+ What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/talk
121
+ Date: May 2011
122
+ Contact: Stefan Achatz <
[email protected] >
123
+ Description: Used to active some easy* functions of the mouse from outside.
124
+ The data has to be 16 bytes long.
125
+ This file is writeonly.
126
+ Users: http://roccat.sourceforge.net
127
+
128
+ What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/tcu
129
+ Date: October 2010
130
+ Contact: Stefan Achatz <
[email protected] >
131
+ Description: When written a calibration process for the tracking control unit
132
+ can be initiated/cancelled. Also lets one read/write sensor
133
+ registers.
134
+ The data has to be 4 bytes long.
135
+ Users: http://roccat.sourceforge.net
136
+
137
+ What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/tcu_image
138
+ Date: October 2010
139
+ Contact: Stefan Achatz <
[email protected] >
140
+ Description: When read the mouse returns a 30x30 pixel image of the
141
+ sampled underground. This works only in the course of a
142
+ calibration process initiated with tcu.
143
+ The returned data is 1028 bytes in size.
144
+ This file is readonly.
145
+ Users: http://roccat.sourceforge.net
0 commit comments