aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-roccat-kone.h
diff options
context:
space:
mode:
authorStefan Achatz <erazor_de@users.sourceforge.net>2010-05-26 20:52:43 +0200
committerJiri Kosina <jkosina@suse.cz>2010-05-31 13:53:21 +0200
commit33ccbc320fc38094128c68b2ee0b305884965bd4 (patch)
treefcae4fd609d140af69f246eac1f3b1a26a6b4930 /drivers/hid/hid-roccat-kone.h
parentHID: roccat: fix whitespace warning from checkpatch.pl (diff)
downloadlinux-dev-33ccbc320fc38094128c68b2ee0b305884965bd4.tar.xz
linux-dev-33ccbc320fc38094128c68b2ee0b305884965bd4.zip
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 'drivers/hid/hid-roccat-kone.h')
-rw-r--r--drivers/hid/hid-roccat-kone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-roccat-kone.h b/drivers/hid/hid-roccat-kone.h
index 003e6f81c195..71b14fa40dce 100644
--- a/drivers/hid/hid-roccat-kone.h
+++ b/drivers/hid/hid-roccat-kone.h
@@ -14,7 +14,7 @@
#include <linux/types.h>
-#define ROCCAT_KONE_DRIVER_VERSION "v0.3.1"
+#define ROCCAT_KONE_ABI_VERSION "1"
#pragma pack(push)
#pragma pack(1)