aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_process.h
Commit message (Expand)AuthorAgeFilesLines
* Try to resolve a possible deadlock when detaching USB devices whichHans Petter Selasky2014-03-201-0/+1
* Add convenience wrapper functions to run callbacks in the context of theHans Petter Selasky2013-04-231-0/+6
* Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky2013-01-301-0/+2
* Use software interrupt priorities for USB kthreads instead of hardwareJohn Baldwin2011-01-131-2/+4
* - Patch to allow USB controller to resume operation afterAlfred Perlstein2009-08-241-0/+1
* Change the usb workers from kernel processes to threads, this is mostly aAndrew Thompson2009-08-161-0/+4
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-13/+0
* Fix _USB2_* refernces in the header protection defines.Andrew Thompson2009-06-151-3/+3
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-6/+6
* Revert the size_t part of the last commit for the moment, this blows up theAndrew Thompson2009-05-301-2/+2
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-4/+4
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-12/+12
* MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson2009-03-201-2/+2
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+88