summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_hub.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r310242:hselasky2017-01-091-0/+25
* MFC r286773:hselasky2015-08-291-2/+2
* MFC r279270:hselasky2015-03-051-6/+14
* MFC r274020:hselasky2014-11-291-2/+2
* MFC r272733, r272807 and r272822:hselasky2014-10-271-11/+81
* MFC r261270:n_hibma2014-06-181-1/+2
* MFC r267240:hselasky2014-06-111-53/+109
* MFC r260588 and r260589:hselasky2014-01-241-9/+234
* MFC r257206:hselasky2013-10-301-5/+33
* Don't issue USB resume signalling in USB device mode, if the USB powerhselasky2013-09-121-1/+2
* - Try to fix build of 32-bit compatibility USB support for FreeBSD andhselasky2013-08-121-1/+0
* Fix some statical clang analyzer warnings.hselasky2013-05-251-1/+0
* - Add more defines to limit USB memory usage and number of allocationshselasky2013-05-031-7/+19
* Resolve a LOR after r246616. Protect control requests using the USB devicehselasky2013-02-131-4/+9
* Add defines to more easily allow a single threaded version of the FreeBSDhselasky2013-02-051-1/+1
* Modify the FreeBSD USB kernel code so that it can be compiled directlyhselasky2013-01-301-0/+4
* Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.hselasky2012-10-261-2/+1
* Make several timing parameters of the USB enumeration sequence tuneable.hselasky2012-10-241-6/+6
* Style.hselasky2012-10-021-1/+1
* Remove unused field.hselasky2012-10-021-4/+0
* Inherit USB mode from RootHUB port where the USB device is connected.hselasky2012-10-011-1/+4
* Add support for the so-called streams feature of BULK endpointshselasky2012-08-121-3/+5
* Add support for Multi-TT mode of modern USB HUBs.hselasky2012-04-291-119/+106
* Fix compiler warnings, mostly signed issues,hselasky2012-04-021-3/+3
* Improve support for USB 3.0 HUBs. In certain states wehselasky2012-01-131-6/+8
* Correct use of USB 3.0 POWER bit in the port status register,hselasky2012-01-131-8/+11
* - Try to fix support for USB 3.0 HUBs.hselasky2012-01-121-12/+39
* Fix for race against user-space applications trying to change thehselasky2011-12-211-0/+9
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Fix suspend and resume of FULL and HIGH speed USB deviceshselasky2011-10-261-0/+1
* - Add additional information to the PnP info of USB HUBs children whichhselasky2011-06-241-1/+5
* Improve enumeration of Low- and Full-speed devices connected through ahselasky2011-06-061-3/+24
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* Add support for setting per-interface PnP information.hselasky2010-10-271-2/+4
* This commit adds full support for USB 3.0 devices in host and devicehselasky2010-10-041-76/+354
* Serialise USB re-enumeration with the USB explore thread.hselasky2010-10-041-0/+22
* Reduce the need to accesss struct usb_device by providing functions to accessthompsa2010-09-021-1/+2
* Add support for power mode filtering as some USB hardware does not supportthompsa2010-09-021-2/+29
* Change argument for usbd_get_dma_delay() from USB bus to USB device, somethompsa2010-09-021-2/+3
* Add missing MODULE_VERSION() definitions, this resolves problems aroundthompsa2010-09-011-0/+1
* Provide more information about the device location in the USB system.thompsa2010-05-121-2/+4
* If a USB device is suspended and a USB set config request is issued when thethompsa2010-05-121-41/+83
* Use a more obvious prefix for the USB control (endpoint 0) transfers ratherthompsa2010-04-221-1/+1
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-261-10/+10
* Provide tunables for some of the usb sysctls that affect boot behaviour.thompsa2009-11-221-0/+2
* Improve High Speed slot allocation mechanism by moving the computation to thethompsa2009-11-221-14/+167
* MFp4 @ 168387thompsa2009-09-281-22/+41
* - Patch to allow USB controller to resume operation afteralfred2009-08-241-8/+21
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-14/+5
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-5/+14
OpenPOWER on IntegriCloud