mirror of https://gitee.com/openkylin/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 <erazor_de@users.sourceforge.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
172e2abc19
commit
955dca354c
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue