The patch titled input: i8042: add Dritek quirk for Acer TravelMate 660 has been removed from the -mm tree. Its filename was input-i8042-add-dritek-quirk-for-acer-travelmate-660.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: input: i8042: add Dritek quirk for Acer TravelMate 660 From: Bruno Prémont <bonbons@xxxxxxxxxxxxxxxxx> The Acer TravelMate 660 series also requires the Dritek quirk to enable the extra scancodes. Signed-off-by: Bruno Prémont <bonbons@xxxxxxxxxxxxxxxxx> Cc: Dmitry Torokhov <dtor@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/input/serio/i8042-x86ia64io.h | 7 +++++++ 1 file changed, 7 insertions(+) diff -puN drivers/input/serio/i8042-x86ia64io.h~input-i8042-add-dritek-quirk-for-acer-travelmate-660 drivers/input/serio/i8042-x86ia64io.h --- a/drivers/input/serio/i8042-x86ia64io.h~input-i8042-add-dritek-quirk-for-acer-travelmate-660 +++ a/drivers/input/serio/i8042-x86ia64io.h @@ -388,6 +388,13 @@ static struct dmi_system_id __initdata i }, }, { + .ident = "Acer TravelMate 660", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Acer"), + DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 660"), + }, + }, + { .ident = "Acer TravelMate 2490", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "Acer"), _ Patches currently in -mm which might be from bonbons@xxxxxxxxxxxxxxxxx are input-i8042-add-dritek-quirk-for-acer-travelmate-660.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