Re: [PATCH] Input: add input_get_poll_interval()

From: Michal VokÃÄ
Date: Fri Oct 04 2019 - 04:09:20 EST


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@xxxxxxxxx>

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@xxxxxxxxx>

---
drivers/input/input-poller.c | 9 +++++++++
include/linux/input.h | 1 +
2 files changed, 10 insertions(+)