Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

Input: i8042 - add HP DV9700 to the noloop list

parent 74f733c7
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -151,6 +151,14 @@ static struct dmi_system_id __initdata i8042_dmi_noloop_table[] = {
			DMI_MATCH(DMI_PRODUCT_VERSION, "01"),
			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"),
		},
	},
	{ }
	{ }
};
};