aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_bus.h
Commit message (Expand)AuthorAgeFilesLines
* 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