The patch titled 8250_pnp: add support for "LG C1 EXPRESS DUAL" machines has been added to the -mm tree. Its filename is 8250_pnp-add-support-for-lg-c1-express-dual-machines.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: 8250_pnp: add support for "LG C1 EXPRESS DUAL" machines From: "Damian Jurd" <dnj@xxxxxxxxxxxxxxxx> The following is an extra entry to enable the touch screen on the new LG C1 EXPRESS DUAL machine. Cc: Russell King <rmk@xxxxxxxxxxxxxxxx> Cc: Bjorn Helgaas <bjorn.helgaas@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/serial/8250_pnp.c | 5 +++++ 1 file changed, 5 insertions(+) diff -puN drivers/serial/8250_pnp.c~8250_pnp-add-support-for-lg-c1-express-dual-machines drivers/serial/8250_pnp.c --- a/drivers/serial/8250_pnp.c~8250_pnp-add-support-for-lg-c1-express-dual-machines +++ a/drivers/serial/8250_pnp.c @@ -345,6 +345,11 @@ static const struct pnp_device_id pnp_de /* Fujitsu Wacom Tablet PC devices */ { "FUJ02E5", 0 }, { "FUJ02E6", 0 }, + /* + * LG C1 EXPRESS DUAL (C1-PB11A3) touch screen (actually a FUJ02E6 in + * disguise) + */ + { "LTS0001", 0 }, /* Rockwell's (PORALiNK) 33600 INT PNP */ { "WCI0003", 0 }, /* Unkown PnP modems */ _ Patches currently in -mm which might be from dnj@xxxxxxxxxxxxxxxx are 8250_pnp-add-support-for-lg-c1-express-dual-machines.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