aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_bus.h
Commit message (Expand)AuthorAgeFilesLines
* Resolve a special case deadlock: When two or more threads areHans Petter Selasky2015-01-131-0/+6
* Add 64-bit DMA support in the XHCI controller driver.Hans Petter Selasky2015-01-051-0/+1
* - Add softc pointer argument to FIFO functions as an optimisation.Hans Petter Selasky2014-05-181-0/+1
* USB method structures for USB controllers and USB pipes should beHans Petter Selasky2013-12-111-1/+1
* Improve the XHCI command timeout recovery handling code.Hans Petter Selasky2013-12-061-0/+1
* - Move scratch data from the USB bus structure to the USB device structureHans Petter Selasky2013-02-101-10/+0
* Add defines to more easily allow a single threaded version of the FreeBSDHans Petter Selasky2013-02-051-0/+8
* Fix some nits.Hans Petter Selasky2013-02-051-0/+2
* Implement better support for USB controller suspend and resume.Hans Petter Selasky2011-12-141-1/+5
* Removes all duplicated code with BPF that it's greatly simplified andWeongyo Jeong2010-11-241-1/+1
* Adds a USB packet filter feature to the stack that it could captureWeongyo Jeong2010-11-221-0/+2
* Add support for USB language selection.Andrew Thompson2009-09-281-1/+5
* Fix _USB2_* refernces in the header protection defines.Andrew Thompson2009-06-151-3/+3
* Revert the size_t part of the last commit for the moment, this blows up theAndrew Thompson2009-05-301-1/+1
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-2/+2
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-22/+22
* Use enums for speed and rev data types.Andrew Thompson2009-05-211-1/+1
* MFp4 //depot/projects/usb@160930Andrew Thompson2009-04-221-12/+0
* MFp4 //depot/projects/usb@160706Andrew Thompson2009-04-221-1/+7
* Provide a better commit log for r190735, forced by making a whitespace change.Andrew Thompson2009-04-061-2/+2
* MFp4 //depot/projects/usb@159922Andrew Thompson2009-04-051-2/+12
* Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS.Andrew Thompson2009-03-201-1/+2
* MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson2009-03-201-3/+3
* Change USB over to make_dev() for all device nodes, previously it hooked intoAndrew Thompson2009-02-271-1/+0
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+104