ChangeSet 1.1068.7.4, 2003/03/05 12:06:48-08:00, [EMAIL PROTECTED]

[PATCH] USB: added support for radio shack device to pl2303 driver.

Thanks to [EMAIL PROTECTED] for the info for this.


 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       Thu Mar  6 16:08:16 2003
+++ b/drivers/usb/serial/pl2303.c       Thu Mar  6 16:08:16 2003
@@ -75,6 +75,7 @@
        { USB_DEVICE(MA620_VENDOR_ID, MA620_PRODUCT_ID) },
        { USB_DEVICE(RATOC_VENDOR_ID, RATOC_PRODUCT_ID) },
        { USB_DEVICE(TRIPP_VENDOR_ID, TRIPP_PRODUCT_ID) },
+       { USB_DEVICE(RADIOSHACK_VENDOR_ID, RADIOSHACK_PRODUCT_ID) },
        { }                                     /* Terminating entry */
 };
 
diff -Nru a/drivers/usb/serial/pl2303.h b/drivers/usb/serial/pl2303.h
--- a/drivers/usb/serial/pl2303.h       Thu Mar  6 16:08:16 2003
+++ b/drivers/usb/serial/pl2303.h       Thu Mar  6 16:08:16 2003
@@ -31,3 +31,6 @@
 
 #define TRIPP_VENDOR_ID                0x2478
 #define TRIPP_PRODUCT_ID       0x2008
+
+#define RADIOSHACK_VENDOR_ID   0x1453
+#define RADIOSHACK_PRODUCT_ID  0x4026



-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to