writing usb drivers under 8.x

Hans Petter Selasky hselasky at c2i.net
Fri Aug 27 07:00:46 UTC 2010


On Thursday 26 August 2010 23:29:35 Jim Bryant wrote:
> Actually, all of my test programs (for testing my reverse engineering
> efforts) have been done in libusb-1.0.
> 
> I would actually like to write kernel-level drivers though for these.
> 

Then you should look at existing drivers in /sys/dev/usb/xxx, which match your 
device class. What kind of API do you want to userspace? tty-device, character 
device?

--HPS


More information about the freebsd-usb mailing list