]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Input: i8042 - add Dritek quirk for Acer Aspire 5720
authorCarlos Corbacho <carlos@strangeworlds.co.uk>
Mon, 7 Jul 2008 12:55:31 +0000 (08:55 -0400)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 7 Jul 2008 13:01:23 +0000 (09:01 -0400)
The Acer Aspire 5720 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 2e8b0333fb43ba1016ff5b6977aedae4171be1ea..5d46d6491bf86a48169c465ad627c1a9a8a5ee23 100644 (file)
@@ -357,6 +357,13 @@ static struct dmi_system_id __initdata i8042_dmi_dritek_table[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5680"),
                },
        },
+       {
+               .ident = "Acer Aspire 5720",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5720"),
+               },
+       },
        {
                .ident = "Acer Aspire 9110",
                .matches = {