Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Oct 2005 23:41:20 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-usb@freebsd.org
Subject:   Re: New USB driver & API (updated)
Message-ID:  <200510072341.20818.hselasky@c2i.net>
In-Reply-To: <200509220046.21921.hselasky@c2i.net>
References:  <200509211911.02664.molnarcs@gmail.com> <200509220046.21921.hselasky@c2i.net>

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

Thanks for all the feedback. I have made some smaller changes to my driver.

This includes:

Fix for SiS EHCI USB controllers: The transfer error bit in the QTD is just 
for status purposes, and should be ignored. Also CERR should be set to zero 
for high speed transfers, so that the host controller does not give up too 
quickly.

Fix compilation on 64-bit processors.

Else there are not many changes.

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

Type "make help" to get more help.

--HPS



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