From: Benson Leung Date: Mon, 11 Feb 2013 00:20:17 +0000 (-0800) Subject: Platform: x86: chromeos_laptop - Add HP Pavilion 14 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e65a624b86241405b51cadc8e36944966b8c36b7;p=linux-beck.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 95bf94fa1998..bc6599c5bbe4 100644 --- a/drivers/platform/x86/chromeos_laptop.c +++ b/drivers/platform/x86/chromeos_laptop.c @@ -206,6 +206,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 = {