Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2005 20:42:38 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-usb@freebsd.org
Subject:   USB driver
Message-ID:  <200504092042.39741.hselasky@c2i.net>

next in thread | raw e-mail | index | archive | help
Hi,

I've just updated my USB driver. A handfull of bugs have been fixed.

Some news:

Full support for EHCI split transactions (ISOC/INTERRUPT/BULK)
Full support for EHCI high speed isochronous transfers (please be aware that 
high speed isochronous transfers consume 8 frames per millisecond, and 
consequently one can allocate 8 times more frames. Currently the maximum 
number of frames per transfer is 128*8, but 64*8 is recommended.)


If anyone needs it, here is it:


Download the three files below into a new directory and type 
"make install"  (to uninstall type "make deinstall")
http://home.c2i.net/hselasky/isdn4bsd/privat/usb/Makefile
http://home.c2i.net/hselasky/isdn4bsd/privat/usb/new_usb_1_5_4.diff.bz2
http://home.c2i.net/hselasky/isdn4bsd/privat/usb/new_usb_1_5_4.tar.bz2

Yours
--HPS



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