Age | Commit message (Expand) | Author |
2014-11-20 | Force a status check of all the ports of a newly attached hub. In the | Martin Pieuchot |
2014-11-18 | Nuke yet more obvious #include duplications. | Kenneth R Westerback |
2014-11-18 | move arc4random prototype to systm.h. more appropriate for most code | Ted Unangst |
2014-11-16 | Two fixes to make Qemu and VMware xHCI implementations work: | Martin Pieuchot |
2014-11-11 | When a bus is explored, do not probe the ports which status hasn't | Martin Pieuchot |
2014-11-11 | Do not reset the base address of the control endpoint's ring when | Martin Pieuchot |
2014-11-10 | Support USB 1.x devices below external hubs. | Martin Pieuchot |
2014-11-10 | Add some fields needed for TT support. | Martin Pieuchot |
2014-11-10 | Apparently xhci(4) also needs a hook to set the address of a device. | Martin Pieuchot |
2014-11-10 | Remove USB locators. They are currently unused and this wont change due | Martin Pieuchot |
2014-11-09 | When a pipe is closed, clear the memory of the corresponding enpoint | Martin Pieuchot |
2014-11-07 | Document how the Slot States transitions described in section 4.5.3 of | Martin Pieuchot |
2014-11-07 | Prevent a race when submitting a command by using the appropriate spl | Martin Pieuchot |
2014-11-07 | Give Super-Speed hubs a chance to route USB 3.0 transfers. | Martin Pieuchot |
2014-11-01 | Use the correct default MaxPacketSize for Full Speed devices and make them | Martin Pieuchot |
2014-11-01 | Remove the port status argument from usbd_reset_port(). We don't do | Martin Pieuchot |
2014-11-01 | Super-Speed port feature definitions. | Martin Pieuchot |
2014-11-01 | Use usbd_set_port_feature() instead of rerolling it. | Martin Pieuchot |
2014-11-01 | Make it clear that dma buffers are link to xfers, no functional change. | Martin Pieuchot |
2014-10-31 | If an event is dequeued just/right after a device is detached, its pipes | Martin Pieuchot |
2014-10-31 | atheros ub94 support, from Matt Markfort | Ted Unangst |
2014-10-31 | regen | Ted Unangst |
2014-10-31 | add atheros ub94. from Matt Markfort | Ted Unangst |
2014-10-31 | Enable timeouts, just in case(tm). | Martin Pieuchot |
2014-10-31 | Even in interrupt context curproc is not NULL. | Martin Pieuchot |
2014-10-31 | Use understandable messages when the per-xfer poison value is incorrect. | Martin Pieuchot |
2014-10-30 | XFER_FREE is not used, ciao. | Martin Pieuchot |
2014-10-30 | Do not use void * for pointer artithmetics, it's a GNU extension, from | Martin Pieuchot |
2014-10-30 | Do not enable interrupts before attaching usb(4), fix a panic when an | Martin Pieuchot |
2014-10-30 | Calculate the Route String when attaching a new device. This is still | Martin Pieuchot |
2014-10-23 | Now that gcc2 is gone revert the removal of anonymous unions, means not havin... | Brad Smith |
2014-10-19 | More gracefully handle firmware loading errors in ulpt(4). | Stefan Sperling |
2014-10-18 | Add VIDIOC_G_INPUT ioctl, some ports need it (at least ffmpeg) | Jonathan Armani |
2014-10-12 | regen | Jonathan Armani |
2014-10-12 | Add Logitech Webcam C310 | Jonathan Armani |
2014-10-05 | Only synchronize used TRBs and not the full ring when sending a control | Martin Pieuchot |
2014-10-05 | Do not mark the pipe as halted when the HC reports a (split) transaction | Martin Pieuchot |
2014-10-05 | Do not re-establish the default pipe twice for every controller. Move | Martin Pieuchot |
2014-10-05 | Quirk needed by the Archos 24y Vision, from Max Fillinger. | Martin Pieuchot |
2014-10-05 | regen | Martin Pieuchot |
2014-10-05 | Add vendor and product for the Archos 24y Vision, from Max Fillinger. | Martin Pieuchot |
2014-10-04 | Wait until a read control transfer is really completed before passing | Martin Pieuchot |
2014-10-01 | Check that the speed of a new device does not exceed its parent's speed | Martin Pieuchot |
2014-09-26 | Revert a part of r1.98 if_run.c which caused a regression on older gen | Mike Larkin |
2014-09-26 | Fix format signedness | Philip Guenther |
2014-09-01 | Set the configuration number and get the interface handle in attach(), | Martin Pieuchot |
2014-09-01 | Revert previous, it puts too much pressure on memory allocation as | Martin Pieuchot |
2014-08-30 | Rewrite how queue heads are inserted and removed from the asynchronous | Martin Pieuchot |
2014-08-30 | Allow new devices to get an address when XHCI_DEBUG is defined. | Martin Pieuchot |
2014-08-21 | Now that DVACT_DEACTIVATE is propagated to the children of a device when | Martin Pieuchot |