Date: Thu, 28 Jun 2007 05:15:34 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ugen.c Message-ID: <200706280515.l5S5FYKd098912@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2007-06-28 05:15:34 UTC FreeBSD src repository Modified files: sys/dev/usb ugen.c Log: For both interrupt and isochronous (the patch was unclear which one it applied to, but I'd think both), honor the timeout that's been set. Return 0 bytes to be consistant with what libusb expects. By default, the timeout will be zero, so only applications that change the default will see a change. The patch only seems to apply to the interrupt end points, but it should also apply to isochronous endpoints as well. Submitted by: Maurice Castro PR: 110122 Approved by: re (blanket) Revision Changes Path 1.110 +13 -3 src/sys/dev/usb/ugen.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706280515.l5S5FYKd098912>