summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller
Commit message (Expand)AuthorAgeFilesLines
* Make sure we probe and attach the root HUB afterhselasky2012-01-021-0/+8
* Add missing change to XHCI driver similar to changes in r228483.hselasky2011-12-312-19/+20
* - 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
* Fix definition of XHCI port power bit.hselasky2011-12-141-1/+1
* Implement better support for USB controller suspend and resume.hselasky2011-12-1429-725/+646
* Rename device_delete_all_children() into device_delete_children().hselasky2011-11-2212-12/+12
* - There's no need to overwrite the default device method with the defaultmarius2011-11-2212-46/+15
* Make some XHCI command timeouts less strict.hselasky2011-11-181-9/+9
* Some brands of XHCI controllers needs more time to reset.hselasky2011-11-151-3/+3
* Style change.hselasky2011-11-125-11/+10
* Fix size of USB 3.0 descriptor field.hselasky2011-11-091-1/+1
* Fix size of USB 3.0 descriptor field.hselasky2011-11-091-1/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-0710-10/+12
* Fix suspend and resume of FULL and HIGH speed USB deviceshselasky2011-10-262-2/+15
* Renamed PCI_INTERFACE_XHCI to PCIP_SERIALBUS_USB_XHCI and moved itru2011-05-172-2/+1
* Fix for missing EHCI datatoggle change case.hselasky2011-04-261-0/+2
* We don't need to call EOWRITE4(sc, EHCI_USBINTR, 0) directly from each EHCIhselasky2011-04-123-15/+1
* - Correct EHCI interrupt disabling at detach.hselasky2011-04-033-3/+3
* Fix initialisation order with regard to debug prints.hselasky2011-03-251-2/+2
* Fix typo.hselasky2011-03-241-1/+1
* Comply with style(9).hselasky2011-03-231-4/+4
* - Bugfix: Fix a EHCI hardware race, where the hardware computed data togglehselasky2011-03-211-3/+25
* - Correct USB 3.0 wire-speed to 5.0Gbpshselasky2011-02-261-1/+1
* Minor cleanup:hselasky2011-02-091-4/+4
* Improve the error interrupt handler. In particular, read themarcel2011-02-081-9/+14
* Make USB packet filtering code optional.hselasky2011-01-181-2/+4
* - Add support for 64-byte contexts to XHCI driver.hselasky2011-01-132-46/+105
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-1122-22/+0
* Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated byjhb2011-01-061-1/+1
* 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
* The EHCI_CAPLENGTH and EHCI_HCIVERSION registers are actually sub-registersnwhitehorn2010-10-252-5/+9
* Remove unused EHCI register definition.hselasky2010-10-142-3/+1
* Revert most of r197682 (EHCI Hardware BUG workaround). Implementhselasky2010-10-142-40/+51
* Avoid using endless retransmission at EHCI hardware level, hence this hidehselasky2010-10-141-1/+2
* Correct EHCI root HUB interface descriptor.hselasky2010-10-141-2/+1
* Correct EHCI port register read.hselasky2010-10-141-1/+1
* Correct some root HUB descriptor fields in multiple controller drivers.hselasky2010-10-136-31/+9
* 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
* Commit initial version of new XHCI driver which was written fromhselasky2010-10-034-0/+4898
* Change argument for usbd_get_dma_delay() from USB bus to USB device, somethompsa2010-09-023-3/+3
* Add support for LOW speed BULK transfers. This mode is not recommended by thethompsa2010-06-223-9/+3
* Convert Marvell ARM platforms to FDT convention.raj2010-06-131-33/+40
OpenPOWER on IntegriCloud