projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac09793
)
Input: synaptics - remove obsolete min/max quirk for X240
author
Daniel Martin
<
[email protected]
>
Mon, 9 Mar 2015 05:29:07 +0000
(22:29 -0700)
committer
Dmitry Torokhov
<
[email protected]
>
Mon, 9 Mar 2015 06:32:19 +0000
(23:32 -0700)
The firmware of the X240 (LEN0035, 2013/12) exposes the same values
x [1232..5710], y [1156..4696]
as the quirk applies.
Cc:
[email protected]
Signed-off-by: Daniel Martin <
[email protected]
>
Acked-by: Hans de Goede <
[email protected]
>
Signed-off-by: Dmitry Torokhov <
[email protected]
>
drivers/input/mouse/synaptics.c
patch
|
blob
|
history
diff --git
a/drivers/input/mouse/synaptics.c
b/drivers/input/mouse/synaptics.c
index 87c37f745b929639e1d2b4841ebcb4efb023fcbc..af686a82b02b802b40f11f74546354c96c2c922d 100644
(file)
--- a/
drivers/input/mouse/synaptics.c
+++ b/
drivers/input/mouse/synaptics.c
@@
-131,7
+131,7
@@
static const struct min_max_quirk min_max_pnpid_table[] = {
1024, 5052, 2258, 4832
},
{
- (const char * const []){"LEN00
35", "LEN00
42", NULL},
+ (const char * const []){"LEN0042", NULL},
1232, 5710, 1156, 4696
},
{