diff options
author | Benson Leung <bleung@chromium.org> | 2013-02-01 17:34:44 -0500 |
---|---|---|
committer | Matthew Garrett <matthew.garrett@nebula.com> | 2013-02-27 08:30:39 -0500 |
commit | 261f171f571a82c1f990d484c374aa3f7236fe5e (patch) | |
tree | 38df5ea545c77bf027b801ab9d44ca845e5ec089 /drivers/platform/x86 | |
parent | 6e71094d98b54c2db09ef6af33b67bdece9d4ebe (diff) |
Platform: x86: chromeos_laptop - Add Acer C7 trackpad
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>
Diffstat (limited to 'drivers/platform/x86')
-rw-r--r-- | drivers/platform/x86/chromeos_laptop.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/platform/x86/chromeos_laptop.c b/drivers/platform/x86/chromeos_laptop.c index 6440d2250ba9..9293c66d52c1 100644 --- 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[] = { | |||
176 | }, | 176 | }, |
177 | .callback = setup_isl29018_als, | 177 | .callback = setup_isl29018_als, |
178 | }, | 178 | }, |
179 | { | ||
180 | .ident = "Acer C7 Chromebook - Touchpad", | ||
181 | .matches = { | ||
182 | DMI_MATCH(DMI_PRODUCT_NAME, "Parrot"), | ||
183 | }, | ||
184 | .callback = setup_cyapa_smbus_tp, | ||
185 | }, | ||
179 | { } | 186 | { } |
180 | }; | 187 | }; |
181 | MODULE_DEVICE_TABLE(dmi, chromeos_laptop_dmi_table); | 188 | MODULE_DEVICE_TABLE(dmi, chromeos_laptop_dmi_table); |