summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/pl2303.h
diff options
context:
space:
mode:
authorMatthew Meno2006-06-21 21:25:53 +0200
committerGreg Kroah-Hartman2006-07-13 01:03:21 +0200
commit3b92847425a98d26ad9d2b8682d3ce6020c90752 (patch)
tree8d6bd4a85085da4cc57d6d91c862edb7110a7345 /drivers/usb/serial/pl2303.h
parent[PATCH] USB: Add some basic WUSB definitions (diff)
downloadkernel-qcow2-linux-3b92847425a98d26ad9d2b8682d3ce6020c90752.tar.gz
kernel-qcow2-linux-3b92847425a98d26ad9d2b8682d3ce6020c90752.tar.xz
kernel-qcow2-linux-3b92847425a98d26ad9d2b8682d3ce6020c90752.zip
[PATCH] USB: Support for Susteen Datapilot Universal-2 cable in pl2303
The Susteen Datapilot cable (http://www.susteen.com/productdetail/71/producthl/Notempty) has an internal pl2303 to communicate with a set of dummy connector-ends that connect to a variety of cell phones. I've found that it works right out of the box by simply adding the product/vendor id to the pl2303 driver. Signed-off-by: Matt Meno <mmeno@idealcorp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/pl2303.h')
-rw-r--r--drivers/usb/serial/pl2303.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/serial/pl2303.h b/drivers/usb/serial/pl2303.h
index cb2abad3a37e..d9c1e6e0b4b3 100644
--- a/drivers/usb/serial/pl2303.h
+++ b/drivers/usb/serial/pl2303.h
@@ -85,3 +85,7 @@
/* Ours Technology Inc DKU-5 clone, chipset: Prolific Technology Inc */
#define OTI_VENDOR_ID 0x0ea0
#define OTI_PRODUCT_ID 0x6858
+
+/* DATAPILOT Universal-2 Phone Cable */
+#define DATAPILOT_U2_VENDOR_ID 0x0731
+#define DATAPILOT_U2_PRODUCT_ID 0x2003