summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2019-05-01Use the proper UAC-v2.0 request to read the device controls.Alexandre Ratchov
2019-04-30Decrease verbosity when XHCI_DEBUG is defined.Alexandre Ratchov
2019-04-25Follow up on jmatthew's suggestion:Kevin Lo
2019-04-24Add product id for the USB serial adapter found in Juniper SRX 300.remi
2019-04-24regenremi
2019-04-24New product id for the USB serial adapter found in Juniper SRX 300.remi
2019-04-10Hide debug printfs.Alexandre Ratchov
2019-04-10Handle missed service errors, specific to isochronous transfers.Alexandre Ratchov
2019-04-10Fix URE_WDT6_SET_MODE register definition.Kevin Lo
2019-04-04Simplify underruns handling: just copy silence produced by upper layer.Alexandre Ratchov
2019-04-03Always copy data (if any) whenever a new bounce buffer is available.Alexandre Ratchov
2019-04-03Check for available space before copying data to the bounce buffers.Alexandre Ratchov
2019-04-03Make the uaudio_stream->ubuf_xfer relative to current xfer number.Alexandre Ratchov
2019-03-31Fix comment typo: 'trasnfer' -> 'transfer'.Marcus Glocker
2019-03-27Add uxrcom(4), a driver for the Exar XR21V1410 USB serial adapter.Mark Kettenis
2019-03-27regenMark Kettenis
2019-03-27Add Exar XR21V1410.Mark Kettenis
2019-03-22support Meinberg DCF600USB, from weerd@, ok phesslerStuart Henderson
2019-03-22syncStuart Henderson
2019-03-22add Meinberg DCF600USB, from weerd@, ok phessler@Stuart Henderson
2019-03-19In uaudio_pdata_intr() don't error out early if the status is USBD_IOERROR.Claudio Jeker
2019-03-17Since an isoc endpoint never halts, move to remaining error handlingMarcus Glocker
2019-03-17Move the handler code in the xhci_event_xfer() switch case in two separateMarcus Glocker
2019-03-17Remove obsolete semicolon at end of case switch.Marcus Glocker
2019-03-16Merge the duplicate code to handle isoc SHORT and SUCCESS xfer eventsMarcus Glocker
2019-03-15Improve and enable isochronous transfers in xhci(4). Each isochronousPatrick Wildt
2019-03-15The max burst size that is encoded in wMaxPacketSize is zero based,Patrick Wildt
2019-03-14Use non-blocking allocation in dwc2_allocx() to makeVisa Hankala
2019-03-12Fix typo in debug print: wih -> withPatrick Wildt
2019-03-12Remove unused uaudioreg.h file.Alexandre Ratchov
2019-03-12Add a new driver for USB Audio Class v2.0 devices. It replaces theAlexandre Ratchov
2019-03-12uhci: Fix delayed completions for isochronous transfers.Alexandre Ratchov
2019-03-11Add 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_RSTKevin Lo
2019-03-01Since ring->index points to the next free slot, once we reach index zeroPatrick Wildt
2019-02-27Make xhci_ring_produce() check the previous TRB to find out if itPatrick Wildt
2019-02-24Dynastream ANTUSB-2 works well on uscom(4), from Jan Klemkow.Patrick Wildt
2019-02-24regenPatrick Wildt
2019-02-24Dynastream ANTUSB-2, from Jan Klemkow.Patrick Wildt
2019-02-21Transfers that span multiple TRBs which wrap around the ring andPatrick Wildt
2019-02-17Publish new attached device once it is fully initialized.Martin Pieuchot
2019-02-14HCCPARAMS1 register CFC and SEC values are 1 bit.Marcus Glocker
2019-02-01Print xhci version in hex, from sc.dying at gmail.Martin Pieuchot
2019-01-31Fix compilation of amd64 kernel when optimization is disabled.Todd C. Miller
2019-01-23Remove uneeded header.Martin Pieuchot
2019-01-22Do not leak received mbufs if the NDIS appended a zero-byte padding.Martin Pieuchot
2019-01-22Remove unused variable.Martin Pieuchot
2019-01-19Change transfer schedule of split interrupt transfer,SASANO Takayoshi
2019-01-15Make otus(4) modify its DMA_TRIGGER register with readable macrosStefan Sperling
2019-01-14Fix typosIngo Feinerer