On Thu, Jul 17, 2003 at 09:06:00PM -0700, David Brownell wrote: > >ChangeSet 1.1455.1.18, 2003/07/15 14:32:18-07:00, [EMAIL PROTECTED] > > > >[PATCH] USB: remove some warnings when building the documentation. > > > > > >--- a/include/linux/usb.h Thu Jul 17 17:05:19 2003 > >+++ b/include/linux/usb.h Thu Jul 17 17:05:19 2003 > >@@ -575,6 +580,8 @@ > > * it likes with the URB, including resubmitting or freeing it. > > * @iso_frame_desc: Used to provide arrays of ISO transfer buffers and to > > * collect the transfer status for each buffer. > >+ * @timeout: If set to zero, the urb will never timeout. Otherwise this > >is > >+ * the time in jiffies that this urb will timeout in. > > I still think it'd be better to remove that entirely. Only UHCI has > ever implemented it, and ISTR no drivers use it ... that's why it wasn't > previously documented.
Yeah, I wondered about that. I was going to just remove it entirely except for the usages in uhci, and I think usbfs. If usbfs doesn't need it, I'll gladly take a patch removing it :) thanks, greg k-h ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
