cvs commit: src/sys/dev/usb ehci.c ohci.c uhci.c usb_subr.c usbdivar.h

Ian Dowse iedowse at FreeBSD.org
Tue Feb 28 17:59:06 PST 2006


iedowse     2006-03-01 01:59:05 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/usb          ehci.c ohci.c uhci.c usb_subr.c 
                         usbdivar.h 
  Log:
  MFC: save and restore the data toggle value when a pipe to an
  endpoint is closed and then reopened. This is reported to fix
  timeouts with USB scanners and some other USB devices that were
  seen since the recent removal of the clear-stall-on-open code.
  
  Approved by:    re (scottl)
  
  Revision   Changes    Path
  1.36.2.2   +3 -1      src/sys/dev/usb/ehci.c
  1.154.2.3  +5 -1      src/sys/dev/usb/ohci.c
  1.162.2.1  +2 -1      src/sys/dev/usb/uhci.c
  1.76.2.3   +1 -0      src/sys/dev/usb/usb_subr.c
  1.43.2.1   +1 -0      src/sys/dev/usb/usbdivar.h


More information about the cvs-src mailing list