Commit 8e4ae101 authored by Carlos Corbacho's avatar Carlos Corbacho Committed by Dmitry Torokhov

Input: i8042 - Add Dritek quirk for Acer TravelMate 4280

Reported-by: default avatarMattias Jernberg <nostrad@gmail.com>
Signed-off-by: default avatarCarlos Corbacho <carlos@strangeworlds.co.uk>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent d488d3ed
...@@ -394,6 +394,13 @@ static struct dmi_system_id __initdata i8042_dmi_dritek_table[] = { ...@@ -394,6 +394,13 @@ static struct dmi_system_id __initdata i8042_dmi_dritek_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 2490"), DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 2490"),
}, },
}, },
{
.ident = "Acer TravelMate 4280",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 4280"),
},
},
{ } { }
}; };
......
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