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

Commit 5799ddb5 authored by Carlos Corbacho's avatar Carlos Corbacho Committed by Dmitry Torokhov
Browse files

Input: i8042 - add Dritek quirk for Acer Aspire 9110



The Acer Aspire 9110 series also requires the Dritek quirk to enable the
extra scancodes.

Signed-off-by: default avatarCarlos Corbacho <carlos@strangeworlds.co.uk>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent e17bb1de
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -309,6 +309,13 @@ static struct dmi_system_id __initdata i8042_dmi_dritek_table[] = {
			DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5680"),
			DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5680"),
		},
		},
	},
	},
	{
		.ident = "Acer Aspire 9110",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
			DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 9110"),
		},
	},
	{
	{
		.ident = "Acer TravelMate 2490",
		.ident = "Acer TravelMate 2490",
		.matches = {
		.matches = {