Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 2009 13:20:02 +0100
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-current@freebsd.org
Cc:        freebsd-drivers@freebsd.org
Subject:   Re: finished run driver for CURRENT
Message-ID:  <200911081320.04408.hselasky@c2i.net>
In-Reply-To: <668402.59630.qm@web51804.mail.re2.yahoo.com>
References:  <668402.59630.qm@web51804.mail.re2.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 08 November 2009 11:22:50 PseudoCylon wrote:
> Hello everyone,
>
> I finished porting run driver to CURRENT (sort of). I posted it at freebsd
> fourums
> http://forums.freebsd.org/showpost.php?s=a3756a43cb6eca54dea97673ac8424e7&p
>=47936&postcount=28 Anyone interested in please try it out.

Just some comments:

There is an ep_index field you can set, instead of specifying exactly which 
endpoint to use.

Eg.

UE_BULK_IN
UE_ADDR_ANY

ep_index = 0, /* will match first bulk_in + addr_any */


UE_BULK_OUT
UE_ADDR_ANY

ep_index = 2, /* will match third bulk_out + addr_any */

I'm not sure if the manufacturer will change those values?

Else, do you have any other feedback on the new USB stack? Was it difficult?

--HPS




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