aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_controller.h
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* 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-45/+0
* Add support for the so-called streams feature of BULK endpointsHans Petter Selasky2012-08-121-1/+6
* Add support for Multi-TT mode of modern USB HUBs.Hans Petter Selasky2012-04-291-2/+3
* Implement better support for USB controller suspend and resume.Hans Petter Selasky2011-12-141-1/+13
* Removes a unused function `usb_bus_find'.Weongyo Jeong2010-11-251-1/+0
* Adds a USB packet filter feature to the stack that it could captureWeongyo Jeong2010-11-221-0/+1
* This commit adds full support for USB 3.0 devices in host and deviceHans Petter Selasky2010-10-041-0/+25
* Add support for power mode filtering as some USB hardware does not supportAndrew Thompson2010-09-021-0/+4
* Change argument for usbd_get_dma_delay() from USB bus to USB device, someAndrew Thompson2010-09-021-1/+1
* USB CORE:Alfred Perlstein2009-07-301-0/+3
* Sync to p4Andrew Thompson2009-06-271-1/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-4/+4
* 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
* Rename usb pipes to endpoints as it better represents what they are, and structAndrew Thompson2009-06-071-4/+5
* 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-12/+12
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-39/+39
* Use enums for speed and rev data types.Andrew Thompson2009-05-211-1/+1
* MFp4 //depot/projects/usb@160930Andrew Thompson2009-04-221-10/+10
* Provide a better commit log for r190735, forced by making a whitespace change.Andrew Thompson2009-04-061-1/+1
* MFp4 //depot/projects/usb@159946Andrew Thompson2009-04-051-9/+4
* MFp4 //depot/projects/usb@159922Andrew Thompson2009-04-051-1/+0
* MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson2009-03-201-2/+2
* MFp4 //depot/projects/usb@157853Andrew Thompson2009-02-241-1/+0
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+199