aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/usb_controller.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r267321Marius Strobl2014-06-231-2/+3
* MFC r267240:Hans Petter Selasky2014-06-111-1/+7
* MFC r259023 and r259095:Hans Petter Selasky2013-12-191-3/+56
* MFC r249795:Hans Petter Selasky2013-05-121-0/+25
* MFC: r227309 (partial)Marius Strobl2013-03-091-1/+1
* MFC r246616 and r246759:Hans Petter Selasky2013-02-211-6/+12
* MFC r240750, r241987 and r242126:Hans Petter Selasky2012-11-081-1/+1
* MFC r232448:Hans Petter Selasky2012-03-121-2/+21
* MFC r229317:Hans Petter Selasky2012-01-031-0/+8
* MFC r228709, r228711 and r228723:Hans Petter Selasky2011-12-311-1/+27
* MFC r229086, r228483 and r228640:Hans Petter Selasky2011-12-311-16/+231
* - Correct USB 3.0 wire-speed to 5.0GbpsHans Petter Selasky2011-02-261-1/+1
* Minor cleanup:Hans Petter Selasky2011-02-091-4/+4
* Make USB packet filtering code optional.Hans Petter Selasky2011-01-181-2/+4
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* Removes a unused function `usb_bus_find'.Weongyo Jeong2010-11-251-26/+0
* Handles the unit number correctly that the previous commit had a problemWeongyo Jeong2010-11-251-4/+4
* 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/+32
* This commit adds full support for USB 3.0 devices in host and deviceHans Petter Selasky2010-10-041-0/+6
* Add missing DRIVER_MODULE() entry for the musbotg driver.Hans Petter Selasky2010-10-041-0/+4
* The root mount hold reference was not released on USB controllerHans Petter Selasky2010-10-041-8/+14
* Add missing ifdefs for usb power saving support.Andrew Thompson2010-05-121-1/+4
* Wrap the proc wakeup special case for ddb in ifdef DDB.Andrew Thompson2010-03-111-0/+6
* Remove overuse of exclamation marks in kernel printfs, there mere fact aAndrew Thompson2009-11-261-3/+3
* MFp4 @ 168387Andrew Thompson2009-09-281-4/+2
* - allow disabling "root_mount_hold()" byAlfred Perlstein2009-08-241-73/+29
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-9/+21
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-21/+9
* USB controller:Alfred Perlstein2009-07-301-2/+9
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-3/+22
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-99/+99
* Revert the size_t part of the last commit for the moment, this blows up theAndrew Thompson2009-05-301-3/+3
* Fix function arguments were previously they matched the typedef by accident.Andrew Thompson2009-05-291-3/+3
* 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-27/+27
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson2009-05-211-2/+2
* Use enums for speed and rev data types.Andrew Thompson2009-05-211-1/+1
* MFp4 //depot/projects/usb@160706Andrew Thompson2009-04-221-0/+8
* Revert r190676,190677Andrew Thompson2009-04-101-1/+1
* Provide a better commit log for r190735, forced by making a whitespace change.Andrew Thompson2009-04-061-1/+1
* MFp4 //depot/projects/usb@159922Andrew Thompson2009-04-051-50/+1
* MFp4 //depot/projects/usb@159909Andrew Thompson2009-04-051-1/+14
* MFp4 //depot/projects/usb@159866Andrew Thompson2009-04-051-2/+2
* MFp4 //depot/projects/usb@159700Andrew Thompson2009-04-051-6/+3
* Add a how argument to root_mount_hold() so it can be passed NOWAIT and be calledAndrew Thompson2009-04-031-1/+1
* MFp4 //depot/projects/usb@159392Andrew Thompson2009-03-201-11/+15
* MFp4 //depot/projects/usb @159430Andrew Thompson2009-03-201-1/+0
* Fix a possible NULL pointer access at controller attach.Andrew Thompson2009-03-111-1/+2
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+620