summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2017-10-23Even if a USB transfer fails, call umb_start() so that processingGerhard Roth
2017-10-21Initialize all fields in the BCDC protocol, otherwise the controllerPatrick Wildt
2017-10-20Kill dead ioctl handlers.Martin Pieuchot
2017-10-19Don't just return but setup and resubmit the transfer if we're notPatrick Wildt
2017-10-19Don't forget to free the firmware in the error path, and make sure toPatrick Wildt
2017-10-15Similar to other USB based backend drivers, have a list of TX/RXPatrick Wildt
2017-10-11regenPatrick Wildt
2017-10-11Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. ThePatrick Wildt
2017-10-09Correct logic check preventing the device to attach.Martin Pieuchot
2017-10-05Add support for the "TEMPer1F_H1V1.5F" USB temperature and humidityStefan Sperling
2017-09-23Add dummy FIOASYNC handler.Martin Pieuchot
2017-09-21Disable a splsoftassert() at least until ohci(4) has been fixed.Martin Pieuchot
2017-09-12- sprinkle variable name and printf tweaksJasper Lievisse Adriaanse
2017-09-10- call usbd_deactivate() rather than simply returning in case of errorsJasper Lievisse Adriaanse
2017-09-08Add support for isochronous transfers to xhci(4).Stefan Sperling
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-09-05explicitly clear the output pipeJasper Lievisse Adriaanse
2017-09-05EPROTO is now in sys/errno.hOtto Moerbeek
2017-09-05Correct a bounds test. Coverity CID 1452930.Jonathan Gray
2017-09-04Revert previous: "Fix a remaining length miscalculation in xhci(4)."Stefan Sperling
2017-09-01Add macros for reading the bmAttributes field of the USB super speedStefan Sperling
2017-09-01Fix a remaining length miscalculation in xhci(4).Stefan Sperling
2017-08-30Use endpoint 5 for chaoskey, it should have been 5 from the start, thisAaron Bieber
2017-08-29add _MEASURE_RATE bits from uonerng(4)Jasper Lievisse Adriaanse
2017-08-29rename sc_pipe to sc_outpipe to indicate it's direction as there'll come anJasper Lievisse Adriaanse
2017-08-29"urng" is needed on the file lines... or these end up in all kernels,Theo de Raadt
2017-08-28Add urng(4) which supports various USB RNG devices. Instead of adding oneJasper Lievisse Adriaanse
2017-08-26regenAaron Bieber
2017-08-26Add device ID for Altusmetrum ChaosKey 1.0Aaron Bieber
2017-08-23Fix up rssi calculations and r88e_rx_cck structure for RTL8188EU.Kevin Lo
2017-08-21Fix off by one in array bounds tests when parsing descriptors.Jonathan Gray
2017-08-18Fix checks for error return from urtw_alloc_rx_data_list() andKevin Lo
2017-08-16Mostly cosmetic changes to make things a bit more consistant:Kevin Lo
2017-08-14Attach run(4) to D-Link DWA-137 and DWA-140 rev D1.Stefan Sperling
2017-08-14regenStefan Sperling
2017-08-14Add USB device IDs for D-Link DWA-137 and DWA-140 rev D1.Stefan Sperling
2017-08-12Fix Coverity CID 1452915: urtwn(4) would use an uninitialized array indexStefan Sperling
2017-08-11Remove NET_LOCK()'s argument.Martin Pieuchot
2017-08-10Deactivate the device if I/O fails in attach.Martin Pieuchot
2017-08-02Match D-Link DWA-130 rev F1 devices. These work with run(4).Stefan Sperling
2017-08-02regenStefan Sperling
2017-08-02Add device ID for D-Link DWA-130 rev F.Stefan Sperling
2017-07-30Use memcpy instead of casts to copy 8 bytes of data to avoid unalignedMark Kettenis
2017-07-29Remove useless conditional before free().ians
2017-07-29Device trees for the Rasperry Pi are still in flux. Catch up with theMark Kettenis
2017-07-28The read buffer size reported by the hardware can be up to 4095Alexander Bluhm
2017-07-21Do not permit USB ioctl handler malloc(9)'s to block as this interferesians
2017-07-21Add frame length boundary checks to the input path of atu(4).Stefan Sperling
2017-07-21Unbreak the rsu(4) driver which was not kept up-to-date with recent WPAStefan Sperling
2017-07-21Fix frame length bounds checks in rsu(4).Stefan Sperling