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 */
> > +#define KEY_TASKMANAGER            0x241   /* AL Task/Project Manager */
> > +#define KEY_JOURNAL                0x242   /* AL Log/Journal/Timecard */
> > +#define KEY_CONTROLPANEL           0x243   /* AL Control Panel */
> > +#define KEY_APPSELECT              0x244   /* AL Select Task/Application */
> > +#define KEY_SCREENSAVER            0x245   /* AL Screen Saver */
> > +#define KEY_VOICECOMMAND           0x246   /* Listening Voice Command */
> > +
> > +#define KEY_BRIGHTNESS_INC         KEY_BRIGHTNESSUP
> > +#define KEY_BRIGHTNESS_DEC         KEY_BRIGHTNESSDOWN
> > +#define KEY_BRIGHTNESS             0x250   /* Display Brightness */

What is it supposed to do exactly? Show OSD for brightness?

> > +#define KEY_BRIGHTNESS_TOGGLE              0x251   /* Backlight Toggle */

We already have KEY_DISPLAYTOGGLE, isn't this the same?

Thanks.

-- 
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to