diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2015-03-09 01:39:17 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-03-09 02:36:54 -0400 |
commit | 8f004f3f4daf5dc98dc78f8e62497ad834053855 (patch) | |
tree | 41d13d05ae2eef57dddb8950d34e1cb880efa888 /drivers/input/mouse | |
parent | 860e6f7fcbe5653ec4e394f9ee335f2032398beb (diff) |
Input: synaptics - remove X250 from the topbuttonpad list
Lenovo X250 has a PnpID of LEN0046, but it does not have the top software
button requirement.
For the record, Lenovo T450s and W541 have a PnpID of LEN200f and LEN004a,
so they are not on the top software button list.
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Reviewed-by: Daniel Martin <consume.noise@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/mouse')
-rw-r--r-- | drivers/input/mouse/synaptics.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c index 160def02cde2..ca7ca8d4eb33 100644 --- a/drivers/input/mouse/synaptics.c +++ b/drivers/input/mouse/synaptics.c | |||
@@ -181,7 +181,6 @@ static const char * const topbuttonpad_pnp_ids[] = { | |||
181 | "LEN0041", | 181 | "LEN0041", |
182 | "LEN0042", /* Yoga */ | 182 | "LEN0042", /* Yoga */ |
183 | "LEN0045", | 183 | "LEN0045", |
184 | "LEN0046", | ||
185 | "LEN0047", | 184 | "LEN0047", |
186 | "LEN0049", | 185 | "LEN0049", |
187 | "LEN2000", | 186 | "LEN2000", |