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:
98dc070
)
Input: synaptics - fix min-max quirk value for E440
author
Filip Ayazi
<
[email protected]
>
Wed, 25 Mar 2015 22:53:04 +0000
(15:53 -0700)
committer
Dmitry Torokhov
<
[email protected]
>
Tue, 31 Mar 2015 21:46:39 +0000
(14:46 -0700)
Commit
98dc070373
("Input: synaptics - add quirk for Thinkpad E440") had
a typo in ymax, this changes the value to the one reported by
touchpad-edge-detector and mentioned in the commit.
Signed-off-by: Filip Ayazi <
[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 f6a3a7b7d1ad2b1941d1e0d64d57e249b13bc23d..3b06c8a360b661f02ed3aa826e5a996b93e5b358 100644
(file)
--- a/
drivers/input/mouse/synaptics.c
+++ b/
drivers/input/mouse/synaptics.c
@@
-155,7
+155,7
@@
static const struct min_max_quirk min_max_pnpid_table[] = {
{
(const char * const []){"LEN2006", NULL},
{2691, 2691},
- 1024, 5045, 2457, 4
6
32
+ 1024, 5045, 2457, 4
8
32
},
{
(const char * const []){"LEN2006", NULL},