]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Input: i8042 - add Alienware Sentia to NOMUX blacklist.
authorDmitry Torokhov <dtor_core@ameritech.net>
Mon, 11 Jul 2005 06:06:06 +0000 (01:06 -0500)
committerDmitry Torokhov <dtor_core@ameritech.net>
Mon, 11 Jul 2005 06:06:06 +0000 (01:06 -0500)
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/serio/i8042-x86ia64io.h

index 0487ecbb8a49232d26b32a26c63b5e5911d31f02..66f533c1182d1d10038097e92339c1b03d6b4405 100644 (file)
@@ -137,6 +137,13 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "Satellite P10"),
                },
        },
+       {
+               .ident = "Alienware Sentia",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "ALIENWARE"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "Sentia"),
+               },
+       },
        { }
 };