From: Damian Jurd Date: Thu, 15 Nov 2007 00:59:04 +0000 (-0800) Subject: 8250_pnp: add support for "LG C1 EXPRESS DUAL" machines X-Git-Tag: v2.6.24-rc3~110 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=7105458563213b6f6fb523065474cfe1d6c22a67;p=linux-2.6-omap-h63xx.git 8250_pnp: add support for "LG C1 EXPRESS DUAL" machines The following is an extra entry to enable the touch screen on the new LG C1 EXPRESS DUAL machine. Cc: Russell King Cc: Bjorn Helgaas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/serial/8250_pnp.c b/drivers/serial/8250_pnp.c index dafc6ff5a05..ad0755919bc 100644 --- a/drivers/serial/8250_pnp.c +++ b/drivers/serial/8250_pnp.c @@ -347,6 +347,11 @@ static const struct pnp_device_id pnp_dev_table[] = { /* 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 */