summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/misc/ufm.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing MODULE_VERSION() definitions, this resolves problems aroundthompsa2010-09-011-0/+1
* - FIFO's are always opened separately in read and writealfred2009-08-241-11/+4
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-14/+27
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-6/+6
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-2/+2
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-8/+8
* - rename usb2_mode to usb_mode [1]thompsa2009-05-211-1/+1
* Rename the ushub device class back to uhub as it was in the old usb stack,thompsa2009-03-021-1/+1
* Change USB over to make_dev() for all device nodes, previously it hooked intothompsa2009-02-271-7/+4
* Move the new USB stack into its new home.thompsa2009-02-231-0/+329
OpenPOWER on IntegriCloud