[PATCH v2 2/2] HID: corsair: Add driver Scimitar Pro RGB gaming mouse 1b1c:1b3e support to hid-corsair

2017-03-06 Thread Oscar Campos
with 16 bits value). Signed-off-by: Oscar Campos --- drivers/hid/Kconfig | 1 + drivers/hid/hid-core.c| 1 + drivers/hid/hid-corsair.c | 47 +++ 3 files changed, 49 insertions(+) diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index

Re: [PATCH 0/2] HID: Corsair Scimitar Pro RGB gaming mouse driver and support for other Corsair devices

2017-03-06 Thread Oscar Campos
On Mon, Mar 06, 2017 at 01:55:21PM +0100, Jiri Kosina wrote: > On Fri, 10 Feb 2017, Oscar Campos wrote: > > > Since I have a Corsair Scimitar PRO RGB that does not works on Linux, I > > tried to find a solution doing some research but was not able to find any. > [ ... snip ..

[PATCH 2/2] HID: corsair: Add driver Scimitar Pro RGB gaming mouse 1b1c:1b3e

2017-02-10 Thread Oscar Campos
Maximum with 16 bits value). Signed-off-by: Oscar Campos --- drivers/hid/Kconfig | 10 ++ drivers/hid/Makefile| 1 + drivers/hid/hid-corsair-mouse.c | 76 + 3 files changed, 87 insertions(+) create mode 100644 drivers/hid/hid-corsair

[PATCH 0/2] HID: Corsair Scimitar Pro RGB gaming mouse driver and support for other Corsair devices

2017-02-10 Thread Oscar Campos
parsing problem. I created the new mouse driver instead of add code to the already existent `hid-corsair.c` as it seem quite common to split mouse and keyboard driver support. Best Regards, Oscar Campos --- Oscar Campos (2): HID: corsair: support for K65-K70 Rapidfire and Scimitar Pro RGB HID

[PATCH 1/2] HID: corsair: support for K65-K70 Rapidfire and Scimitar Pro RGB

2017-02-10 Thread Oscar Campos
Add quirks for several corsair gaming devices to avoid long delays on report initialization Supported devices: - Corsair K65RGB Rapidfire Gaming Keyboard - Corsair K70RGB Rapidfire Gaming Keyboard - Corsair Scimitar Pro RGB Gaming Mouse Signed-off-by: Oscar Campos --- drivers/hid/hid-ids.h