The patch titled serial/8250_pnp: add a new Fujitsu Wacom Tablet PC device has been added to the -mm tree. Its filename is serial-8250_pnp-add-a-new-fujitsu-wacom-tablet-pc-device.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: serial/8250_pnp: add a new Fujitsu Wacom Tablet PC device From: Ping <pinglinux@xxxxxxxxx> This is a new two finger touch Fujitsu Wacom Tablet PC Signed-off-by: Ping Cheng <pingc@xxxxxxxxx> Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> Cc: Dmitry Torokhov <dtor@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/serial/8250_pnp.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN drivers/serial/8250_pnp.c~serial-8250_pnp-add-a-new-fujitsu-wacom-tablet-pc-device drivers/serial/8250_pnp.c --- a/drivers/serial/8250_pnp.c~serial-8250_pnp-add-a-new-fujitsu-wacom-tablet-pc-device +++ a/drivers/serial/8250_pnp.c @@ -346,6 +346,8 @@ static const struct pnp_device_id pnp_de { "FUJ02E5", 0 }, /* Fujitsu P-series tablet PC device */ { "FUJ02E6", 0 }, + /* Fujitsu Wacom 2FGT Tablet PC device */ + { "FUJ02E7", 0 }, /* * LG C1 EXPRESS DUAL (C1-PB11A3) touch screen (actually a FUJ02E6 in * disguise) _ Patches currently in -mm which might be from pinglinux@xxxxxxxxx are serial-8250_pnp-add-a-new-fujitsu-wacom-tablet-pc-device.patch serial-8250_pnp-use-wildcard-for-serial-wacom-tablets.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