commit | 867e8820e037c45f57ad39869ecfb3e58a23d908 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Tue Oct 29 17:04:58 2019 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Tue Oct 29 17:15:48 2019 -0700 |
tree | def0899e729f5886ac1771f6b9c396f0d56997d5 | |
parent | ff68cf0b166efd626e653d9ca55f1a1ec74f3667 [diff] |
Input: mma8450 - 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 mma8450 driver to use the polling mode of standard input devices and removes dependency on INPUT_POLLDEV. Link: https://lore.kernel.org/r/20191017204217.106453-19-dmitry.torokhov@gmail.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>