Age | Commit message (Expand) | Author |
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 |
2014-08-14 | regen | Todd C. Miller |
2014-08-14 | Add USB hubs found on Intel Z97 chipset boards (one attached to | Todd C. Miller |
2014-08-10 | Ask for the descriptor size corresponding to the number of ports present | Martin Pieuchot |
2014-08-10 | Do not allocate space for the whole structure when we just want to store | Martin Pieuchot |
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 |