Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Apr 2005 23:45:34 +0000 (UTC)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/usb ucom.c
Message-ID:  <200504122345.j3CNjYAv080888@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
iedowse     2005-04-12 23:45:34 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/dev/usb          ucom.c 
  Log:
  MFC 1.57: 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
  
  Revision  Changes    Path
  1.51.2.3  +8 -5      src/sys/dev/usb/ucom.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504122345.j3CNjYAv080888>