Skip to content

Commit

Permalink
Platform: x86: chromeos_laptop - Add Acer C7 trackpad
Browse files Browse the repository at this point in the history
Add support for the Acer C7's trackpad, which is a reuse
of the Samsung Series 5 550 trackpad.

Signed-off-by: Benson Leung <[email protected]>
Signed-off-by: Matthew Garrett <[email protected]>
  • Loading branch information
bleungatchromium authored and Matthew Garrett committed Feb 27, 2013
1 parent 6e71094 commit 261f171
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/platform/x86/chromeos_laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,13 @@ static struct dmi_system_id __initdata chromeos_laptop_dmi_table[] = {
},
.callback = setup_isl29018_als,
},
{
.ident = "Acer C7 Chromebook - Touchpad",
.matches = {
DMI_MATCH(DMI_PRODUCT_NAME, "Parrot"),
},
.callback = setup_cyapa_smbus_tp,
},
{ }
};
MODULE_DEVICE_TABLE(dmi, chromeos_laptop_dmi_table);
Expand Down

0 comments on commit 261f171

Please sign in to comment.