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

Commit bb088590 authored by Ashutosh Naik's avatar Ashutosh Naik Committed by Dmitry Torokhov
Browse files

Input: wistron - add support for Acer TravelMate 2424NWXCi



The key mappings are the same as the older Acer TravelMate 240.

Signed-off-by: default avatarAshutosh Naik <ashutosh.naik@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent cde45f19
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -386,6 +386,15 @@ static struct dmi_system_id dmi_ids[] __initdata = {
		},
		.driver_data = keymap_acer_travelmate_240
	},
	{
		.callback = dmi_matched,
		.ident = "Acer TravelMate 2424NWXCi",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
			DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 2420"),
		},
		.driver_data = keymap_acer_travelmate_240
	},
	{
		.callback = dmi_matched,
		.ident = "AOpen 1559AS",