aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_util.c
Commit message (Expand)AuthorAgeFilesLines
* - Move scratch data from the USB bus structure to the USB device structureHans Petter Selasky2013-02-101-7/+15
* Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky2013-01-301-0/+4
* Simplify the usb_pause_mtx() function by factoring out the generic partsHans Petter Selasky2011-11-191-20/+8
* Move the device_delete_all_children() function from usb_util.cHans Petter Selasky2011-11-191-25/+0
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-3/+22
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-12/+12
* Remove usb2_cv_* and just use the kernel condvar implementation, it was neededAndrew Thompson2009-06-151-103/+0
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-1/+1
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-4/+4
* Allocate the usb serial, manufacturer and product strings rather than use charAndrew Thompson2009-05-271-4/+0
* Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS.Andrew Thompson2009-03-201-2/+0
* MFp4 //depot/projects/usb@159446Andrew Thompson2009-03-201-14/+0
* MFp4 //depot/projects/usb@159392Andrew Thompson2009-03-201-2/+10
* MFp4 //depot/projects/usb @159430Andrew Thompson2009-03-201-1/+0
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+346