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

Ian Dowse iedowse at FreeBSD.org
Mon Apr 11 17:26:40 PDT 2005


iedowse     2005-04-12 00:26:40 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          ucom.c 
  Log:
  Fix the handling of the UCS_RXSTOP flag so that it always tracks
  whether or not the receive pipe is stopped. This ensures that we
  do not attempt to start the same transfer twice, and it allows
  ucomstop() to skip the restarting of the read pipe if it was not
  originally running, such as when called indirectly from ucomreadcb().
  
  PR:             kern/79420
  MFC after:      1 day
  
  Revision  Changes    Path
  1.57      +8 -5      src/sys/dev/usb/ucom.c


More information about the cvs-all mailing list