Age | Commit message (Expand) | Author |
2015-01-03 | (new) device driver for Silicon Labs CP2110 USB HID based UART. | uaa |
2015-01-02 | When chaining TRBs, calculate the TD Size as described in section | Martin Pieuchot |
2015-01-02 | Report the TT Think Time of USB2.0 Hubs. | Martin Pieuchot |
2014-12-29 | Some missing break's. | Brad Smith |
2014-12-29 | Some cleaning up of the ioctl handling bits to bring things in line | Brad Smith |
2014-12-28 | Attach USB HID devices from the Generic Destop page, usage pointer to | Matthieu Herrb |
2014-12-22 | unifdef INET | Ted Unangst |
2014-12-21 | Always clear a port reset feature after setting it, or at least try to. | Martin Pieuchot |
2014-12-21 | Various transfer improvements/fixes. | Martin Pieuchot |
2014-12-21 | Use a bitmask when dumping TRB flags. No change in !XHCI_DEBUG. | Martin Pieuchot |
2014-12-19 | Use <sys/endian.h> instead of <machine/endian.h> | Philip Guenther |
2014-12-18 | If a host controller has been detached or reported a halt condition it | Martin Pieuchot |
2014-12-17 | Avoid premature masking in the interrupt handler code that checks for removed | Mark Kettenis |
2014-12-15 | Stop using usb_{alloc,free}mem() for the rings and internal structures. | Martin Pieuchot |
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 |