Commit e6edbdc5 authored by Elliott Sales de Andrade's avatar Elliott Sales de Andrade Committed by Dmitry Torokhov

Input: i8042 - add Dritek quirk for Acer Aspire 5610.

Signed-off-by: default avatarElliott Sales de Andrade <quantum.analyst@gmail.com>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent dd38d688
......@@ -523,6 +523,13 @@ static const struct dmi_system_id __initconst i8042_dmi_laptop_table[] = {
* have turned up in 2007 that also need this again.
*/
static const struct dmi_system_id __initconst i8042_dmi_dritek_table[] = {
{
/* Acer Aspire 5610 */
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5610"),
},
},
{
/* Acer Aspire 5630 */
.matches = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment