summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2018-02-19Add a default case to a usb_tap() switch statement which mpi@ says willJonathan Gray
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2018-02-11Since the BCDC header has a variable data offset, so the ethernet packetPatrick Wildt
2018-02-08Move bwfm(4) from ifq begin/commit/rollback semantics to the newerPatrick Wildt
2018-02-07Move parsing the BCDC header on RX into a protocol specific RXPatrick Wildt
2018-02-05claim copyrightStefan Sperling
2018-02-05Move athn(4) USB devices to the open source atk9k HTC firmware.Stefan Sperling
2018-02-03Add support for dumping USB transfers via bpf(4) using USBPcap headers.Martin Pieuchot
2018-01-31Some wifi drivers don't call ieee80211_newstate() during some stateStefan Sperling
2018-01-30syncVadim Zhukov
2018-01-30Add D-Link DWA-125 rev B2 to list of devices supported by run(4).Vadim Zhukov
2018-01-24Do not print that the firmware was successfully loaded in the USB backendPatrick Wildt
2018-01-23Fix checks for error return from urtw_alloc_rx_data_list() andKevin Lo
2018-01-18Remove quirk matching all Yamaha devices, as this prevents non-MIDIAlexandre Ratchov
2018-01-11syncKevin Lo
2018-01-11Add support for Huawei E3372.Kevin Lo
2018-01-08Fix indentation.Patrick Wildt
2018-01-03Since the PCI attachment code already uses mbufs for RX packets, we canPatrick Wildt
2017-12-30Don't pull in <sys/file.h> just to get fcntl.hPhilip Guenther
2017-12-30Delete unnecessary <sys/file.h> includesPhilip Guenther
2017-12-14let urtwn(4) find my TP-LINK TL-WN722N v2Sebastian Benoit
2017-12-14syncSebastian Benoit
2017-12-14add usb id for TP-LINK TL-WN722N v2Sebastian Benoit
2017-11-07Prevent a potential stack buffer overrun when a urtwn(4) deviceStefan Sperling
2017-10-29IFF_NOARP has no effect if the interface don't use ether_input() norMartin Pieuchot
2017-10-26Move common code to add/remove multicast filters to ieee80211_ioctl(9).Martin Pieuchot
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