diff options
author | Stefan Achatz <erazor_de@users.sourceforge.net> | 2010-05-26 14:52:43 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-05-31 07:53:21 -0400 |
commit | 33ccbc320fc38094128c68b2ee0b305884965bd4 (patch) | |
tree | fcae4fd609d140af69f246eac1f3b1a26a6b4930 /Documentation | |
parent | 22d515723ff1d92eea4d7537a3f8d7674080422b (diff) |
HID: roccat: change kone_driver_version to kone_abi_version
Renamed the sysfs attribute kone_driver_version to kone_abi_version and
simplified returned data to integer.
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 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Documentation/ABI/testing/sysfs-driver-hid-roccat-kone b/Documentation/ABI/testing/sysfs-driver-hid-roccat-kone index 88340a23ce91..36bfa234f1e2 100644 --- a/Documentation/ABI/testing/sysfs-driver-hid-roccat-kone +++ b/Documentation/ABI/testing/sysfs-driver-hid-roccat-kone | |||
@@ -33,11 +33,10 @@ 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_driver_version | 36 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/kone_abi_version |
37 | Date: March 2010 | 37 | Date: May 2010 |
38 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | 38 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
39 | Description: When read, this file returns the driver version. | 39 | Description: When read, this file returns the abi version as an integer value. |
40 | The format of the string is "v<major>.<minor>.<patchlevel>". | ||
41 | This attribute is used by the userland tools to find the sysfs- | 40 | This attribute is used by the userland tools to find the sysfs- |
42 | paths of installed kone-mice and determine the capabilites of | 41 | paths of installed kone-mice and determine the capabilites of |
43 | the driver. Versions of this driver for old kernels replace | 42 | the driver. Versions of this driver for old kernels replace |