Re: [PATCH] HID: add missing hid usages

2014-04-25 Thread Olivier Gay
On Fri, Apr 25, 2014 at 1:26 AM, Dmitry Torokhov wrote: > On Wed, Apr 23, 2014 at 11:37:17AM +0200, Olivier Gay wrote: >> On Wed, Apr 23, 2014 at 2:04 AM, Dmitry Torokhov >> wrote: >> > On Mon, Apr 07, 2014 at 09:49:52AM +0200, Jiri Kosina wrote: >> >> > +#define KEY_BRIGHTNESS 0x250

Re: [PATCH] HID: add missing hid usages

2014-04-24 Thread Dmitry Torokhov
On Wed, Apr 23, 2014 at 11:37:17AM +0200, Olivier Gay wrote: > On Wed, Apr 23, 2014 at 2:04 AM, Dmitry Torokhov > wrote: > > On Mon, Apr 07, 2014 at 09:49:52AM +0200, Jiri Kosina wrote: > >> > +#define KEY_BRIGHTNESS 0x250 /* Display Brightness */ > > > > What is it supposed to do ex

Re: [PATCH] HID: add missing hid usages

2014-04-23 Thread Olivier Gay
On Wed, Apr 23, 2014 at 2:04 AM, Dmitry Torokhov wrote: > On Mon, Apr 07, 2014 at 09:49:52AM +0200, Jiri Kosina wrote: >> > +#define KEY_BRIGHTNESS 0x250 /* Display Brightness */ > > What is it supposed to do exactly? Show OSD for brightness? No, it's a linear control usage to (HUTT

Re: [PATCH] HID: add missing hid usages

2014-04-22 Thread Dmitry Torokhov
On Mon, Apr 07, 2014 at 09:49:52AM +0200, Jiri Kosina wrote: > > [ adding Dmitry to CC ] > > On Fri, 4 Apr 2014, Olivier Gay wrote: > > > > > #define KEY_ALS_TOGGLE 0x230 /* Ambient light sensor */ > > > > +#define KEY_BUTTONCONFIG 0x240 /* AL Button Configuration

Re: [PATCH] HID: add missing hid usages

2014-04-14 Thread Olivier Gay
On Mon, Apr 7, 2014 at 9:49 AM, Jiri Kosina wrote: > > > [ adding Dmitry to CC ] > > On Fri, 4 Apr 2014, Olivier Gay wrote: > > > with this patch we add some missing hid usages to the hid system. > > Those missing hid usages are already used by some Logitech > > products as well as some future one

Re: [PATCH] HID: add missing hid usages

2014-04-07 Thread Jiri Kosina
[ adding Dmitry to CC ] On Fri, 4 Apr 2014, Olivier Gay wrote: > Add some missing hid usages from consumer page, add > display brightness control usages from approved hid usage > table request HUTTR41: > http://www.usb.org/developers/hidpage/HUTRR41.pdf > and add voice command usage from approve

[PATCH] HID: add missing hid usages

2014-04-04 Thread Olivier Gay
Add some missing hid usages from consumer page, add display brightness control usages from approved hid usage table request HUTTR41: http://www.usb.org/developers/hidpage/HUTRR41.pdf and add voice command usage from approved request HUTTR45: http://www.usb.org/developers/hidpage/Voice_Command_Usage