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

Commit a6f66ddf authored by Ozan Çağlayan's avatar Ozan Çağlayan Committed by Dmitry Torokhov
Browse files

Input: i8042 - add Gigabyte M912 netbook to noloop exception table



Gigabyte M912's touchpad needs i8042.noloop for working.

Signed-off-by: default avatarOzan Çağlayan <ozan@pardus.org.tr>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 4200844b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -143,6 +143,14 @@ static struct dmi_system_id __initdata i8042_dmi_noloop_table[] = {
			DMI_MATCH(DMI_PRODUCT_VERSION, "M606"),
		},
	},
	{
		.ident = "Gigabyte M912",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "GIGABYTE"),
			DMI_MATCH(DMI_PRODUCT_NAME, "M912"),
			DMI_MATCH(DMI_PRODUCT_VERSION, "01"),
		},
	},
	{ }
};