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 <[email protected]>
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áč <[email protected]>
---
drivers/input/input-poller.c | 9 +++++++++
include/linux/input.h | 1 +
2 files changed, 10 insertions(+)