commit | 83dbbe5ae47f163df05f13cbb619841ab2cca05e | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Tue Oct 01 11:59:37 2019 -0700 |
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue Oct 15 10:55:09 2019 +0300 |
tree | cde956f32ccb0dd6a73e09cc8827a95029523869 | |
parent | 2011176d8adbe21320158322df4a4c957474030d [diff] |
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>