The patch titled 8250_pnp: add support for other Wacom tablets has been added to the -mm tree. Its filename is 8250_pnp-add-support-for-other-wacom-tablets.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: 8250_pnp: add support for other Wacom tablets From: Ben Collins <bcollins@xxxxxxxxxx> http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-dapper.git;a=commitdiff;h=6a242b6c279af7805a6cca8f39dbc5bfe1f78cd1 Cc: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Signed-off-by: Ben Collins <bcollins@xxxxxxxxxx> Cc: Russell King <rmk@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/serial/8250_pnp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff -puN drivers/serial/8250_pnp.c~8250_pnp-add-support-for-other-wacom-tablets drivers/serial/8250_pnp.c --- a/drivers/serial/8250_pnp.c~8250_pnp-add-support-for-other-wacom-tablets +++ a/drivers/serial/8250_pnp.c @@ -323,8 +323,10 @@ static const struct pnp_device_id pnp_de { "USR9180", 0 }, /* U.S. Robotics 56K Voice INT PnP*/ { "USR9190", 0 }, - /* HP Compaq Tablet PC tc1100 Wacom tablet */ + /* Wacom tablets */ + { "WACF004", 0 }, { "WACF005", 0 }, + { "WACF006", 0 }, /* Rockwell's (PORALiNK) 33600 INT PNP */ { "WCI0003", 0 }, /* Unkown PnP modems */ _ Patches currently in -mm which might be from bcollins@xxxxxxxxxx are acpi-add-ibm-r60e-laptop-to-proc-idle-blacklist.patch asus_acpi-invert-read-of-wled-proc-file-to-show-correct.patch acpi-sony-add-fn-hotkey-support.patch git-ieee1394.patch irda-add-some-ibm-think-pads.patch 8250_pnp-add-support-for-other-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