ChangeSet 1.1094.6.14, 2003/03/14 15:06:18-08:00, [EMAIL PROTECTED]

[PATCH] USB: added support for Ericsson data cable to pl2303 driver.

Thanks to [EMAIL PROTECTED] for the needed information


 drivers/usb/serial/pl2303.c |    1 +
 drivers/usb/serial/pl2303.h |    3 +++
 2 files changed, 4 insertions(+)


diff -Nru a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c
--- a/drivers/usb/serial/pl2303.c       Mon Mar 17 11:45:51 2003
+++ b/drivers/usb/serial/pl2303.c       Mon Mar 17 11:45:51 2003
@@ -76,6 +76,7 @@
        { USB_DEVICE(RATOC_VENDOR_ID, RATOC_PRODUCT_ID) },
        { USB_DEVICE(TRIPP_VENDOR_ID, TRIPP_PRODUCT_ID) },
        { USB_DEVICE(RADIOSHACK_VENDOR_ID, RADIOSHACK_PRODUCT_ID) },
+       { USB_DEVICE(DCU10_VENDOR_ID, DCU10_PRODUCT_ID) },
        { }                                     /* Terminating entry */
 };
 
diff -Nru a/drivers/usb/serial/pl2303.h b/drivers/usb/serial/pl2303.h
--- a/drivers/usb/serial/pl2303.h       Mon Mar 17 11:45:51 2003
+++ b/drivers/usb/serial/pl2303.h       Mon Mar 17 11:45:51 2003
@@ -34,3 +34,6 @@
 
 #define RADIOSHACK_VENDOR_ID   0x1453
 #define RADIOSHACK_PRODUCT_ID  0x4026
+
+#define DCU10_VENDOR_ID                0x0731
+#define DCU10_PRODUCT_ID       0x0528



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to