diff options
author | Stefan Achatz <stefan_achatz@web.de> | 2012-11-11 00:21:19 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-11-12 09:30:29 -0500 |
commit | 172e2abc19b51feef5b7980055725f0b242e988e (patch) | |
tree | d16cf15bc518cfc6c70271a5aed3d1312c138d04 /Documentation/ABI/testing/sysfs-driver-hid-roccat-kovaplus | |
parent | bb060d65c3bf1d0211262e8229097d9a1beab20d (diff) |
HID: roccat: deprecate some Kovaplus attributes
Introduced attribute "control" and made profile_settings and profile_buttons
readable, which makes profile[1-5]_settings and profile[1-5]_buttons obsolete.
Signed-off-by: Stefan Achatz <erazor_de@users.sourceforge.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/ABI/testing/sysfs-driver-hid-roccat-kovaplus')
-rw-r--r-- | Documentation/ABI/testing/sysfs-driver-hid-roccat-kovaplus | 29 |
1 files changed, 4 insertions, 25 deletions
diff --git a/Documentation/ABI/testing/sysfs-driver-hid-roccat-kovaplus b/Documentation/ABI/testing/sysfs-driver-hid-roccat-kovaplus index 507f2c7321d5..a10404f15a54 100644 --- a/Documentation/ABI/testing/sysfs-driver-hid-roccat-kovaplus +++ b/Documentation/ABI/testing/sysfs-driver-hid-roccat-kovaplus | |||
@@ -28,18 +28,8 @@ Description: The mouse can store 5 profiles which can be switched by the | |||
28 | The mouse will reject invalid data. | 28 | The mouse will reject invalid data. |
29 | Which profile to write is determined by the profile number | 29 | Which profile to write is determined by the profile number |
30 | contained in the data. | 30 | contained in the data. |
31 | This file is writeonly. | 31 | Before reading this file, control has to be written to select |
32 | Users: http://roccat.sourceforge.net | 32 | which profile to read. |
33 | |||
34 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/profile[1-5]_buttons | ||
35 | Date: January 2011 | ||
36 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | ||
37 | Description: The mouse can store 5 profiles which can be switched by the | ||
38 | press of a button. A profile is split in settings and buttons. | ||
39 | profile_buttons holds information about button layout. | ||
40 | When read, these files return the respective profile buttons. | ||
41 | The returned data is 23 bytes in size. | ||
42 | This file is readonly. | ||
43 | Users: http://roccat.sourceforge.net | 33 | Users: http://roccat.sourceforge.net |
44 | 34 | ||
45 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/profile_settings | 35 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/profile_settings |
@@ -54,17 +44,6 @@ Description: The mouse can store 5 profiles which can be switched by the | |||
54 | The mouse will reject invalid data. | 44 | The mouse will reject invalid data. |
55 | Which profile to write is determined by the profile number | 45 | Which profile to write is determined by the profile number |
56 | contained in the data. | 46 | contained in the data. |
57 | This file is writeonly. | 47 | Before reading this file, control has to be written to select |
58 | Users: http://roccat.sourceforge.net | 48 | which profile to read. |
59 | |||
60 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplus/roccatkovaplus<minor>/profile[1-5]_settings | ||
61 | Date: January 2011 | ||
62 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | ||
63 | Description: The mouse can store 5 profiles which can be switched by the | ||
64 | press of a button. A profile is split in settings and buttons. | ||
65 | profile_settings holds information like resolution, sensitivity | ||
66 | and light effects. | ||
67 | When read, these files return the respective profile settings. | ||
68 | The returned data is 16 bytes in size. | ||
69 | This file is readonly. | ||
70 | Users: http://roccat.sourceforge.net | 49 | Users: http://roccat.sourceforge.net |