Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 2003 17:15:24 -0700 (PDT)
From:      Josef Karthauser <joe@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/usb uvisor.c
Message-ID:  <200308140015.h7E0FORi084571@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
joe         2003/08/13 17:15:23 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/usb          uvisor.c 
  Log:
  Crank down UVISORBUFSIZE from 1024 to 64 to avoid a problem where
  the Palm device and the USB host controller deadlock. The USB host
  controller is expecting an early-end-of-transmission packet with 0
  data, and the Palm doesn't send one because it's already communicated
  the amount of data it's going to send in a header (which ucom/uvisor
  are oblivious to). This is the problem that has been known on the
  pilot-link lists as the "[Free]BSD USB problem", but not understood.
  
  Submitted by:   Nathan J. Williams <nathanw@MIT.EDU>
  
  Revision  Changes    Path
  1.15      +11 -1     src/sys/dev/usb/uvisor.c



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