From: Benson Leung Date: Mon, 11 Feb 2013 00:20:17 +0000 (-0800) Subject: Platform: x86: chromeos_laptop - Add HP Pavilion 14 X-Git-Tag: accepted/tizen/common/20141203.182822~2475^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e65a624b86241405b51cadc8e36944966b8c36b7;p=platform%2Fkernel%2Flinux-arm64.git 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 --- 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"),