summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2019-07-10The USB video class specification has increased its probe bufferPatrick Wildt
2019-07-10Also dump interface association descriptor when debugging isPatrick Wildt
2019-07-09Fix whitespace issue.Patrick Wildt
2019-07-09ure(4) and url(4) need ifmedia attribute.Kevin Lo
2019-07-07Eliminate duplicate code in xxx_detach().Kevin Lo
2019-07-06Ensure Rx/Tx resources are freed during interface stop.Kevin Lo
2019-06-26Create IF_WWAN_DEFAULT_PRIORITY which is lower thanClaudio Jeker
2019-06-25avoid uninitialised var accessJonathan Gray
2019-06-24Don't retry to get the usb descriptor in usbd_new_device() if the callClaudio Jeker
2019-06-14Use timeout_add_msec(9)kn
2019-06-14Use timeout_add_msec(9)kn
2019-06-13Do not consider the pipe as halted if the device is gone.Martin Pieuchot
2019-06-07add ukspan(4), a driver for the Keyspan USA19HS USB serial adapterJoshua Stein
2019-06-07regenJoshua Stein
2019-06-07add Keyspan USA-19HSJoshua Stein
2019-05-27fix multitouch by properly reading multi-finger data on type4Joshua Stein
2019-05-21Fix NULL check with wrong pointer in xhci_event_xfer_isoc(); CID 1480287Stefan Sperling
2019-05-11RegenAaron Bieber
2019-05-10Add more flags to the debug bitmaskPhilip Guenther
2019-05-09When changing device rate, send request to the clock source unit.Alexandre Ratchov
2019-05-09Set the rate of UAC v2.0 clock units using the control interface, notAlexandre Ratchov
2019-05-09Skip empty control interfaces when parsing descriptors.Alexandre Ratchov
2019-05-09Add ucrcom(4) a (very simple) driver for the serial console of (some)Mark Kettenis
2019-05-08Add ucrcom(4) a (very simple) driver for the serial console of (some)Mark Kettenis
2019-05-08regenMark Kettenis
2019-05-08add Google vendor IDMark Kettenis
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