]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
Input: i8042 - add Blue FB5601 to noloop exception table
authorStefan Bader <stefan.bader@canonical.com>
Fri, 17 Oct 2008 02:00:56 +0000 (22:00 -0400)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 17 Oct 2008 02:06:41 +0000 (22:06 -0400)
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/serio/i8042-x86ia64io.h

index a321aea2c7b5f4dad1a9822539d2b3abb7700dfc..eec375cd10e6ef89546e8a51314bf647411a47ea 100644 (file)
@@ -135,6 +135,14 @@ static struct dmi_system_id __initdata i8042_dmi_noloop_table[] = {
                        DMI_MATCH(DMI_PRODUCT_VERSION, "5a"),
                },
        },
+       {
+               .ident = "Blue FB5601",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "blue"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "FB5601"),
+                       DMI_MATCH(DMI_PRODUCT_VERSION, "M606"),
+               },
+       },
        { }
 };