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

Commit 8e4ae101 authored by Carlos Corbacho's avatar Carlos Corbacho Committed by Dmitry Torokhov
Browse files

Input: i8042 - Add Dritek quirk for Acer TravelMate 4280

parent d488d3ed
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -394,6 +394,13 @@ static struct dmi_system_id __initdata i8042_dmi_dritek_table[] = {
			DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 2490"),
		},
	},
	{
		.ident = "Acer TravelMate 4280",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
			DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 4280"),
		},
	},
	{ }
};