Age | Commit message (Expand) | Author |
2014-08-10 | sizeof() a pointer of the right struct to appease clang. | Martin Pieuchot |
2014-08-10 | Merge xhci_device_setup() into xhci_pipe_init() there's no reason to | Martin Pieuchot |
2014-08-10 | Since USB xfer pools are accessed in interrupt context, initialize them | Martin Pieuchot |
2014-08-10 | Set and check for XFER_BUSY in the common methods instead of doing it | Martin Pieuchot |
2014-08-09 | Add support for non-root hubs now that uhub(4) can deal with them. For | Martin Pieuchot |
2014-08-09 | Correctly recognize Super Speed devices, this is part of the work to | Martin Pieuchot |
2014-08-09 | Handle super speed hub descriptors. | Martin Pieuchot |
2014-08-09 | Do not store the whole USB hub descriptor in the "struct usbd_hub" | Martin Pieuchot |
2014-08-08 | Make sure asynchronous commands do not race with synchronous ones. | Martin Pieuchot |
2014-08-08 | Improve the logic to determine the maximum endpoint service interface | Martin Pieuchot |
2014-08-08 | Implement polling. | Martin Pieuchot |
2014-08-08 | Super Speed hub descriptor definition and routine, required for upcoming | Martin Pieuchot |
2014-08-08 | Even if the endpoint it reseted before the stack gets informed that a | Martin Pieuchot |
2014-08-08 | Fix debug printfs. | Martin Pieuchot |
2014-08-05 | Only check if the abort transfer is the interrupt one if the pipe is | Martin Pieuchot |
2014-08-03 | don't return unitialised memory on error in ehci_alloc_sqtd() | Jonathan Gray |
2014-07-13 | No need for <netinet/in_systm.h> here. | Martin Pieuchot |
2014-07-13 | Bye bye | Martin Pieuchot |
2014-07-12 | resurrect 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 cannot | Ted Unangst |
2014-07-12 | Kill the last dumb DVACT_DEACTIVATE handlers. | Martin Pieuchot |
2014-07-12 | teduuuuuudfu(4) it has never been enabled in 5 years. | Martin Pieuchot |
2014-07-12 | tedu another bunch of DVACT_DEACTIVATE handlers that do nothing but set | Martin Pieuchot |
2014-07-12 | Protect the freelists of transfer descriptors with the appropriate spl | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | To enable Intel XHCI host controller, re-route all of usb port to xhci | Yojiro Uo |
2014-07-12 | Rework zyd(4)'s register read/write methods to eliminate race conditions. | Stefan Sperling |
2014-07-12 | Use the correct poll interval for HS root hub before it gets copied, no | Martin Pieuchot |
2014-07-12 | Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were to | Martin Pieuchot |
2014-07-12 | Remove incorrect comment about how autoconf(9) works and document | Martin Pieuchot |
2014-07-12 | Only detach the USB device you disconnected, fix a regression reported | Martin Pieuchot |
2014-07-11 | "It's not the years, honey; it's the mileage." | Ted Unangst |
2014-07-11 | Remove redundant mask check in the interrupt routine. | Paul Irofti |
2014-07-11 | Fix debug printf formating and kill some trailing whitespaces while here. | Martin Pieuchot |
2014-07-11 | Be less verbose with task debug messages and kill some trailing | Martin Pieuchot |
2014-07-10 | Do not set the bus dying flag during DVACT_DEACTIVATE otherwise the | Martin Pieuchot |
2014-07-10 | Always assign the device address found by the USB stack even if it | Martin Pieuchot |
2014-07-10 | Print an understandable error message when we fail to read the report | Martin Pieuchot |
2014-07-09 | autoconf(9) is your friend and it knows you more than you think. It | Martin Pieuchot |
2014-07-09 | Now that the stack handles properly the xhci(4) way of setting an | Martin Pieuchot |
2014-07-09 | Adds an optional bus function to set the address of a new device and | Martin Pieuchot |
2014-06-13 | Make run(4) attach to RT5572. | Stefan Sperling |
2014-06-13 | regen | Stefan Sperling |
2014-06-13 | Add USB device ID of Ralink RT5572. Found in a TP-LINK TL-WDN3200 device. | Stefan Sperling |
2014-06-07 | In run(4), fix TXWI and RXWI offset calculations for RT5592 devices. | Stefan Sperling |
2014-06-04 | Clearing the data toggle bit only makes sense for endpoints that use it, | Martin Pieuchot |
2014-06-04 | Use C99 initializers for pipe and bus methods. | Martin Pieuchot |
2014-06-04 | Properly compare endpoint addresses: ignore the direction bit which | Alexandre Ratchov |
2014-06-03 | Make zyd(4) compile with ZYD_DEBUG. | Stefan Sperling |
2014-06-03 | Fix an off-by-one in zyd_rxeof(). | Stefan Sperling |