# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.573.92.14 -> 1.573.92.15 # drivers/usb/serial/pl2303.c 1.26 -> 1.27 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/10/07 greg@kroah.com 1.573.92.15 # [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 Tue Oct 8 15:53:47 2002 +++ b/drivers/usb/serial/pl2303.c Tue Oct 8 15:53:47 2002 @@ -358,7 +358,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); }