aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller
Commit message (Expand)AuthorAgeFilesLines
* Import EHCI attachment driver for Freescale integrated controller.Rafal Jaworowski2012-05-261-0/+423
* Make the VIA workaround application somewhat more consistent with theMarius Strobl2012-05-261-1/+2
* Make the VIA workaround actually do its intended job.Marius Strobl2012-05-261-1/+1
* Make sure the EHCI bandwidth allocation algorithmHans Petter Selasky2012-05-031-0/+18
* Add support for Multi-TT mode of modern USB HUBs.Hans Petter Selasky2012-04-292-38/+52
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-0210-49/+30
* Fix for DWC OTG interrupt register programming.Hans Petter Selasky2012-03-053-22/+44
* Make sure that the USB system suspend event is executed synchronouslyHans Petter Selasky2012-03-031-2/+21
* Add support for the DesignWare USB 2.0 OTG controller chipset.Hans Petter Selasky2012-01-213-0/+3248
* Bugfix: Make sure the XHCI driver doesn't clearHans Petter Selasky2012-01-131-1/+1
* Correct use of USB 3.0 POWER bit in the port status register,Hans Petter Selasky2012-01-131-2/+7
* - Try to fix support for USB 3.0 HUBs.Hans Petter Selasky2012-01-121-8/+13
* Make sure we probe and attach the root HUB afterHans Petter Selasky2012-01-021-0/+8
* Add missing change to XHCI driver similar to changes in r228483.Hans Petter Selasky2011-12-312-19/+20
* - Enable usbus on octusbOleksandr Tymoshenko2011-12-241-0/+1
* Make the recently added "no_shutdown_wait" sysctl writeable.Hans Petter Selasky2011-12-191-1/+1
* Add code to wait for USB shutdown to be executed at system shutdown.Hans Petter Selasky2011-12-191-1/+15
* Add missing unlock of USB controller's lock, whenHans Petter Selasky2011-12-191-0/+12
* Fix definition of XHCI port power bit.Hans Petter Selasky2011-12-141-1/+1
* Implement better support for USB controller suspend and resume.Hans Petter Selasky2011-12-1429-724/+645
* Rename device_delete_all_children() into device_delete_children().Hans Petter Selasky2011-11-2212-12/+12
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-2212-46/+15
* Make some XHCI command timeouts less strict.Hans Petter Selasky2011-11-181-9/+9
* Some brands of XHCI controllers needs more time to reset.Hans Petter Selasky2011-11-151-3/+3
* Style change.Hans Petter Selasky2011-11-125-11/+10
* Fix size of USB 3.0 descriptor field.Hans Petter Selasky2011-11-091-1/+1
* Fix size of USB 3.0 descriptor field.Hans Petter Selasky2011-11-091-1/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-0710-10/+12
* Fix suspend and resume of FULL and HIGH speed USB devicesHans Petter Selasky2011-10-262-2/+15
* Renamed PCI_INTERFACE_XHCI to PCIP_SERIALBUS_USB_XHCI and moved itRuslan Ermilov2011-05-172-2/+1
* Fix for missing EHCI datatoggle change case.Hans Petter Selasky2011-04-261-0/+2
* We don't need to call EOWRITE4(sc, EHCI_USBINTR, 0) directly from each EHCIHans Petter Selasky2011-04-123-15/+1
* - Correct EHCI interrupt disabling at detach.Hans Petter Selasky2011-04-033-3/+3
* Fix initialisation order with regard to debug prints.Hans Petter Selasky2011-03-251-2/+2
* Fix typo.Hans Petter Selasky2011-03-241-1/+1
* Comply with style(9).Hans Petter Selasky2011-03-231-4/+4
* - Bugfix: Fix a EHCI hardware race, where the hardware computed data toggleHans Petter Selasky2011-03-211-3/+25
* - Correct USB 3.0 wire-speed to 5.0GbpsHans Petter Selasky2011-02-261-1/+1
* Minor cleanup:Hans Petter Selasky2011-02-091-4/+4
* Improve the error interrupt handler. In particular, read theMarcel Moolenaar2011-02-081-9/+14
* Make USB packet filtering code optional.Hans Petter Selasky2011-01-181-2/+4
* - Add support for 64-byte contexts to XHCI driver.Hans Petter Selasky2011-01-132-46/+105
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-1122-22/+0
* Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated byJohn Baldwin2011-01-061-1/+1
* 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
* The EHCI_CAPLENGTH and EHCI_HCIVERSION registers are actually sub-registersNathan Whitehorn2010-10-252-5/+9
* Remove unused EHCI register definition.Hans Petter Selasky2010-10-142-3/+1