summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/usb_controller.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r269565:hselasky2014-08-131-1/+1
* MFC: r267321marius2014-06-231-2/+3
* MFC r267240:hselasky2014-06-111-1/+7
* MFC r267212:hselasky2014-06-101-2/+2
* MFC r265358, r265427, r265777, r265783,hselasky2014-05-231-0/+4
* MFC r259023 and r259095:hselasky2013-12-191-3/+56
* Add convenience wrapper functions to run callbacks in the context of thehselasky2013-04-231-0/+25
* Resolve a LOR after r246616. Protect control requests using the USB devicehselasky2013-02-131-6/+12
* Add defines to more easily allow a single threaded version of the FreeBSDhselasky2013-02-051-28/+30
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+2
* Modify the FreeBSD USB kernel code so that it can be compiled directlyhselasky2013-01-301-1/+18
* Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.hselasky2012-10-261-1/+1
* Add support for DWC OTG.hselasky2012-09-091-0/+3
* Make sure that the USB system suspend event is executed synchronouslyhselasky2012-03-031-2/+21
* Make sure we probe and attach the root HUB afterhselasky2012-01-021-0/+8
* - Enable usbus on octusbgonzo2011-12-241-0/+1
* Make the recently added "no_shutdown_wait" sysctl writeable.hselasky2011-12-191-1/+1
* Add code to wait for USB shutdown to be executed at system shutdown.hselasky2011-12-191-1/+15
* Add missing unlock of USB controller's lock, whenhselasky2011-12-191-0/+12
* Implement better support for USB controller suspend and resume.hselasky2011-12-141-16/+231
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* - Correct USB 3.0 wire-speed to 5.0Gbpshselasky2011-02-261-1/+1
* Minor cleanup:hselasky2011-02-091-4/+4
* Make USB packet filtering code optional.hselasky2011-01-181-2/+4
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* Removes a unused function `usb_bus_find'.weongyo2010-11-251-26/+0
* Handles the unit number correctly that the previous commit had a problemweongyo2010-11-251-4/+4
* Removes all duplicated code with BPF that it's greatly simplified andweongyo2010-11-241-1/+1
* Adds a USB packet filter feature to the stack that it could captureweongyo2010-11-221-0/+32
* This commit adds full support for USB 3.0 devices in host and devicehselasky2010-10-041-0/+6
* Add missing DRIVER_MODULE() entry for the musbotg driver.hselasky2010-10-041-0/+4
* The root mount hold reference was not released on USB controllerhselasky2010-10-041-8/+14
* Add missing ifdefs for usb power saving support.thompsa2010-05-121-1/+4
* Wrap the proc wakeup special case for ddb in ifdef DDB.thompsa2010-03-111-0/+6
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-261-3/+3
* MFp4 @ 168387thompsa2009-09-281-4/+2
* - allow disabling "root_mount_hold()" byalfred2009-08-241-73/+29
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-9/+21
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-21/+9
* USB controller:alfred2009-07-301-2/+9
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-3/+22
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-99/+99
* Revert the size_t part of the last commit for the moment, this blows up thethompsa2009-05-301-3/+3
* Fix function arguments were previously they matched the typedef by accident.thompsa2009-05-291-3/+3
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-4/+4
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-27/+27
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-211-2/+2
* Use enums for speed and rev data types.thompsa2009-05-211-1/+1
* MFp4 //depot/projects/usb@160706thompsa2009-04-221-0/+8
* Revert r190676,190677thompsa2009-04-101-1/+1
OpenPOWER on IntegriCloud