The patch titled serial/8250_pnp.c: add new Wacom devices has been added to the -mm tree. Its filename is serial-8250_pnpc-add-new-wacom-devices.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.c: add new Wacom devices From: "Ping Cheng" <pingc@xxxxxxxxx> Add 10 serial Wacom Tablet PC devices. In fact, The last 3 bytes of WACF### are all reserved for Wacom serial OEMs. Signed-off-by: Ping Cheng <pingc@xxxxxxxxx> Cc: Jiri Kosina <jkosina@xxxxxxx> Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/serial/8250_pnp.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff -puN drivers/serial/8250_pnp.c~serial-8250_pnpc-add-new-wacom-devices drivers/serial/8250_pnp.c --- a/drivers/serial/8250_pnp.c~serial-8250_pnpc-add-new-wacom-devices +++ a/drivers/serial/8250_pnp.c @@ -337,6 +337,15 @@ static const struct pnp_device_id pnp_de { "WACF00A", 0 }, { "WACF00B", 0 }, { "WACF00C", 0 }, + { "WACF00D", 0 }, + { "WACF00E", 0 }, + { "WACF00F", 0 }, + { "WACF010", 0 }, + { "WACF011", 0 }, + { "WACF012", 0 }, + { "WACF013", 0 }, + { "WACF014", 0 }, + { "WACF015", 0 }, /* Compaq touchscreen */ { "FPI2002", 0 }, /* Fujitsu Stylistic touchscreens */ @@ -354,6 +363,8 @@ static const struct pnp_device_id pnp_de { "FUJ02E5", 0 }, /* Fujitsu P-series tablet PC device */ { "FUJ02E6", 0 }, + /* Fujitsu Wacom 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 pingc@xxxxxxxxx are serial-8250_pnpc-add-new-wacom-devices.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