Re: [PATCH v6] Fix modifier keys for Redragon Asura Keyboard

2018-04-17 Thread Jiri Kosina
On Tue, 17 Apr 2018, Robert Munteanu wrote: > This adds a new driver for the Redragon Asura keyboard. The Asura > keyboard contains an error in the HID descriptor which causes all > modifier keys to be mapped to left shift. Additionally, we suppress > the creation of a second, not working, keyboar

Re: [PATCH v6] Fix modifier keys for Redragon Asura Keyboard

2018-04-17 Thread Benjamin Tissoires
On Mon, Apr 16, 2018 at 11:38 PM, Robert Munteanu wrote: > This adds a new driver for the Redragon Asura keyboard. The Asura > keyboard contains an error in the HID descriptor which causes all > modifier keys to be mapped to left shift. Additionally, we suppress > the creation of a second, not wor

[PATCH v6] Fix modifier keys for Redragon Asura Keyboard

2018-04-16 Thread Robert Munteanu
This adds a new driver for the Redragon Asura keyboard. The Asura keyboard contains an error in the HID descriptor which causes all modifier keys to be mapped to left shift. Additionally, we suppress the creation of a second, not working, keyboard device. Signed-off-by: Robert Munteanu --- drive