Commit 59cc1dd9 authored by Dmitry Torokhov's avatar Dmitry Torokhov

Input: i8042 - add HP DV9700 to the noloop list

Reported-by: default avatarKenneth Crudup <kenny@panix.com>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 74f733c7
......@@ -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"),
},
},
{ }
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment