diff options
-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 95bf94fa1998..bc6599c5bbe4 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[] = { | |||
207 | .callback = setup_cyapa_smbus_tp, | 207 | .callback = setup_cyapa_smbus_tp, |
208 | }, | 208 | }, |
209 | { | 209 | { |
210 | .ident = "HP Pavilion 14 Chromebook - Touchpad", | ||
211 | .matches = { | ||
212 | DMI_MATCH(DMI_PRODUCT_NAME, "Butterfly"), | ||
213 | }, | ||
214 | .callback = setup_cyapa_smbus_tp, | ||
215 | }, | ||
216 | { | ||
210 | .ident = "Samsung Series 5 - Light Sensor", | 217 | .ident = "Samsung Series 5 - Light Sensor", |
211 | .matches = { | 218 | .matches = { |
212 | DMI_MATCH(DMI_PRODUCT_NAME, "Alex"), | 219 | DMI_MATCH(DMI_PRODUCT_NAME, "Alex"), |