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,

Re: [PATCH RFC] drivers: parport: Ask user for irqreturn_t value

2014-09-28 Thread Matwey V. Kornilov
Forget it, I invented something strange. 2014-09-28 12:02 GMT+04:00 Matwey V. Kornilov mat...@sai.msu.ru: Current parport_irq_handler behaviour is not correct when IRQ is shared. LDDv3 on page 279 requires us: Be sure to return IRQ_NONE whenever your handler is called and finds the device is

[PATCH] Input: atkbd - correct MSC_SCAN events for force_release keys

2014-09-28 Thread Stefan Brüns
Without the change either no scancode would be reported on release of force_release keys, or - if the key is marked as force_release erroneously - the release event and the scancode would be reported in separate reports to the input layer. Signed-off-by: Stefan Brüns stefan.bru...@rwth-aachen.de

Re: [PATCH v3 1/3] cap11xx: make driver generic for variant support

2014-09-28 Thread Matt Ranostay
On Sat, Sep 27, 2014 at 11:21 AM, Daniel Mack dan...@zonque.org wrote: On 09/25/2014 07:24 AM, Matt Ranostay wrote: cap1106 driver can support much more one device make the driver generic for support of similiar parts. Signed-off-by: Matt Ranostay mranos...@gmail.com ---