aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_hub.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-231-1/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-07-251-1/+1
* XHCI: clear warm and port resetBjoern A. Zeeb2022-07-011-0/+15
* usb(4): Don't skip calling uhub_explore_sub() even on HUB port errors.Hans Petter Selasky2022-03-091-23/+15
* usb(4): Ignore port resume failures.Hans Petter Selasky2022-02-101-9/+6
* Propagate down USB explore error codes, so that failures to enumerate USB HUBsHans Petter Selasky2021-06-021-10/+13
* usb_hub: fix whitespaceBjoern A. Zeeb2020-11-091-1/+1
* usb_hub: giving up port reset - device vanishedBjoern A. Zeeb2020-11-061-2/+4
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-13/+0
* Refresh the USB device strings when a USB device is re-enumerated.Hans Petter Selasky2020-05-111-1/+14
* Correctly implement support for remote wakeup for USB 3.0 device.Hans Petter Selasky2020-03-191-6/+47
* Remove the power bit from the super speed root hub port status registerHans Petter Selasky2020-03-081-2/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-151-1/+2
* Add ACPI support for USB driver.Takanori Watanabe2019-06-171-48/+10
* Reduce timeout for reading the USB HUB port status to 1000ms and try to filterHans Petter Selasky2019-01-041-4/+18
* Revert redundant parts of r329440 after recent devmatch(8) changes.Hans Petter Selasky2018-02-171-9/+1
* Correct the PNP information generated by the usb driver to match theWarner Losh2018-02-171-1/+9
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Extend sysctl description for hw.usb.disable_enumeration .Hans Petter Selasky2017-09-221-1/+3
* "Buses" is the preferred plural of "bus"Conrad Meyer2017-01-151-2/+2
* Defer USB enumeration until the SI_SUB_KICK_SCHEDULER is executed to avoidHans Petter Selasky2016-12-191-0/+25
* Improve USB polling mode by not locking any mutexes, asserting anyHans Petter Selasky2016-09-141-4/+4
* dev/usb: minor spelling fixes in comments.Pedro F. Giffuni2016-05-021-3/+3
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-111-0/+2
* Improve the realtime properties of USB transfers for embedded systemsHans Petter Selasky2015-08-141-2/+2
* Add ugen keyword to USB pnpinfo. Remove extra space from existing pnpinfo.Hans Petter Selasky2015-02-251-6/+14
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canHans Petter Selasky2015-01-051-1/+1
* Reduce boot verbosity.Hans Petter Selasky2014-11-031-2/+2
* Add sysctl knob to disable port power on a specific USB HUB. You needHans Petter Selasky2014-10-091-19/+43
* Refine support for disabling USB enumeration to allow device detachHans Petter Selasky2014-10-091-12/+19
* Add support for disabling USB enumeration in general or on selectedHans Petter Selasky2014-10-081-0/+27
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* Resolve a deadlock setting the USB configuration index from userspaceHans Petter Selasky2014-06-081-53/+109
* Fix the ordering of the arguments to printf inNick Hibma2014-01-291-1/+2
* Implement better error recovery for Transaction Translators, TTs,Hans Petter Selasky2014-01-131-9/+234
* USB method structures for USB controllers and USB pipes should beHans Petter Selasky2013-12-111-1/+1
* Fix a deadlock when trying to power off a USB device. The deadlockHans Petter Selasky2013-10-271-5/+33
* Don't issue USB resume signalling in USB device mode, if the USB powerHans Petter Selasky2013-09-121-1/+2
* - Try to fix build of 32-bit compatibility USB support for FreeBSD andHans Petter Selasky2013-08-121-1/+0
* Fix some statical clang analyzer warnings.Hans Petter Selasky2013-05-251-1/+0
* - Add more defines to limit USB memory usage and number of allocationsHans Petter Selasky2013-05-031-7/+19
* Resolve a LOR after r246616. Protect control requests using the USB deviceHans Petter Selasky2013-02-131-4/+9
* Add defines to more easily allow a single threaded version of the FreeBSDHans Petter Selasky2013-02-051-1/+1
* Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky2013-01-301-0/+4
* Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.Hans Petter Selasky2012-10-261-2/+1
* Make several timing parameters of the USB enumeration sequence tuneable.Hans Petter Selasky2012-10-241-6/+6
* Style.Hans Petter Selasky2012-10-021-1/+1
* Remove unused field.Hans Petter Selasky2012-10-021-4/+0