cvs commit: src/sys/dev/usb usb_quirks.c usb_quirks.h usb_subr.c

Ian Dowse iedowse at FreeBSD.org
Wed Feb 15 14:51:15 PST 2006


iedowse     2006-02-15 22:51:08 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/usb          usb_quirks.c usb_quirks.h usb_subr.c 
  Log:
  MFC: don't perform an endpoint stall clear every time a pipe is
  opened.  This should not be necessary, and it is known to confuse
  certain devices.
  
  Remove the UQ_NO_OPEN_CLEARSTALL quirk, as this is now the default
  behaviour for all devices.
  
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.41.2.4  +0 -3      src/sys/dev/usb/usb_quirks.c
  1.17.2.3  +0 -2      src/sys/dev/usb/usb_quirks.h
  1.76.2.2  +0 -17     src/sys/dev/usb/usb_subr.c


More information about the cvs-src mailing list