The patch titled drivers/input/misc: Added Acer TravelMate 2424NWXCi support to the wistron button interface has been added to the -mm tree. Its filename is drivers-input-misc-added-acer-travelmate-2424nwxci-support-to-the-wistron-button-interface.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: drivers/input/misc: Added Acer TravelMate 2424NWXCi support to the wistron button interface From: "Ashutosh Naik" <ashutosh.naik@xxxxxxxxx> Add Acer TravelMate 2424NWXCi support to the wistron button interface.The key mappings are the same as the older Acer TravelMate 240. I have tested it on my new laptop and it seems to work great. Signed-off-by: Ashutosh Naik <ashutosh.naik@xxxxxxxxx> Cc: Dmitry Torokhov <dtor@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/input/misc/wistron_btns.c | 9 +++++++++ 1 files changed, 9 insertions(+) diff -puN drivers/input/misc/wistron_btns.c~drivers-input-misc-added-acer-travelmate-2424nwxci-support-to-the-wistron-button-interface drivers/input/misc/wistron_btns.c --- a/drivers/input/misc/wistron_btns.c~drivers-input-misc-added-acer-travelmate-2424nwxci-support-to-the-wistron-button-interface +++ a/drivers/input/misc/wistron_btns.c @@ -386,6 +386,15 @@ static struct dmi_system_id dmi_ids[] __ }, .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", _ Patches currently in -mm which might be from ashutosh.naik@xxxxxxxxx are drivers-input-misc-added-acer-travelmate-2424nwxci-support-to-the-wistron-button-interface.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html