]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Input: i8042 - add ALDI/MEDION netbook E1222 to qurik reset table
authorChristoph Fritz <chf.fritz@googlemail.com>
Sun, 14 Mar 2010 06:26:23 +0000 (22:26 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 1 Apr 2010 23:01:12 +0000 (16:01 -0700)
commit 31968ecf584330b51a25b7bf881c2b632a02a3fb upstream.

ALDI/MEDION netbook E1222 needs to be in the reset quirk list for
its touchpad's proper function.

Reported-by: Michael Fischer <mifi@gmx.de>
Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/input/serio/i8042-x86ia64io.h

index 2a5982e532f81aea8ec28fca40403c2f68150723..525b9b936ff5546b087e07ad7f4c67ac2ec06413 100644 (file)
@@ -441,6 +441,13 @@ static const struct dmi_system_id __initconst i8042_dmi_reset_table[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "E1210"),
                },
        },
+       {
+               /* Medion Akoya E1222 */
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "MEDION"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "E122X"),
+               },
+       },
        {
                /* Mivvy M310 */
                .matches = {