This is a note to let you know that I've just added the patch titled serial: 8250_pnp: add Intermec CV60 touchscreen device
to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: serial-8250_pnp-add-intermec-cv60-touchscreen-device.patch and it can be found in the queue-3.0 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <sta...@kernel.org> know about it. >From ab8ba3a2d2cba6a658ef596cd5b2e0905b6c8a9f Mon Sep 17 00:00:00 2001 From: Bjorn Helgaas <bhelg...@google.com> Date: Tue, 16 Aug 2011 12:02:28 -0600 Subject: serial: 8250_pnp: add Intermec CV60 touchscreen device From: Bjorn Helgaas <bhelg...@google.com> commit ab8ba3a2d2cba6a658ef596cd5b2e0905b6c8a9f upstream. 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.li...@gmail.com> Signed-off-by: Bjorn Helgaas <bhelg...@google.com> Acked-by: Alan Cox <a...@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gre...@suse.de> --- drivers/tty/serial/8250_pnp.c | 3 +++ 1 file changed, 3 insertions(+) --- 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_de /* 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 }, Patches currently in stable-queue which might be from bhelg...@google.com are queue-3.0/serial-8250_pnp-add-intermec-cv60-touchscreen-device.patch _______________________________________________ stable mailing list stable@linux.kernel.org http://linux.kernel.org/mailman/listinfo/stable