aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/pl2303.h
diff options
context:
space:
mode:
authorDario Lombardo <dario.lombardo@libero.it>2011-01-21 15:35:19 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-01-22 18:44:38 -0800
commit96a3e79edff6f41b0f115a82f1a39d66218077a7 (patch)
tree554b4c5df0a5a563ae841a3c29473556558cbad5 /drivers/usb/serial/pl2303.h
parentUSB: adding USB support for Cinterion's HC2x, EU3 and PH8 products (diff)
downloadlinux-dev-96a3e79edff6f41b0f115a82f1a39d66218077a7.tar.xz
linux-dev-96a3e79edff6f41b0f115a82f1a39d66218077a7.zip
drivers: update to pl2303 usb-serial to support Motorola cables
Added 0x0307 device id to support Motorola cables to the pl2303 usb serial driver. This cable has a modified chip that is a pl2303, but declares itself as 0307. Fixed by adding the right device id to the supported devices list, assigning it the code labeled PL2303_PRODUCT_ID_MOTOROLA. Signed-off-by: Dario Lombardo <dario.lombardo@libero.it> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/pl2303.h')
-rw-r--r--drivers/usb/serial/pl2303.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/pl2303.h b/drivers/usb/serial/pl2303.h
index 43eb9bdad422..1b025f75dafd 100644
--- a/drivers/usb/serial/pl2303.h
+++ b/drivers/usb/serial/pl2303.h
@@ -21,6 +21,7 @@
#define PL2303_PRODUCT_ID_MMX 0x0612
#define PL2303_PRODUCT_ID_GPRS 0x0609
#define PL2303_PRODUCT_ID_HCR331 0x331a
+#define PL2303_PRODUCT_ID_MOTOROLA 0x0307
#define ATEN_VENDOR_ID 0x0557
#define ATEN_VENDOR_ID2 0x0547