diff options
author | Stefan Achatz <erazor_de@users.sourceforge.net> | 2010-05-26 20:52:43 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-05-31 13:53:21 +0200 |
commit | 33ccbc320fc38094128c68b2ee0b305884965bd4 (patch) | |
tree | fcae4fd609d140af69f246eac1f3b1a26a6b4930 /Documentation/ABI | |
parent | 22d515723ff1d92eea4d7537a3f8d7674080422b (diff) | |
download | kernel_samsung_smdk4412-33ccbc320fc38094128c68b2ee0b305884965bd4.zip kernel_samsung_smdk4412-33ccbc320fc38094128c68b2ee0b305884965bd4.tar.gz kernel_samsung_smdk4412-33ccbc320fc38094128c68b2ee0b305884965bd4.tar.bz2 |
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/ABI')
-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 88340a2..36bfa23 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 left. E.g. a returned value of 138 means 1.38 This file is readonly. -What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/kone_driver_version -Date: March 2010 +What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/kone_abi_version +Date: May 2010 Contact: Stefan Achatz <erazor_de@users.sourceforge.net> -Description: When read, this file returns the driver version. - The format of the string is "v<major>.<minor>.<patchlevel>". +Description: When read, this file returns the abi version as an integer value. This attribute is used by the userland tools to find the sysfs- paths of installed kone-mice and determine the capabilites of the driver. Versions of this driver for old kernels replace |