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:
e55a336
)
Input: synaptics - add min/max quirk for Lenovo T440s
author
Takashi Iwai
<
[email protected]
>
Thu, 6 Nov 2014 17:27:11 +0000
(09:27 -0800)
committer
Dmitry Torokhov
<
[email protected]
>
Thu, 6 Nov 2014 18:05:52 +0000
(10:05 -0800)
The new Lenovo T440s laptop has a different PnP ID "LEN0039", and it
needs the similar min/max quirk to make its clickpad working.
BugLink:
https://bugzilla.opensuse.org/show_bug.cgi?id=903748
Reported-and-tested-by: Joschi Brauchle <
[email protected]
>
Cc: <
[email protected]
>
Signed-off-by: Takashi Iwai <
[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 9031a0a28ea4f2cf0c086036334e975a3fdbdf35..2a7a9174c702a44df3072a2f61c72a4ce16ecb05 100644
(file)
--- a/
drivers/input/mouse/synaptics.c
+++ b/
drivers/input/mouse/synaptics.c
@@
-135,8
+135,8
@@
static const struct min_max_quirk min_max_pnpid_table[] = {
1232, 5710, 1156, 4696
},
{
- (const char * const []){"LEN0034", "LEN0036", "LEN
2002
",
- "LEN2004", NULL},
+ (const char * const []){"LEN0034", "LEN0036", "LEN
0039
",
+ "LEN200
2", "LEN200
4", NULL},
1024, 5112, 2024, 4832
},
{
@@
-163,6
+163,7
@@
static const char * const topbuttonpad_pnp_ids[] = {
"LEN0036", /* T440 */
"LEN0037",
"LEN0038",
+ "LEN0039", /* T440s */
"LEN0041",
"LEN0042", /* Yoga */
"LEN0045",