summaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller
AgeCommit message (Expand)Author
2010-10-14Correct EHCI port register read.Hans Petter Selasky
2010-10-13Correct some root HUB descriptor fields in multiple controller drivers.Hans Petter Selasky
2010-10-04This commit adds full support for USB 3.0 devices in host and deviceHans Petter Selasky
2010-10-04Add missing DRIVER_MODULE() entry for the musbotg driver.Hans Petter Selasky
2010-10-04The root mount hold reference was not released on USB controllerHans Petter Selasky
2010-10-03Commit initial version of new XHCI driver which was written fromHans Petter Selasky
2010-09-02Change argument for usbd_get_dma_delay() from USB bus to USB device, someAndrew Thompson
2010-06-22Add support for LOW speed BULK transfers. This mode is not recommended by theAndrew Thompson
2010-06-13Convert Marvell ARM platforms to FDT convention.Rafal Jaworowski
2010-05-12Back out r203140 which was causing problems when the first and the lastAndrew Thompson
2010-05-12Add missing ifdefs for usb power saving support.Andrew Thompson
2010-04-22Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson
2010-03-28Add PCI IDs for two more nForce controllers.Andrew Thompson
2010-03-20Add support for the Samsung S3C2xx0 family of ARM SoCs written byWarner Losh
2010-03-11For USS820 driver we need to manually reset TX FIFO at each SETUP transactionAndrew Thompson
2010-03-11Wrap the proc wakeup special case for ddb in ifdef DDB.Andrew Thompson
2010-03-03The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl
2010-02-09Disable the use of the IAAD usb doorbell on NVidia controllers as it can causeAndrew Thompson
2010-01-29Optimise EHCI ISOC HS done check.Andrew Thompson
2010-01-08Remove unused uhci_dump_qhs().Edward Tomasz Napierala
2010-01-07Remove extraneous semicolons, no functional changes.Martin Blapp
2009-12-22Add more OHCI pci ids.Andrew Thompson
2009-12-22Add more EHCI pci ids.Andrew Thompson
2009-12-09Correct name, 82801IJ -> 82801JIAndrew Thompson
2009-12-03Add uhci/ehci controller ids.Andrew Thompson
2009-11-26Remove overuse of exclamation marks in kernel printfs, there mere fact aAndrew Thompson
2009-11-25Disable interrupts after doing early takeover of the usb controller in case usbAndrew Thompson
2009-11-23Actually disable interrupts in ehci_detach().Andrew Thompson
2009-11-22Add missed register change in r199676.Andrew Thompson
2009-11-22Correct register access for USB device side operation on the musb controller.Andrew Thompson
2009-11-22Provide tunables for some of the usb sysctls that affect boot behaviour.Andrew Thompson
2009-11-22Initialise variable before use.Andrew Thompson
2009-11-22Improve High Speed slot allocation mechanism by moving the computation to theAndrew Thompson
2009-11-08improve support for high speed isochronous endpoints which does not run 1:1,Andrew Thompson
2009-11-08Integrate lost interrupts patch from the old USB stack.Andrew Thompson
2009-11-08ehci_init() will do reset and set the usbrev flag. Fix problem whereAndrew Thompson
2009-10-26Revert r198500 for now, this will break situations whenAndrew Thompson
2009-10-26Remove usb controller takeover code now that it is handled by the pci code.Andrew Thompson
2009-10-15Workaround buggy BIOS code in USB regard. By doing the BIOS to OS handover forAndrew Thompson
2009-10-01EHCI Hardware BUG workaroundAndrew Thompson
2009-09-28Clear all interrupts rather than just SETUP packet.Andrew Thompson
2009-09-28Simplify logic around setting EHCI_QH_DTC and expand some htohc32(temp.sc, 0)Andrew Thompson
2009-09-28Import two PCI quirks from LinuxAndrew Thompson
2009-09-28MFp4 @ 168387Andrew Thompson
2009-08-24 - allow disabling "root_mount_hold()" byAlfred Perlstein
2009-08-20Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin
2009-08-02Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao
2009-07-30USB controller:Alfred Perlstein
2009-07-30USB CORE:Alfred Perlstein
2009-07-30 USB controller:Alfred Perlstein