projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
172e2ab
)
HID: roccat: fix wrong attr size for koneplus tcu
author
Stefan Achatz
<erazor_de@users.sourceforge.net>
Sat, 17 Nov 2012 20:27:11 +0000
(21:27 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Sun, 18 Nov 2012 21:58:28 +0000
(22:58 +0100)
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>
drivers/hid/hid-roccat-koneplus.h
patch
|
blob
|
history
diff --git
a/drivers/hid/hid-roccat-koneplus.h
b/drivers/hid/hid-roccat-koneplus.h
index d2b55f2c764d550904ed8389b492c5ba28edee4f..af7f57e8cf3b38743892b0365bde4dfa61b07682 100644
(file)
--- 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 = 0x0
3
,
+ KONEPLUS_SIZE_TCU = 0x0
4
,
KONEPLUS_SIZE_TCU_IMAGE = 0x0404,
};