The patch titled serial: 8250_pnp: add Fujitsu Wacom device has been added to the -mm tree. Its filename is serial-8250_pnp-add-fujitsu-wacom-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 Fujitsu Wacom device From: Ping Cheng <pingc@xxxxxxxxx> Add Fujitsu Wacom 1FGT Tablet PC device Signed-off-by: Ping Cheng <pingc@xxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Cc: <stable@xxxxxxxxxx> 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-fujitsu-wacom-device drivers/serial/8250_pnp.c --- a/drivers/serial/8250_pnp.c~serial-8250_pnp-add-fujitsu-wacom-device +++ a/drivers/serial/8250_pnp.c @@ -348,6 +348,8 @@ static const struct pnp_device_id pnp_de { "FUJ02E6", 0 }, /* Fujitsu Wacom 2FGT Tablet PC device */ { "FUJ02E7", 0 }, + /* Fujitsu Wacom 1FGT Tablet PC device */ + { "FUJ02E9", 0 }, /* * LG C1 EXPRESS DUAL (C1-PB11A3) touch screen (actually a FUJ02E6 in * disguise) _ Patches currently in -mm which might be from pingc@xxxxxxxxx are linux-next.patch serial-8250_pnp-add-fujitsu-wacom-device.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