[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <d52af5bc-aa1c-c186-e686-de63d66a95b7@ysoft.com>
Date: Fri, 4 Oct 2019 10:09:16 +0200
From: Michal Vokáč <michal.vokac@...ft.com>
To: Dmitry Torokhov <dmitry.torokhov@...il.com>,
"linux-input@...r.kernel.org" <linux-input@...r.kernel.org>
Cc: Benjamin Tissoires <benjamin.tissoires@...hat.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] Input: add input_get_poll_interval()
On 02. 10. 19 23:58, Dmitry Torokhov wrote:
> Some drivers need to be able to know the current polling interval for
> devices working in polling mode, let's allow them fetching it.
>
> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@...il.com>
Just tested to use this function from a mpr121_touchkey driver.
Works as expected. When I change the poll interval from sysfs, the new
value is correctly reported.
Tested-by: Michal Vokáč <michal.vokac@...ft.com>
> ---
> drivers/input/input-poller.c | 9 +++++++++
> include/linux/input.h | 1 +
> 2 files changed, 10 insertions(+)
Powered by blists - more mailing lists