From e65a624b86241405b51cadc8e36944966b8c36b7 Mon Sep 17 00:00:00 2001 From: Benson Leung Date: Sun, 10 Feb 2013 16:20:17 -0800 Subject: 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 Signed-off-by: Matthew Garrett --- drivers/platform/x86/chromeos_laptop.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'drivers/platform') diff --git a/drivers/platform/x86/chromeos_laptop.c b/drivers/platform/x86/chromeos_laptop.c index 95bf94f..bc6599c 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[] = { .callback = setup_cyapa_smbus_tp, }, { + .ident = "HP Pavilion 14 Chromebook - Touchpad", + .matches = { + DMI_MATCH(DMI_PRODUCT_NAME, "Butterfly"), + }, + .callback = setup_cyapa_smbus_tp, + }, + { .ident = "Samsung Series 5 - Light Sensor", .matches = { DMI_MATCH(DMI_PRODUCT_NAME, "Alex"), -- cgit v1.1