Platform: x86: chromeos_laptop - Add HP Pavilion 14
authorBenson Leung <bleung@chromium.org>
Mon, 11 Feb 2013 00:20:17 +0000 (16:20 -0800)
committerMatthew Garrett <matthew.garrett@nebula.com>
Wed, 27 Feb 2013 13:30:40 +0000 (08:30 -0500)
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>
drivers/platform/x86/chromeos_laptop.c

index 95bf94f..bc6599c 100644 (file)
@@ -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 = {