]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commitdiff
Input: i8042 - add Sony VAIO VPCZ122GX to nomux list
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 4 Nov 2010 16:12:44 +0000 (09:12 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 9 Dec 2010 21:33:28 +0000 (13:33 -0800)
[Note that the mainline will not have this particular fix but rather
will blacklist entire VAIO line based off DMI board name. For stable
I am being a bit more cautious and blacklist one particular product.]

Trying to query/activate active multiplexing mode on this VAIO makes
both keyboard and touchpad inoperable. Futher kernels will blacklist
entire VAIO line, however here we blacklist just one particular model.

Reported-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/input/serio/i8042-x86ia64io.h

index ed7ad7416b24d8f40c9cccd61d8371f732b73441..8c53926eb20bb3b05f097181921bdb566aff3f8b 100644 (file)
@@ -332,6 +332,13 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "PC-MM20 Series"),
                },
        },
+       {
+               /* Sony Vaio VPCZ122GX */
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "VPCZ122GX"),
+               },
+       },
        {
                /* Sony Vaio FS-115b */
                .matches = {