mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-11 15:40:50 +00:00
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>
This commit is contained in:
parent
8016bcbc38
commit
e65a624b86
@ -206,6 +206,13 @@ static struct dmi_system_id __initdata chromeos_laptop_dmi_table[] = {
|
|||||||
},
|
},
|
||||||
.callback = setup_cyapa_smbus_tp,
|
.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",
|
.ident = "Samsung Series 5 - Light Sensor",
|
||||||
.matches = {
|
.matches = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user