aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorStefan Achatz <erazor_de@users.sourceforge.net>2012-11-17 21:27:11 +0100
committerJiri Kosina <jkosina@suse.cz>2012-11-18 22:58:28 +0100
commit955dca354c3c02850409e773fcbd625ac68dd5e7 (patch)
treed5d5c61c605de7ab635799e785f86b9704be9820 /drivers
parentHID: roccat: deprecate some Kovaplus attributes (diff)
downloadlinux-dev-955dca354c3c02850409e773fcbd625ac68dd5e7.tar.xz
linux-dev-955dca354c3c02850409e773fcbd625ac68dd5e7.zip
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')
-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 {
KONEPLUS_SIZE_PROFILE_BUTTONS = 0x4d,
KONEPLUS_SIZE_SENSOR = 0x06,
KONEPLUS_SIZE_TALK = 0x10,
- KONEPLUS_SIZE_TCU = 0x03,
+ KONEPLUS_SIZE_TCU = 0x04,
KONEPLUS_SIZE_TCU_IMAGE = 0x0404,
};