The patch titled PS/2 driver update for Fujitsu 4-wire touchscreen on Hitachi tablets has been removed from the -mm tree. Its filename was ps-2-driver-update-for-fujitsu-4-wire-touchscreen-on-hitachi-tablets.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: PS/2 driver update for Fujitsu 4-wire touchscreen on Hitachi tablets From: <Greg.Chandler@xxxxxxxxxxxxxx> This adds another DMI detected touchscreen. It is exactly the same driver as the existing ones, but this allows it to be detected on the Hitachi Flora-IE 55mi tablet. The original Midori drivers are "abeo antiquus". This should allow new life for these machines. Cc: Dmitry Torokhov <dtor@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/input/mouse/lifebook.c | 6 ++++++ 1 files changed, 6 insertions(+) diff -puN drivers/input/mouse/lifebook.c~ps-2-driver-update-for-fujitsu-4-wire-touchscreen-on-hitachi-tablets drivers/input/mouse/lifebook.c --- a/drivers/input/mouse/lifebook.c~ps-2-driver-update-for-fujitsu-4-wire-touchscreen-on-hitachi-tablets +++ a/drivers/input/mouse/lifebook.c @@ -22,6 +22,12 @@ static struct dmi_system_id lifebook_dmi_table[] = { { + .ident = "FLORA-ie 55mi", + .matches = { + DMI_MATCH(DMI_PRODUCT_NAME, "FLORA-ie 55mi"), + }, + }, + { .ident = "LifeBook B", .matches = { DMI_MATCH(DMI_PRODUCT_NAME, "LifeBook B Series"), _ Patches currently in -mm which might be from Greg.Chandler@xxxxxxxxxxxxxx are git-input.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