Re: [PATCH 07/15] input: Add input core

2017-05-05 Thread Sascha Hauer
On Fri, May 05, 2017 at 01:05:20PM +0300, Antony Pavlov wrote: > On Wed, 13 Jan 2016 16:37:28 +0100 > Sascha Hauer wrote: > > Hi Sascha! > > > Currently all input driver register themselves as consoles. Consoles are > > fine for typing text, but they do not allow to ask for the current > > press

Re: [PATCH 07/15] input: Add input core

2017-05-05 Thread Antony Pavlov
On Wed, 13 Jan 2016 16:37:28 +0100 Sascha Hauer wrote: Hi Sascha! > Currently all input driver register themselves as consoles. Consoles are > fine for typing text, but they do not allow to ask for the current > pressed state of buttons or keypads. They also do not support non > printable keys l

[PATCH 07/15] input: Add input core

2016-01-13 Thread Sascha Hauer
Currently all input driver register themselves as consoles. Consoles are fine for typing text, but they do not allow to ask for the current pressed state of buttons or keypads. They also do not support non printable keys like the function keys. This patch adds a simple input core. On the driver si