Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Nov 2009 22:18:54 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 170963 for review
Message-ID:  <200911232218.nANMIsmS063017@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/chv.cgi?CH=170963

Change 170963 by hselasky@hselasky_laptop001 on 2009/11/23 22:18:52

	
	USB serial:
	 - fix hardware issue with FTDI chips:
	   avoid sending a zero length packet due
	   to hardware sending garbage on ZLPs.
	 - reported by: Corey Smith
	 - fix by: HPS

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/serial/uftdi.c#17 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/serial/uftdi.c#17 (text+ko) ====

@@ -165,7 +165,7 @@
 		.endpoint = UE_ADDR_ANY,
 		.direction = UE_DIR_OUT,
 		.bufsize = UFTDI_OBUFSIZE,
-		.flags = {.pipe_bof = 1,.force_short_xfer = 1,},
+		.flags = {.pipe_bof = 1,},
 		.callback = &uftdi_write_callback,
 	},
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911232218.nANMIsmS063017>