The patch titled
8250_pnp: add support for "LG C1 EXPRESS DUAL" machines
has been removed from the -mm tree. Its filename was
8250_pnp-add-support-for-lg-c1-express-dual-machines.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
Subject: 8250_pnp: add support for "LG C1 EXPRESS DUAL" machines
From: "Damian Jurd" <[EMAIL PROTECTED]>
The following is an extra entry to enable the touch screen on the new LG
C1 EXPRESS DUAL machine.
Cc: Russell King <[EMAIL PROTECTED]>
Cc: Bjorn Helgaas <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
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
@@ -347,6 +347,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 [EMAIL PROTECTED] are
origin.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html