Re: [PATCH] HID: asus: Add support for the ASUS T101HA keyboard dock

2018-12-14 Thread Aleix Roca Nonell
On Fri, Dec 14, 2018 at 02:37:52PM +0100, Benjamin Tissoires wrote: > On Fri, Dec 14, 2018 at 2:34 PM Aleix Roca Nonell > wrote: > > > > Hi Benjamin! :D > > > > On Fri, Dec 14, 2018 at 09:25:20AM +0100, Benjamin Tissoires wrote: > > > Hi Aleix, > > > > > > On Fri, Dec 14, 2018 at 9:07 AM Aleix Ro

Re: [PATCH] HID: asus: Add support for the ASUS T101HA keyboard dock

2018-12-14 Thread Benjamin Tissoires
On Fri, Dec 14, 2018 at 2:34 PM Aleix Roca Nonell wrote: > > Hi Benjamin! :D > > On Fri, Dec 14, 2018 at 09:25:20AM +0100, Benjamin Tissoires wrote: > > Hi Aleix, > > > > On Fri, Dec 14, 2018 at 9:07 AM Aleix Roca Nonell > > wrote: > > > > > > Kind remminder ping :) > > > > Hehe, I have seen the

Re: [PATCH] HID: asus: Add support for the ASUS T101HA keyboard dock

2018-12-14 Thread Aleix Roca Nonell
Hi Benjamin! :D On Fri, Dec 14, 2018 at 09:25:20AM +0100, Benjamin Tissoires wrote: > Hi Aleix, > > On Fri, Dec 14, 2018 at 9:07 AM Aleix Roca Nonell > wrote: > > > > Kind remminder ping :) > > Hehe, I have seen the patch floating by and realized I would need more > than 2 minutes to answer it

Re: [PATCH] HID: asus: Add support for the ASUS T101HA keyboard dock

2018-12-14 Thread Benjamin Tissoires
Hi Aleix, On Fri, Dec 14, 2018 at 9:07 AM Aleix Roca Nonell wrote: > > Kind remminder ping :) Hehe, I have seen the patch floating by and realized I would need more than 2 minutes to answer it so it fell a little bit behind in my TODO list. Let's try to work on this now. > > I'm also adding my

Re: [PATCH] HID: asus: Add support for the ASUS T101HA keyboard dock

2018-12-14 Thread Aleix Roca Nonell
Kind remminder ping :) I'm also adding my fellow Matthias in CC On Sat, Dec 01, 2018 at 08:01:53PM +0100, Aleix Roca Nonell wrote: > The ASUS T101HA keyboard dock generates HID events using the ASUS vendor > specific UsagePage 0xff31. In consequence, some multimedia keys such as > brightness up a

[PATCH] HID: asus: Add support for the ASUS T101HA keyboard dock

2018-12-01 Thread Aleix Roca Nonell
The ASUS T101HA keyboard dock generates HID events using the ASUS vendor specific UsagePage 0xff31. In consequence, some multimedia keys such as brightness up and down are not working with hid-generic. This commit adds the T101HA dock into the supported device list of the hid-asus driver. It also