summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_controller.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-09-01usb: clean up empty lines in .c and .h filesMateusz Guzik
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2013-12-06Improve the XHCI command timeout recovery handling code.Hans Petter Selasky
2013-02-10- Move scratch data from the USB bus structure to the USB device structureHans Petter Selasky
2012-08-12Add support for the so-called streams feature of BULK endpointsHans Petter Selasky
2012-04-29Add support for Multi-TT mode of modern USB HUBs.Hans Petter Selasky
2011-12-14Implement better support for USB controller suspend and resume.Hans Petter Selasky
2010-11-25Removes a unused function `usb_bus_find'.Weongyo Jeong
2010-11-22Adds a USB packet filter feature to the stack that it could captureWeongyo Jeong
2010-10-04This commit adds full support for USB 3.0 devices in host and deviceHans Petter Selasky
2010-09-02Add support for power mode filtering as some USB hardware does not supportAndrew Thompson
2010-09-02Change argument for usbd_get_dma_delay() from USB bus to USB device, someAndrew Thompson
2009-07-30USB CORE:Alfred Perlstein
2009-06-27Sync to p4Andrew Thompson
2009-06-23- Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson
2009-06-15Fix _USB2_* refernces in the header protection defines.Andrew Thompson
2009-06-15s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson
2009-06-07Rename usb pipes to endpoints as it better represents what they are, and structAndrew Thompson
2009-05-30Revert the size_t part of the last commit for the moment, this blows up theAndrew Thompson
2009-05-29s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson
2009-05-28s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson
2009-05-21Use enums for speed and rev data types.Andrew Thompson
2009-04-22MFp4 //depot/projects/usb@160930Andrew Thompson
2009-04-06Provide a better commit log for r190735, forced by making a whitespace change.Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159946Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159922Andrew Thompson
2009-03-20MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson
2009-02-24MFp4 //depot/projects/usb@157853Andrew Thompson
2009-02-23Move the new USB stack into its new home.Andrew Thompson