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

Ian Dowse iedowse at FreeBSD.org
Sun Mar 13 15:48:17 PST 2005


iedowse     2005-03-13 23:48:17 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          ehci.c 
  Log:
  The EHCI qTD token has a number of error status bits that are not
  cleared if the host controller retries the transfer and is successful,
  but we were interpreting these bits as indicating a fatal error.
  Ignore these error bits, and instead use the HALTED bit to determine
  if the transfer failed. Also update the USBD_STALLED detection to
  ignore these bits.
  
  Obtained from: OpenBSD
  
  Revision  Changes    Path
  1.32      +9 -9      src/sys/dev/usb/ehci.c


More information about the cvs-src mailing list