]> Git Repo - linux.git/commitdiff
Input: i8042 - add HP DV9700 to the noloop list
authorDmitry Torokhov <[email protected]>
Wed, 8 Apr 2009 06:53:26 +0000 (23:53 -0700)
committerDmitry Torokhov <[email protected]>
Wed, 8 Apr 2009 06:58:33 +0000 (23:58 -0700)
Reported-by: Kenneth Crudup <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
drivers/input/serio/i8042-x86ia64io.h

index 6fa2deff744663574fcd31f3f28a0950f083a1b6..83ed2d56b924cae1ade799b8a29d92df621fbea5 100644 (file)
@@ -151,6 +151,14 @@ static struct dmi_system_id __initdata i8042_dmi_noloop_table[] = {
                        DMI_MATCH(DMI_PRODUCT_VERSION, "01"),
                },
        },
+       {
+               .ident = "HP DV9700",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv9700"),
+                       DMI_MATCH(DMI_PRODUCT_VERSION, "Rev 1"),
+               },
+       },
        { }
 };
 
This page took 0.058578 seconds and 4 git commands to generate.