Re: [PATCH] USB and driver core changes for 2.5.41

From: Greg KH (greg@kroah.com)
Date: Tue Oct 08 2002 - 18:17:47 EST


# 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);
         }
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Oct 15 2002 - 22:00:29 EST