Re: [PATCH V2] HID: corsair: Add K70 Vengeance and K70 RAPIDFIRE to

2018-02-16 Thread Jiri Kosina
On Fri, 22 Dec 2017, Aaron Bottegal wrote: > K70 Vengeance sends garbage keypresses when changing backlight brightness. > This hooks to the existing corsair driver, which filters out those > invalid keypresses on similar devices in the input mapping code. Applied to for-4.16/upstream-fixes. --

Re: [PATCH V2] HID: corsair: Add K70 Vengeance and K70 RAPIDFIRE to

2018-02-16 Thread Jiri Kosina
On Fri, 22 Dec 2017, Aaron Bottegal wrote: > K70 Vengeance sends garbage keypresses when changing backlight brightness. > This hooks to the existing corsair driver, which filters out those > invalid keypresses on similar devices in the input mapping code. Applied to for-4.16/upstream-fixes. --

[PATCH V2] HID: corsair: Add K70 Vengeance and K70 RAPIDFIRE to

2017-12-22 Thread Aaron Bottegal
K70 Vengeance sends garbage keypresses when changing backlight brightness. This hooks to the existing corsair driver, which filters out those invalid keypresses on similar devices in the input mapping code. V2: Fix spelling. Signed-off-by: Aaron Bottegal ---

[PATCH V2] HID: corsair: Add K70 Vengeance and K70 RAPIDFIRE to

2017-12-22 Thread Aaron Bottegal
K70 Vengeance sends garbage keypresses when changing backlight brightness. This hooks to the existing corsair driver, which filters out those invalid keypresses on similar devices in the input mapping code. V2: Fix spelling. Signed-off-by: Aaron Bottegal --- drivers/hid/hid-corsair.c | 8