Re: [PATCH] HID: usbhid: add Logitech G710+ keyboard quirk NOGET

2015-11-19 Thread Jimmy Berry
On Thu, Nov 19, 2015 at 6:26 PM, Greg KH <g...@kroah.com> wrote: > On Tue, Nov 17, 2015 at 12:40:12AM -0600, Jimmy Berry wrote: >> Without quirk keyboard repeats '6' until volume control is used since it >> indicates the key is pressed without ever releasing. >> >&g

[PATCH] HID: usbhid: Logitech G710+ keyboard NOGET.

2015-11-16 Thread Jimmy Berry
Repeats 6 until volume control is used. --- drivers/hid/hid-ids.h | 1 + drivers/hid/usbhid/hid-quirks.c | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index ac1feea..9024a3d 100644 --- a/drivers/hid/hid-ids.h +++

[PATCH] HID: usbhid: add Logitech G710+ keyboard quirk NOGET

2015-11-16 Thread Jimmy Berry
Without quirk keyboard repeats '6' until volume control is used since it indicates the key is pressed without ever releasing. Signed-off-by: Jimmy Berry <ji...@boombatower.com> --- drivers/hid/hid-ids.h | 1 + drivers/hid/usbhid/hid-quirks.c | 1 + 2 files changed, 2 inse