lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <52990.58.172.210.17.1193526927.squirrel@webmail.allotrope.com.au> Date: Sun, 28 Oct 2007 10:15:27 +1100 (EST) From: "Damian Jurd" <dnj@...otrope.com.au> To: linux-kernel@...r.kernel.org Subject: An additional entry to the pnp_dev_table for the serial driver against 2.6.21.4 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 majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists