Re: [PATCH] Input: add support for polling to input devices

2019-08-20 Thread Dmitry Torokhov
On Tue, Aug 20, 2019 at 01:56:53PM +0200, Michal Vokáč wrote: > On 13. 08. 19 16:04, Benjamin Tissoires wrote: > > On Mon, Aug 12, 2019 at 7:11 PM Dmitry Torokhov > > wrote: > > > > > > Hi Benjamin, > > > > > > On Mon, Aug 12, 2019 at 06:50:38PM +0200, Benjamin Tissoires wrote: > > > > Hi Dmitry

Re: [PATCH] Input: add support for polling to input devices

2019-08-20 Thread Michal Vokáč
On 13. 08. 19 16:04, Benjamin Tissoires wrote: On Mon, Aug 12, 2019 at 7:11 PM Dmitry Torokhov wrote: Hi Benjamin, On Mon, Aug 12, 2019 at 06:50:38PM +0200, Benjamin Tissoires wrote: Hi Dmitry, On Fri, Aug 9, 2019 at 7:35 PM Dmitry Torokhov wrote: Separating "normal" and "polled" input d

Re: [PATCH] Input: add support for polling to input devices

2019-08-13 Thread Benjamin Tissoires
On Mon, Aug 12, 2019 at 7:11 PM Dmitry Torokhov wrote: > > Hi Benjamin, > > On Mon, Aug 12, 2019 at 06:50:38PM +0200, Benjamin Tissoires wrote: > > Hi Dmitry, > > > > On Fri, Aug 9, 2019 at 7:35 PM Dmitry Torokhov > > wrote: > > > > > > Separating "normal" and "polled" input devices was a mistake

Re: [PATCH] Input: add support for polling to input devices

2019-08-12 Thread Dmitry Torokhov
Hi Benjamin, On Mon, Aug 12, 2019 at 06:50:38PM +0200, Benjamin Tissoires wrote: > Hi Dmitry, > > On Fri, Aug 9, 2019 at 7:35 PM Dmitry Torokhov > wrote: > > > > Separating "normal" and "polled" input devices was a mistake, as often we > > want to allow the very same device work on both interrup

Re: [PATCH] Input: add support for polling to input devices

2019-08-12 Thread Benjamin Tissoires
Hi Dmitry, On Fri, Aug 9, 2019 at 7:35 PM Dmitry Torokhov wrote: > > Separating "normal" and "polled" input devices was a mistake, as often we > want to allow the very same device work on both interrupt-driven and > polled mode, depending on the board on which the device is used. > > This introdu

[PATCH] Input: add support for polling to input devices

2019-08-09 Thread Dmitry Torokhov
Separating "normal" and "polled" input devices was a mistake, as often we want to allow the very same device work on both interrupt-driven and polled mode, depending on the board on which the device is used. This introduces new APIs: - input_setup_polling - input_set_poll_interval - input_set_min