From: Stefan Achatz Date: Sat, 17 Nov 2012 20:27:11 +0000 (+0100) Subject: HID: roccat: fix wrong attr size for koneplus tcu X-Git-Tag: v3.8-rc1~130^2^5 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=955dca354c3c02850409e773fcbd625ac68dd5e7;p=linux.git HID: roccat: fix wrong attr size for koneplus tcu More thorough testing revealed a typo in last koneplus cleanups. Signed-off-by: Stefan Achatz Signed-off-by: Jiri Kosina --- 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, };