aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-roccat-koneplus.h
diff options
context:
space:
mode:
authorStefan Achatz <erazor_de@users.sourceforge.net>2012-11-17 15:27:11 -0500
committerJiri Kosina <jkosina@suse.cz>2012-11-18 16:58:28 -0500
commit955dca354c3c02850409e773fcbd625ac68dd5e7 (patch)
treed5d5c61c605de7ab635799e785f86b9704be9820 /drivers/hid/hid-roccat-koneplus.h
parent172e2abc19b51feef5b7980055725f0b242e988e (diff)
HID: roccat: fix wrong attr size for koneplus tcu
More thorough testing revealed a typo in last koneplus cleanups. 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-koneplus.h')
-rw-r--r--drivers/hid/hid-roccat-koneplus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-roccat-koneplus.h b/drivers/hid/hid-roccat-koneplus.h
index d2b55f2c764d..af7f57e8cf3b 100644
--- a/drivers/hid/hid-roccat-koneplus.h
+++ b/drivers/hid/hid-roccat-koneplus.h
@@ -24,7 +24,7 @@ enum {
24 KONEPLUS_SIZE_PROFILE_BUTTONS = 0x4d, 24 KONEPLUS_SIZE_PROFILE_BUTTONS = 0x4d,
25 KONEPLUS_SIZE_SENSOR = 0x06, 25 KONEPLUS_SIZE_SENSOR = 0x06,
26 KONEPLUS_SIZE_TALK = 0x10, 26 KONEPLUS_SIZE_TALK = 0x10,
27 KONEPLUS_SIZE_TCU = 0x03, 27 KONEPLUS_SIZE_TCU = 0x04,
28 KONEPLUS_SIZE_TCU_IMAGE = 0x0404, 28 KONEPLUS_SIZE_TCU_IMAGE = 0x0404,
29}; 29};
30 30