* [PATCH] serial: 8250_pnp: add Intermec CV60 touchscreen device
@ 2011-08-16 18:02 Bjorn Helgaas
2011-08-16 18:24 ` Alan Cox
0 siblings, 1 reply; 2+ messages in thread
From: Bjorn Helgaas @ 2011-08-16 18:02 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: Jeff Chua, linux-kernel, linux-serial, Alan Cox
It would have been nice if Intermec had supplied a PNP0501 _CID for the
COM3 device, but they didn't, so we have to recognize it explicitly.
Reference: https://bugzilla.kernel.org/show_bug.cgi?id=40612
CC: Jeff Chua <jeff.chua.linux@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
---
drivers/tty/serial/8250_pnp.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/drivers/tty/serial/8250_pnp.c b/drivers/tty/serial/8250_pnp.c
index fc301f6..a2f2365 100644
--- a/drivers/tty/serial/8250_pnp.c
+++ b/drivers/tty/serial/8250_pnp.c
@@ -109,6 +109,9 @@ static const struct pnp_device_id pnp_dev_table[] = {
/* IBM */
/* IBM Thinkpad 701 Internal Modem Voice */
{ "IBM0033", 0 },
+ /* Intermec */
+ /* Intermec CV60 touchscreen port */
+ { "PNP4972", 0 },
/* Intertex */
/* Intertex 28k8 33k6 Voice EXT PnP */
{ "IXDC801", 0 },
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-08-16 18:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-16 18:02 [PATCH] serial: 8250_pnp: add Intermec CV60 touchscreen device Bjorn Helgaas
2011-08-16 18:24 ` Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).