Age | Commit message (Expand) | Author |
2014-12-13 | yet more mallocarray() changes. | Doug Hogan |
2014-12-11 | dragonflybsd has added a urio driver. conservation of urios requires | Ted Unangst |
2014-12-11 | Make sure you'll never look at stack garbage, prodded by kettenis@. | Martin Pieuchot |
2014-12-11 | Handle UPSes with broken report descriptors. | Martin Pieuchot |
2014-12-11 | Change uhidev(4) set/get report functions in various way. | Martin Pieuchot |
2014-12-09 | More malloc() -> mallocarray() in the kernel. | Doug Hogan |
2014-12-08 | Deprecate usb_*_report(). USB HID devices are always attached below | Martin Pieuchot |
2014-12-08 | Do not report underruns as bus data errors, as suggested by section | Martin Pieuchot |
2014-12-08 | When resetting an endpoint do not purge the ring. Instead set the | Martin Pieuchot |
2014-12-04 | Driver for MosChip Semiconductor 78x0 USB multiport serial adapters. | Martin Pieuchot |
2014-12-04 | regen | Martin Pieuchot |
2014-12-04 | Various MosChip Semiconductor multiport serial adapter. | Martin Pieuchot |
2014-11-30 | Don't overwrite fields in the message when setting up the REMOTE_NDIS_SET_MSG | Mark Kettenis |
2014-11-24 | No point in setting the Interrupt-on Short Packet bit on OUT endpoint. | Martin Pieuchot |
2014-11-24 | In debug mode, print more information when a transfer is aborted and use | Martin Pieuchot |
2014-11-24 | use the correct capitalization for Realtek. | Brad Smith |
2014-11-23 | regen | sasano |
2014-11-23 | SILABS CP210X_4(0x10c4:0xea80) is no longer CP210x family. | sasano |
2014-11-23 | USB_VENDOR_SILABS:USB_PRODUCT_SILABS_CP210X_4(0x10c4:0xea80) is | sasano |
2014-11-23 | Revert the logic to skip ports which status hasn't changed, it introduces | Martin Pieuchot |
2014-11-23 | Be less verbose when opening a pipe and print the endpoint & slot | Martin Pieuchot |
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 |