Re: [PATCH v2] HID: google: add google vivaldi HID driver

2020-09-09 Thread Jiri Kosina
On Wed, 26 Aug 2020, Sean O'Brien wrote: > > I actually believe we should follow the standard convention here, and have > > just one hid- driver for all google products. Currently we have > > hid-google-hammer, and this would add hid-google-vivaldi. Would you (or > > Wei-Ning, CCing here) object

Re: [PATCH v2] HID: google: add google vivaldi HID driver

2020-08-26 Thread Sean O'Brien
> I actually believe we should follow the standard convention here, and have > just one hid- driver for all google products. Currently we have > hid-google-hammer, and this would add hid-google-vivaldi. Would you (or > Wei-Ning, CCing here) object on merging these two together? I'm a bit

Re: [PATCH v2] HID: google: add google vivaldi HID driver

2020-08-26 Thread Jiri Kosina
On Tue, 25 Aug 2020, Sean O'Brien wrote: > Add Google vivaldi HID driver. This driver allows us to read and report > the top row layout of keyboards which provide a vendor-defined HID > usage. Thanks for the driver. I actually believe we should follow the standard convention here, and have

[PATCH v2] HID: google: add google vivaldi HID driver

2020-08-25 Thread Sean O'Brien
Add Google vivaldi HID driver. This driver allows us to read and report the top row layout of keyboards which provide a vendor-defined HID usage. Signed-off-by: Sean O'Brien --- drivers/hid/Kconfig | 9 ++ drivers/hid/Makefile | 1 + drivers/hid/hid-core.c