Re: [PATCH 1/2] HID: Add driver for Holtek gaming mouse 04d9:a067

2013-07-09 Thread Christian Ohm
On Tuesday, 28 May 2013 at 12:20, Jiri Kosina wrote: > I have applied your patches and fixed that omission. I see the driver made it into Linus's tree. Thanks for applying, and the fixes! Best regards, Christian Ohm -- To unsubscribe from this list: send the line "unsubscribe lin

[PATCH 2/2] HID: Add support for Holtek gaming mouse 04d9:a04a

2013-05-20 Thread Christian Ohm
need changing). That Surely Works™. Signed-off-by: Christian Ohm --- drivers/hid/Kconfig|2 ++ drivers/hid/hid-holtek-mouse.c | 28 ++-- drivers/hid/hid-ids.h |1 + 3 files changed, 25 insertions(+), 6 deletions(-) diff --git a/drivers/hid/Kcon

[PATCH 1/2] HID: Add driver for Holtek gaming mouse 04d9:a067

2013-05-20 Thread Christian Ohm
This mouse is sold as Sharkoon Drakonia and Perixx MX-2000 and reports a too high usage maximum and logical maximum. This driver fixes the report descriptor so those values don't exceed HID_MAX_USAGES. Signed-off-by: Christian Ohm --- drivers/hid/Kconfig|1 + driver

[PATCH 0/2] Holtek gaming mouse driver, and the necessity for it instead of increasing HID_MAX_USAGES

2013-05-20 Thread Christian Ohm
length as that of 04d9:a04a. I guess it wouldn't hurt to add the a078 id to the a04a case, since either the values check out, then it works, or they don't, then nothing happens. But that is even more speculative than the second patch, so no third patch for that. Best regards, Christian O