Re: [PATCH RESEND RESEND] Input: evdev - add event-mask API

2014-11-04 Thread David Herrmann
Hi Dmitry Sorry for the delay, back from holiday now. On Fri, Oct 10, 2014 at 12:52 AM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: diff -u b/include/uapi/linux/input.h b/include/uapi/linux/input.h --- b/include/uapi/linux/input.h +++ b/include/uapi/linux/input.h @@ -161,53 +161,59 @@

Re: [PATCH RESEND RESEND] Input: evdev - add event-mask API

2014-11-04 Thread Dmitry Torokhov
On Tue, Nov 04, 2014 at 11:51:34AM +0100, David Herrmann wrote: Hi Dmitry Sorry for the delay, back from holiday now. On Fri, Oct 10, 2014 at 12:52 AM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: diff -u b/include/uapi/linux/input.h b/include/uapi/linux/input.h ---

Re: [PATCH RESEND RESEND] Input: evdev - add event-mask API

2014-10-10 Thread David Herrmann
Hi On Fri, Oct 10, 2014 at 12:52 AM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: Hi David, On Sun, Sep 28, 2014 at 12:19:39PM +0200, David Herrmann wrote: Ping? Sorry for the delay. On Wed, Aug 13, 2014 at 9:16 AM, David Herrmann dh.herrm...@gmail.com wrote: Hardware

Re: [PATCH RESEND RESEND] Input: evdev - add event-mask API

2014-10-09 Thread Dmitry Torokhov
Hi David, On Sun, Sep 28, 2014 at 12:19:39PM +0200, David Herrmann wrote: Ping? Sorry for the delay. On Wed, Aug 13, 2014 at 9:16 AM, David Herrmann dh.herrm...@gmail.com wrote: Hardware manufacturers group keys in the weirdest way possible. This may cause a power-key to be grouped

Re: [PATCH RESEND RESEND] Input: evdev - add event-mask API

2014-09-28 Thread David Herrmann
Ping? On Wed, Aug 13, 2014 at 9:16 AM, David Herrmann dh.herrm...@gmail.com wrote: Hardware manufacturers group keys in the weirdest way possible. This may cause a power-key to be grouped together with normal keyboard keys and thus be reported on the same kernel interface. However,

[PATCH RESEND RESEND] Input: evdev - add event-mask API

2014-08-13 Thread David Herrmann
Hardware manufacturers group keys in the weirdest way possible. This may cause a power-key to be grouped together with normal keyboard keys and thus be reported on the same kernel interface. However, user-space is often only interested in specific sets of events. For instance, daemons dealing