ChangeSet 1.741, 2002/10/11 11:02:51-07:00, [EMAIL PROTECTED]

[PATCH] USB: fix ctsrts handling in pl2303 driver.

Thanks to the prolific engineers for pointing this out to me.


diff -Nru a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c
--- a/drivers/usb/serial/pl2303.c       Fri Oct 11 12:32:55 2002
+++ b/drivers/usb/serial/pl2303.c       Fri Oct 11 12:32:55 2002
@@ -348,7 +348,7 @@
 
        if (cflag & CRTSCTS) {
                i = usb_control_msg (serial->dev, usb_sndctrlpipe (serial->dev, 0),
-                                    VENDOR_WRITE_REQUEST_TYPE, 
VENDOR_WRITE_REQUEST_TYPE,
+                                    VENDOR_WRITE_REQUEST, VENDOR_WRITE_REQUEST_TYPE,
                                     0x0, 0x41, NULL, 0, 100);
                dbg ("0x40:0x1:0x0:0x41  %d", i);
        }


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to