All, The following is an extra entry to enable the touch screen on the new LG C1 EXPRESS DUAL machine.
Thanks, D. diff -uprN -X linux-2.6.21.4__vanilla/Documentation/dontdiff linux-2.6.21.4__vanilla/drivers/serial/8250_pnp.c linux-2.6.21.4__C1-PB11A3/drivers/serial/8250_pnp.c --- linux-2.6.21.4__vanilla/drivers/serial/8250_pnp.c 2007-06-08 07:27:31.000000000 +1000 +++ linux-2.6.21.4__C1-PB11A3/drivers/serial/8250_pnp.c 2007-06-10 10:53:31.000000000 +1000 @@ -343,6 +343,8 @@ 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 */ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/