diff options
author | Stefan Achatz <erazor_de@users.sourceforge.net> | 2010-06-18 10:42:25 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-06-21 09:20:35 -0400 |
commit | 0b3fa399bef02f3658295f8dd334fc26a59c3a95 (patch) | |
tree | 2784c41a153f5eb952716436b5dfd850587f456e /Documentation | |
parent | cab6b16aca4ac12f731a523fe14770add2f9394a (diff) |
HID: roccat: remove obsolete kone_abi_version sysfs attribute
The newest version of the accompanying userland tools cuts backward
compatibility and uses libudev to find its devices superseding the
quirky kone_abi_version sysfs attribute. Therefore it should be removed.
Signed-off-by: Stefan Achatz <erazor_de@users.sourceforge.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/ABI/testing/sysfs-driver-hid-roccat-kone | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Documentation/ABI/testing/sysfs-driver-hid-roccat-kone b/Documentation/ABI/testing/sysfs-driver-hid-roccat-kone index 36bfa234f1e2..063bda7fe707 100644 --- a/Documentation/ABI/testing/sysfs-driver-hid-roccat-kone +++ b/Documentation/ABI/testing/sysfs-driver-hid-roccat-kone | |||
@@ -33,18 +33,6 @@ Description: When read, this file returns the raw integer version number of the | |||
33 | left. E.g. a returned value of 138 means 1.38 | 33 | left. E.g. a returned value of 138 means 1.38 |
34 | This file is readonly. | 34 | This file is readonly. |
35 | 35 | ||
36 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/kone_abi_version | ||
37 | Date: May 2010 | ||
38 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | ||
39 | Description: When read, this file returns the abi version as an integer value. | ||
40 | This attribute is used by the userland tools to find the sysfs- | ||
41 | paths of installed kone-mice and determine the capabilites of | ||
42 | the driver. Versions of this driver for old kernels replace | ||
43 | usbhid instead of generic-usb. The way to scan for this file | ||
44 | has been chosen to provide a consistent way for all supported | ||
45 | kernel versions. | ||
46 | This file is readonly. | ||
47 | |||
48 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/profile[1-5] | 36 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/profile[1-5] |
49 | Date: March 2010 | 37 | Date: March 2010 |
50 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | 38 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |