commit | 5d96738d9a74ec774bc7408288b44a7db6321c47 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Tue Oct 29 17:04:02 2019 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Tue Oct 29 17:14:17 2019 -0700 |
tree | 7f9ce7bc8408b0f6f6f1d8dd1ba0c15212ff9317 | |
parent | 4d69ca90de6ad611d74571ebd18d6bf86a9e1218 [diff] |
Input: cobalt_btns - 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 cobalt_btns driver to use the polling mode of standard input devices and removes dependency on INPUT_POLLDEV. Link: https://lore.kernel.org/r/20191017204217.106453-13-dmitry.torokhov@gmail.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>