Input: i8042 - add Dritek quirk for Acer Aspire 9110
authorCarlos Corbacho <carlos@strangeworlds.co.uk>
Wed, 30 Jan 2008 21:34:12 +0000 (16:34 -0500)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 30 Jan 2008 21:34:12 +0000 (16:34 -0500)
The Acer Aspire 9110 series also requires the Dritek quirk to enable the
extra scancodes.

Signed-off-by: Carlos Corbacho <carlos@strangeworlds.co.uk>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/serio/i8042-x86ia64io.h

index 4f6384d..0ceb84d 100644 (file)
@@ -310,6 +310,13 @@ static struct dmi_system_id __initdata i8042_dmi_dritek_table[] = {
                },
        },
        {
+               .ident = "Acer Aspire 9110",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 9110"),
+               },
+       },
+       {
                .ident = "Acer TravelMate 2490",
                .matches = {
                        DMI_MATCH(DMI_SYS_VENDOR, "Acer"),