platform/x86: hdaps: switch to using polled mode of input devices
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 1 Oct 2019 18:59:37 +0000 (11:59 -0700)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 15 Oct 2019 07:55:09 +0000 (10:55 +0300)
commit83dbbe5ae47f163df05f13cbb619841ab2cca05e
treecde956f32ccb0dd6a73e09cc8827a95029523869
parent2011176d8adbe21320158322df4a4c957474030d
platform/x86: hdaps: switch to using polled mode of input devices

We have added polled mode to the normal input devices with the intent of
retiring input_polled_dev. This converts hdaps driver to use the
polling mode of standard input devices and removes dependency on
INPUT_POLLDEV.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/Kconfig
drivers/platform/x86/hdaps.c