summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2014-08-21Now that DVACT_DEACTIVATE is propagated to the children of a device whenMartin Pieuchot
2014-08-14regenTodd C. Miller
2014-08-14Add USB hubs found on Intel Z97 chipset boards (one attached toTodd C. Miller
2014-08-10Ask for the descriptor size corresponding to the number of ports presentMartin Pieuchot
2014-08-10Do not allocate space for the whole structure when we just want to storeMartin Pieuchot
2014-08-10sizeof() a pointer of the right struct to appease clang.Martin Pieuchot
2014-08-10Merge xhci_device_setup() into xhci_pipe_init() there's no reason toMartin Pieuchot
2014-08-10Since USB xfer pools are accessed in interrupt context, initialize themMartin Pieuchot
2014-08-10Set and check for XFER_BUSY in the common methods instead of doing itMartin Pieuchot
2014-08-09Add support for non-root hubs now that uhub(4) can deal with them. ForMartin Pieuchot
2014-08-09Correctly recognize Super Speed devices, this is part of the work toMartin Pieuchot
2014-08-09Handle super speed hub descriptors.Martin Pieuchot
2014-08-09Do not store the whole USB hub descriptor in the "struct usbd_hub"Martin Pieuchot
2014-08-08Make sure asynchronous commands do not race with synchronous ones.Martin Pieuchot
2014-08-08Improve the logic to determine the maximum endpoint service interfaceMartin Pieuchot
2014-08-08Implement polling.Martin Pieuchot
2014-08-08Super Speed hub descriptor definition and routine, required for upcomingMartin Pieuchot
2014-08-08Even if the endpoint it reseted before the stack gets informed that aMartin Pieuchot
2014-08-08Fix debug printfs.Martin Pieuchot
2014-08-05Only check if the abort transfer is the interrupt one if the pipe isMartin Pieuchot
2014-08-03don't return unitialised memory on error in ehci_alloc_sqtd()Jonathan Gray
2014-07-13No need for <netinet/in_systm.h> here.Martin Pieuchot
2014-07-13Bye byeMartin Pieuchot
2014-07-12resurrect this treasure (still needed to build microcode)Theo de Raadt
2014-07-12"Dr. Jones. Again we see there is nothing you can possess which I cannotTed Unangst
2014-07-12Kill the last dumb DVACT_DEACTIVATE handlers.Martin Pieuchot
2014-07-12teduuuuuudfu(4) it has never been enabled in 5 years.Martin Pieuchot
2014-07-12tedu another bunch of DVACT_DEACTIVATE handlers that do nothing but setMartin Pieuchot
2014-07-12Protect the freelists of transfer descriptors with the appropriate splMartin Pieuchot
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-12To enable Intel XHCI host controller, re-route all of usb port to xhciYojiro Uo
2014-07-12Rework zyd(4)'s register read/write methods to eliminate race conditions.Stefan Sperling
2014-07-12Use the correct poll interval for HS root hub before it gets copied, noMartin Pieuchot
2014-07-12Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were toMartin Pieuchot
2014-07-12Remove incorrect comment about how autoconf(9) works and documentMartin Pieuchot
2014-07-12Only detach the USB device you disconnected, fix a regression reportedMartin Pieuchot
2014-07-11"It's not the years, honey; it's the mileage."Ted Unangst
2014-07-11Remove redundant mask check in the interrupt routine.Paul Irofti
2014-07-11Fix debug printf formating and kill some trailing whitespaces while here.Martin Pieuchot
2014-07-11Be less verbose with task debug messages and kill some trailingMartin Pieuchot
2014-07-10Do not set the bus dying flag during DVACT_DEACTIVATE otherwise theMartin Pieuchot
2014-07-10Always assign the device address found by the USB stack even if itMartin Pieuchot
2014-07-10Print an understandable error message when we fail to read the reportMartin Pieuchot
2014-07-09autoconf(9) is your friend and it knows you more than you think. ItMartin Pieuchot
2014-07-09Now that the stack handles properly the xhci(4) way of setting anMartin Pieuchot
2014-07-09Adds an optional bus function to set the address of a new device andMartin Pieuchot
2014-06-13Make run(4) attach to RT5572.Stefan Sperling
2014-06-13regenStefan Sperling
2014-06-13Add USB device ID of Ralink RT5572. Found in a TP-LINK TL-WDN3200 device.Stefan Sperling
2014-06-07In run(4), fix TXWI and RXWI offset calculations for RT5592 devices.Stefan Sperling