cvs commit: src/sys/dev/usb ugen.c

Warner Losh imp at FreeBSD.org
Thu Jun 28 05:15:34 UTC 2007


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


More information about the cvs-all mailing list