diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2019-05-28 04:45:29 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2019-05-28 04:50:47 +0300 |
commit | 66f4c7765ad336c49243a4fd78de502fba5e9188 (patch) | |
tree | bc0a72c6285e9d52385aa7bc8729e69d091fa0a8 /drivers/input | |
parent | 140a79523e0a149b2501593e86fdb9cf7633b325 (diff) | |
download | linux-66f4c7765ad336c49243a4fd78de502fba5e9188.tar.xz |
Input: elantech - remove P52 and P72 from SMBus blacklist
Both now works correctly over SMBus. Let's use this driver so we can
update all five fingers every 8ms.
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/mouse/elantech.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/input/mouse/elantech.c b/drivers/input/mouse/elantech.c index ca10fd97d9d5..ea1ee0f44a65 100644 --- a/drivers/input/mouse/elantech.c +++ b/drivers/input/mouse/elantech.c @@ -1779,10 +1779,6 @@ static const char * const i2c_blacklist_pnp_ids[] = { * These are known to not be working properly as bits are missing * in elan_i2c. */ - "LEN2131", /* ThinkPad P52 w/ NFC */ - "LEN2132", /* ThinkPad P52 */ - "LEN2133", /* ThinkPad P72 w/ NFC */ - "LEN2134", /* ThinkPad P72 */ NULL }; |