summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/storage/ustorage_fs.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-221-1/+1
* Sync to p4thompsa2009-06-271-1/+2
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-88/+97
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-18/+18
* Make variables static where appropriate.thompsa2009-06-131-1/+1
* Rename usb pipes to endpoints as it better represents what they are, and structthompsa2009-06-071-5/+5
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-5/+5
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-13/+13
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]thompsa2009-05-211-1/+1
* Ensure the bmRequestType is the right type for the incoming control request.thompsa2009-05-131-2/+4
* Remove USB shutdown methods from device drivers as its the host controllersthompsa2009-05-051-8/+0
* MFp4 //depot/projects/usb@159908thompsa2009-04-051-85/+105
* MFp4 //depot/projects/usb@159562thompsa2009-04-051-44/+51
* Revert r190173 as it breaks 64bit arches.thompsa2009-03-211-50/+44
* MFp4 //depot/projects/usb @159431,159437,159438thompsa2009-03-201-7/+8
* MFp4 //depot/projects/usb @159430thompsa2009-03-201-1/+0
* MFp4 //depot/projects/usb @159379,159380thompsa2009-03-201-44/+69
* Rename the ushub device class back to uhub as it was in the old usb stack,thompsa2009-03-021-1/+1
* Move the new USB stack into its new home.thompsa2009-02-231-0/+1897
OpenPOWER on IntegriCloud