Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Sep 2006 11:12:46 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-usb@freebsd.org
Subject:   Re: ehci.c : uncommited patch fixes DRAC5 problems
Message-ID:  <200609201112.47712.hselasky@c2i.net>
In-Reply-To: <20060919174541.7afc5f47.wmoran@collaborativefusion.com>
References:  <20060919174541.7afc5f47.wmoran@collaborativefusion.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 19 September 2006 23:45, Bill Moran wrote:
> http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/usb/ehci.c?rev=1.42&conte
>nt-type=text/x-cvsweb-markup
>
> I'm one of those people who've been having trouble with Dell's
> DRAC5 keyboards not working in 6.1.  Grabbing the above
> version of ehci.c fixes the problem (except that I had to
> comment out line 766)
>
> The commit note suggests that this should have been MFCed back
> in April.  Can we get this MFCed before 6.2 comes out?

Hi,

Could you have checked if my new USB driver has the same problem?

#
# First get all the sources
# (you need /usr/ports/devel/subversion installed)
#

svn --username anonsvn --password anonsvn \
      checkout svn://svn.turbocat.net/i4b

#
# The following commands will
# install the driver on FreeBSD:
#

cd i4b/trunk/i4b/FreeBSD.usb
make S=../src package
make install

#
# Then build a new kernel (with modules).
#

--HPS



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