freebsd-dev/sys/dev/usb/storage
Andrew Thompson ee3e3ff5c2 Change USB over to make_dev() for all device nodes, previously it hooked into
the devfs clone handler to open the (invisible) devices on the fly.

The /dev entries are layed out as follows,

 /dev/usbctl      = master device
 /dev/usb/0.1.0.5 = usb device, (<bus>.<dev>.<iface>.<endpoint>)
 /dev/ugen0.1 -> usb/0.1.0.0 = ugen link to ctrl endpoint

This also removes the custom permissions model from USB.  Bump
__FreeBSD_version to 800066.

Submitted by:	rink (earlier version)
2009-02-27 17:27:16 +00:00
..
rio500_usb.h
umass.c Also use proper capitalisation of FreeBSD in other source files. 2009-02-24 17:15:29 +00:00
urio.c Change USB over to make_dev() for all device nodes, previously it hooked into 2009-02-27 17:27:16 +00:00
ustorage_fs.c