commit | 36bc3684c212d467ddae0dda3d18d64c5212bae6 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Tue Oct 29 17:04:33 2019 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Tue Oct 29 17:15:46 2019 -0700 |
tree | cf43d4b57769a1c33c1d8451b43364d9d0838ac2 | |
parent | 528c7d02c78bc78aab40ed843129418dc2d44250 [diff] |
Input: rb532_button - 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 rb532_button driver to use the polling mode of standard input devices and removes dependency on INPUT_POLLDEV. Link: https://lore.kernel.org/r/20191017204217.106453-17-dmitry.torokhov@gmail.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>