Age | Commit message (Expand) | Author |
2019-03-22 | support Meinberg DCF600USB, from weerd@, ok phessler | Stuart Henderson |
2019-03-22 | sync | Stuart Henderson |
2019-03-22 | add Meinberg DCF600USB, from weerd@, ok phessler@ | Stuart Henderson |
2019-03-19 | In uaudio_pdata_intr() don't error out early if the status is USBD_IOERROR. | Claudio Jeker |
2019-03-17 | Since an isoc endpoint never halts, move to remaining error handling | Marcus Glocker |
2019-03-17 | Move the handler code in the xhci_event_xfer() switch case in two separate | Marcus Glocker |
2019-03-17 | Remove obsolete semicolon at end of case switch. | Marcus Glocker |
2019-03-16 | Merge the duplicate code to handle isoc SHORT and SUCCESS xfer events | Marcus Glocker |
2019-03-15 | Improve and enable isochronous transfers in xhci(4). Each isochronous | Patrick Wildt |
2019-03-15 | The max burst size that is encoded in wMaxPacketSize is zero based, | Patrick Wildt |
2019-03-14 | Use non-blocking allocation in dwc2_allocx() to make | Visa Hankala |
2019-03-12 | Fix typo in debug print: wih -> with | Patrick Wildt |
2019-03-12 | Remove unused uaudioreg.h file. | Alexandre Ratchov |
2019-03-12 | Add a new driver for USB Audio Class v2.0 devices. It replaces the | Alexandre Ratchov |
2019-03-12 | uhci: Fix delayed completions for isochronous transfers. | Alexandre Ratchov |
2019-03-11 | Add missing bus powered bit, from aalm@ | Martin Pieuchot |
2019-03-11 | - in rtwn_r88e_fw_reset function, use the correct bit R88E_RSV_CTRL_MCU_RST | Kevin Lo |
2019-03-01 | Since ring->index points to the next free slot, once we reach index zero | Patrick Wildt |
2019-02-27 | Make xhci_ring_produce() check the previous TRB to find out if it | Patrick Wildt |
2019-02-24 | Dynastream ANTUSB-2 works well on uscom(4), from Jan Klemkow. | Patrick Wildt |
2019-02-24 | regen | Patrick Wildt |
2019-02-24 | Dynastream ANTUSB-2, from Jan Klemkow. | Patrick Wildt |
2019-02-21 | Transfers that span multiple TRBs which wrap around the ring and | Patrick Wildt |
2019-02-17 | Publish new attached device once it is fully initialized. | Martin Pieuchot |
2019-02-14 | HCCPARAMS1 register CFC and SEC values are 1 bit. | Marcus Glocker |
2019-02-01 | Print xhci version in hex, from sc.dying at gmail. | Martin Pieuchot |
2019-01-31 | Fix compilation of amd64 kernel when optimization is disabled. | Todd C. Miller |
2019-01-23 | Remove uneeded header. | Martin Pieuchot |
2019-01-22 | Do not leak received mbufs if the NDIS appended a zero-byte padding. | Martin Pieuchot |
2019-01-22 | Remove unused variable. | Martin Pieuchot |
2019-01-19 | Change transfer schedule of split interrupt transfer, | SASANO Takayoshi |
2019-01-15 | Make otus(4) modify its DMA_TRIGGER register with readable macros | Stefan Sperling |
2019-01-14 | Fix typos | Ingo Feinerer |
2019-01-14 | match on TP-Link WN821N v5 (RTL8192EU), tested by Jesper Wallin | Jonathan Matthew |
2019-01-14 | regen | Jonathan Matthew |
2019-01-14 | add TP-Link WN821N v5 (RTL8192EU), from Jesper Wallin | Jonathan Matthew |
2019-01-13 | Validate the number of expected interfaces in *match() and claim them | Martin Pieuchot |
2019-01-13 | Validate that the interface passed to *match() is the expected one | Martin Pieuchot |
2019-01-12 | Fix potential use-after-free if xfer allocation fails when otus(4) attaches. | Stefan Sperling |
2019-01-12 | Make the scan loop in otus(4) terminate properly when the interface | Stefan Sperling |
2019-01-09 | No need to call usbd_fill_deviceinfo() from a task, it doesn't generate I/O. | Martin Pieuchot |
2019-01-08 | RL (NAK count reload) field in QH should be zero when using periodic | SASANO Takayoshi |
2019-01-07 | Use the `iface' argument from the *attach() function instead of calling | Martin Pieuchot |
2019-01-07 | tweak ohci_checkrev so it doesnt print a leading comma and space. | David Gwynne |
2018-12-07 | Handle 2 Tx chains in the computation of transmit power for the RTL8192EU. | Kevin Lo |
2018-12-06 | Avoid unnecessary dynamic memory allocation in athn_usb_newauth(). | Stefan Sperling |
2018-12-05 | usb_block_allocmem() won't sleep. | Gerhard Roth |
2018-12-05 | Do not call usbd_delay_ms() from interrupt context. | Martin Pieuchot |
2018-12-04 | Add support for RTL8192EU adapters, partly taken from netbsd. | Jonathan Matthew |
2018-11-27 | Free sizes for the subdevs array. | Martin Pieuchot |