aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86
diff options
context:
space:
mode:
authorBenson Leung <bleung@chromium.org>2013-02-10 19:20:17 -0500
committerMatthew Garrett <matthew.garrett@nebula.com>2013-02-27 08:30:40 -0500
commite65a624b86241405b51cadc8e36944966b8c36b7 (patch)
treee818ddb1c658dc45e61b58cbff087eadd36820b3 /drivers/platform/x86
parent8016bcbc380f952bfccb82fde3bb8b4b9cbd6400 (diff)
Platform: x86: chromeos_laptop - Add HP Pavilion 14
Add support for the HP Pavilion 14 Chromebook'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.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/platform/x86/chromeos_laptop.c b/drivers/platform/x86/chromeos_laptop.c
index 95bf94fa1998..bc6599c5bbe4 100644
--- a/drivers/platform/x86/chromeos_laptop.c
+++ b/drivers/platform/x86/chromeos_laptop.c
@@ -207,6 +207,13 @@ static struct dmi_system_id __initdata chromeos_laptop_dmi_table[] = {
207 .callback = setup_cyapa_smbus_tp, 207 .callback = setup_cyapa_smbus_tp,
208 }, 208 },
209 { 209 {
210 .ident = "HP Pavilion 14 Chromebook - Touchpad",
211 .matches = {
212 DMI_MATCH(DMI_PRODUCT_NAME, "Butterfly"),
213 },
214 .callback = setup_cyapa_smbus_tp,
215 },
216 {
210 .ident = "Samsung Series 5 - Light Sensor", 217 .ident = "Samsung Series 5 - Light Sensor",
211 .matches = { 218 .matches = {
212 DMI_MATCH(DMI_PRODUCT_NAME, "Alex"), 219 DMI_MATCH(DMI_PRODUCT_NAME, "Alex"),