The patch titled Add support for Wacom WACF007 and WACF008 to serial pnp driver has been added to the -mm tree. Its filename is add-support-for-wacom-wacf007-and-wacf008-to-serial-pnp-driver.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Add support for Wacom WACF007 and WACF008 to serial pnp driver From: Maik Broemme <mbroemme@xxxxxxxxxxxxx> Notebook manufacturer seems to built a newer Wacom pen enabled tablet to recent tablet pcs which are not recognized by the serial pnp driver. Attached is a patch which makes the newer Wacom WACF007 and WACF008 tablets useable with the serial driver. The device is fully compatible with it. Signed-off-by: Maik Broemme <mbroemme@xxxxxxxxxxxxx> Cc: Andrey Panin <pazke@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~add-support-for-wacom-wacf007-and-wacf008-to-serial-pnp-driver drivers/serial/8250_pnp.c --- a/drivers/serial/8250_pnp.c~add-support-for-wacom-wacf007-and-wacf008-to-serial-pnp-driver +++ a/drivers/serial/8250_pnp.c @@ -327,6 +327,8 @@ static const struct pnp_device_id pnp_de { "WACF004", 0 }, { "WACF005", 0 }, { "WACF006", 0 }, + { "WACF007", 0 }, + { "WACF008", 0 }, /* Compaq touchscreen */ { "FPI2002", 0 }, /* Fujitsu Stylistic touchscreens */ _ Patches currently in -mm which might be from mbroemme@xxxxxxxxxxxxx are add-support-for-wacom-wacf007-and-wacf008-to-serial-pnp-driver.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