projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e71094
)
Platform: x86: chromeos_laptop - Add Acer C7 trackpad
author
Benson Leung
<bleung@chromium.org>
Fri, 1 Feb 2013 22:34:44 +0000
(14:34 -0800)
committer
Matthew Garrett
<matthew.garrett@nebula.com>
Wed, 27 Feb 2013 13:30:39 +0000
(08:30 -0500)
Add support for the Acer C7's trackpad, which is a reuse
of the Samsung Series 5 550 trackpad.
Signed-off-by: Benson Leung <bleung@chromium.org>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
drivers/platform/x86/chromeos_laptop.c
patch
|
blob
|
history
diff --git
a/drivers/platform/x86/chromeos_laptop.c
b/drivers/platform/x86/chromeos_laptop.c
index 6440d2250ba92b0c2c09feff4109159acbf92dfc..9293c66d52c1858a425821c1986665ec2479060d 100644
(file)
--- a/
drivers/platform/x86/chromeos_laptop.c
+++ b/
drivers/platform/x86/chromeos_laptop.c
@@
-176,6
+176,13
@@
static struct dmi_system_id __initdata chromeos_laptop_dmi_table[] = {
},
.callback = setup_isl29018_als,
},
+ {
+ .ident = "Acer C7 Chromebook - Touchpad",
+ .matches = {
+ DMI_MATCH(DMI_PRODUCT_NAME, "Parrot"),
+ },
+ .callback = setup_cyapa_smbus_tp,
+ },
{ }
};
MODULE_DEVICE_TABLE(dmi, chromeos_laptop_dmi_table);