The patch titled add Fujitsu Siemens Tablet PC devices to 8250_pnp.c has been added to the -mm tree. Its filename is add-fujitsu-siemens-tablet-pc-devices-to-8250_pnpc.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 Fujitsu Siemens Tablet PC devices to 8250_pnp.c From: Danny Kukawka <dkukawka@xxxxxxx> Adds device ids of two Fujitsu Siemens Tablet PCs to pnp_dev_table Signed-off-by: Danny Kukawka <dkukawka@xxxxxxx> Cc: Russell King <rmk@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/serial/8250_pnp.c | 3 +++ 1 files changed, 3 insertions(+) diff -puN drivers/serial/8250_pnp.c~add-fujitsu-siemens-tablet-pc-devices-to-8250_pnpc drivers/serial/8250_pnp.c --- a/drivers/serial/8250_pnp.c~add-fujitsu-siemens-tablet-pc-devices-to-8250_pnpc +++ a/drivers/serial/8250_pnp.c @@ -340,6 +340,9 @@ static const struct pnp_device_id pnp_de { "FUJ02B8", 0 }, { "FUJ02B9", 0 }, { "FUJ02BC", 0 }, + /* Fujitsu Wacom Tablet PC devices */ + { "FUJ02E5", 0 }, + { "FUJ02E6", 0 }, /* Rockwell's (PORALiNK) 33600 INT PNP */ { "WCI0003", 0 }, /* Unkown PnP modems */ _ Patches currently in -mm which might be from dkukawka@xxxxxxx are add-fujitsu-siemens-tablet-pc-devices-to-8250_pnpc.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