Skip to content

Commit

Permalink
HID: roccat: fix wrong attr size for koneplus tcu
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stefan Achatz authored and Jiri Kosina committed Nov 18, 2012
1 parent 172e2ab commit 955dca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hid/hid-roccat-koneplus.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down

0 comments on commit 955dca3

Please sign in to comment.