Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Oct 2008 07:08:42 +0000 (UTC)
From:      Nick Hibma <n_hibma@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/usb u3g.c
Message-ID:  <200810251806.m9PI6xmn099910@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
n_hibma     2008-10-24 07:08:42 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          u3g.c 
  Log:
  SVN rev 184218 on 2008-10-24 07:08:42Z by n_hibma
  
  - Bugfix: Only claim interface after having checked all endpoints. This
    might make Qualcomm and Option cards (which have all endpoints in 1
    interface) work.
  - Change the USB buffer sizes to depend on the transfer speed. With UMTS
    we use a buffer 384k / 1000 frames/sec * 50msecs =~ 15kB for example.
  - Add a MODULE_VERSION statement
  
  Revision  Changes    Path
  1.10      +40 -42    src/sys/dev/usb/u3g.c



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