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:
e0ae251
)
Input: elan_i2c - add ELAN0618 (Lenovo v330 15IKB) ACPI ID
author
Alexandr Savca
<
[email protected]
>
Fri, 22 Jun 2018 00:12:54 +0000
(17:12 -0700)
committer
Dmitry Torokhov
<
[email protected]
>
Fri, 22 Jun 2018 00:20:41 +0000
(17:20 -0700)
Add ELAN0618 to the list of supported touchpads; this ID is used in
Lenovo v330 15IKB devices.
Signed-off-by: Alexandr Savca <
[email protected]
>
Cc:
[email protected]
Signed-off-by: Dmitry Torokhov <
[email protected]
>
drivers/input/mouse/elan_i2c_core.c
patch
|
blob
|
history
diff --git
a/drivers/input/mouse/elan_i2c_core.c
b/drivers/input/mouse/elan_i2c_core.c
index 8ff75114e7626dc3d2fa23a1d3457f1802b2a628..f69d21610166c0258efb87eac072fbec5205addc 100644
(file)
--- a/
drivers/input/mouse/elan_i2c_core.c
+++ b/
drivers/input/mouse/elan_i2c_core.c
@@
-1345,6
+1345,7
@@
static const struct acpi_device_id elan_acpi_id[] = {
{ "ELAN060C", 0 },
{ "ELAN0611", 0 },
{ "ELAN0612", 0 },
+ { "ELAN0618", 0 },
{ "ELAN1000", 0 },
{ }
};