Input: i8042 - add Dritek quirk for Acer TravelMate 660

The Acer TravelMate 660 series also requires the Dritek quirk to enable the
extra scancodes.

Signed-off-by: Bruno Prémont <bonbons@linux-vserver.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
Bruno Prémont 2008-05-20 13:47:28 -04:00 коммит произвёл Dmitry Torokhov
Родитель f26a398891
Коммит 65e660aa3f
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -330,6 +330,13 @@ static struct dmi_system_id __initdata i8042_dmi_dritek_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 9110"),
},
},
{
.ident = "Acer TravelMate 660",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 660"),
},
},
{
.ident = "Acer TravelMate 2490",
.matches = {