Trivial patch to get the RATOC USB60 USB-Serial converter working :
(Patch relative to 2.4.20.  I don't know what would be more current :)

--- drivers/usb/serial/pl2303.c.orig    Thu Nov 28 18:53:15 2002
+++ drivers/usb/serial/pl2303.c Tue Dec  3 10:10:36 2002
@@ -69,6 +69,7 @@
        { USB_DEVICE(ELCOM_VENDOR_ID, ELCOM_PRODUCT_ID) },
        { USB_DEVICE(ITEGNO_VENDOR_ID, ITEGNO_PRODUCT_ID) },
        { USB_DEVICE(MA620_VENDOR_ID, MA620_PRODUCT_ID) },
+       { USB_DEVICE(RATOC_VENDOR_ID, RATOC_PRODUCT_ID) },
        { }                                     /* Terminating entry */
 };


--- drivers/usb/serial/pl2303.h.orig    Thu Nov 28 18:53:15 2002
+++ drivers/usb/serial/pl2303.h Tue Dec  3 10:10:28 2002
@@ -25,3 +25,6 @@
 
 #define MA620_VENDOR_ID                0x0df7
 #define MA620_PRODUCT_ID       0x0620
+
+#define RATOC_VENDOR_ID                0x0584
+#define RATOC_PRODUCT_ID       0xb000




I've tested this with a couple of different serial devices and
everything seems to work beautifully, no problems detected.

Please CC me on any replies, as I'm subscribed to usb-users,
not usb-devel :)

Dana Lacoste
Peregrine Systems
Ottawa, Canada



-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to