Re: [PATCH] HID: corsair: fix mapping of non-keyboard usages

2016-02-23 Thread Jiri Kosina
On Tue, 16 Feb 2016, =?UTF-8?q?Cl=C3=A9ment=20Vuchener?= wrote: > This fixes a bug where the Volume Up key was ignored because it uses the > same usage code as G18. Special Corsair usage codes are in the keyboard > page, other pages should be left to the generic driver. Applied, thanks. -- Ji

Re: [PATCH] HID: corsair: fix mapping of non-keyboard usages

2016-02-18 Thread Benjamin Tissoires
On Feb 16 2016 or thereabouts, =?UTF-8?q?Cl=C3=A9ment=20Vuchener?= wrote: > This fixes a bug where the Volume Up key was ignored because it uses the same > usage code as G18. Special Corsair usage codes are in the keyboard page, > other pages should be left to the generic driver. > > Signed-off-

[PATCH] HID: corsair: fix mapping of non-keyboard usages

2016-02-16 Thread =?UTF-8?q?Cl=C3=A9ment=20Vuchener?=
This fixes a bug where the Volume Up key was ignored because it uses the same usage code as G18. Special Corsair usage codes are in the keyboard page, other pages should be left to the generic driver. Signed-off-by: Clément Vuchener --- drivers/hid/hid-corsair.c | 3 +++ 1 file changed, 3 inse