diff options
author | Benson Leung <bleung@chromium.org> | 2013-02-10 16:20:17 -0800 |
---|---|---|
committer | Matthew Garrett <matthew.garrett@nebula.com> | 2013-02-27 08:30:40 -0500 |
commit | e65a624b86241405b51cadc8e36944966b8c36b7 (patch) | |
tree | e818ddb1c658dc45e61b58cbff087eadd36820b3 | |
parent | 8016bcbc380f952bfccb82fde3bb8b4b9cbd6400 (diff) | |
download | op-kernel-dev-e65a624b86241405b51cadc8e36944966b8c36b7.zip op-kernel-dev-e65a624b86241405b51cadc8e36944966b8c36b7.tar.gz |
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>
-rw-r--r-- | drivers/platform/x86/chromeos_laptop.c | 7 |
1 files changed, 7 insertions, 0 deletions
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"), |