summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2020-05-13Use seltrue_kqfilter() instead of hand-rolling it in multiple drivers.Martin Pieuchot
2020-05-04Remove redundant code testing if a terminal is a usb stream.Alexandre Ratchov
2020-05-04Check v6 availablilty mask instead of v4.Gerhard Roth
2020-04-30If there's only one input (output) name it simply "input" ("output")Alexandre Ratchov
2020-04-30Use "inputs" class instead of "record"Alexandre Ratchov
2020-04-30Use "dac" instead of "play" in mixer control namesAlexandre Ratchov
2020-04-30Set terminal and clock names after all units are parsedAlexandre Ratchov
2020-04-30Use macros instead of hardcoded "play" and "record" string constantsAlexandre Ratchov
2020-04-27IPv6 is no longer on by default. It must be enabled with "inet6 eui64".Gerhard Roth
2020-04-27Offload CCMP (WPA2) encryption and decryption to athn(4) hardware.Stefan Sperling
2020-04-24Skip "all-channels" controls if there are equivalend per-channel onesAlexandre Ratchov
2020-04-24Suffix per-channel non-numeric controls with channel numberAlexandre Ratchov
2020-04-08Bump size of the buffer we use to fetch device tree properties. TheMark Kettenis
2020-04-07Abstract the head of knote lists. This allows extending the lists,Visa Hankala
2020-04-03Move the responsibility of syncing the data buffers from the USBPatrick Wildt
2020-04-03Fix incoherencies of errors returned by various *kqfilter routines.Martin Pieuchot
2020-04-02Fix use-after-free zyd(4) upon Tx error and device detach.Stefan Sperling
2020-04-01USB control requests to the root hub differ from those to devices. ForPatrick Wildt
2020-03-30No point in checking the loop variable for NULL inside a LIST_FOREACH.Kenneth R Westerback
2020-03-23If samples per frame is larger than the device usb packet size,Alexander Bluhm
2020-03-23If an USB audio device supports less rates for recording than forAlexander Bluhm
2020-03-21Instead of passing the flags as part of a struct that's supposed to bePatrick Wildt
2020-03-19Switch USB to use non-coherent buffers for data transfers. SincePatrick Wildt
2020-03-17Prevent out-of-bound read if `rate' doesn't match known values.Martin Pieuchot
2020-03-16Prevent a NULL derefence in alloc_all_endpoints_fixed_ep()Jasper Lievisse Adriaanse
2020-03-16Remove unused function argument.Martin Pieuchot
2020-03-11Remove dead code which is actually duplicated a few lines aboveJasper Lievisse Adriaanse
2020-03-10syncKevin Lo
2020-03-10Match on Lenovo OneLink Plus Dock Ethernet.Kevin Lo
2020-03-08Rework ucom(4) a bit. The logic of RTS follows DTR should only be doneClaudio Jeker
2020-03-07Fix use of uninitilized variable in case of emty AC descriptor.Alexandre Ratchov
2020-03-02Fix endian swapping of trb_flags and trb_status in xhci(4).Visa Hankala
2020-02-28Treat non-0 value as true for boolean indicators.Martin Pieuchot
2020-02-28Allow devices with incomplete feature unit descriptor to attach.Alexandre Ratchov
2020-02-25Make bwfm(4) call if_input() only once per interrupt.Patrick Wildt
2020-02-25Prevent buffer overflows by not assuming the report length, given byMartin Pieuchot
2020-02-23regenJasper Lievisse Adriaanse
2020-02-23- add an AMD hub found on APU2Jasper Lievisse Adriaanse
2020-02-22use the UE_GET_XFERTYPE macro where applicableJasper Lievisse Adriaanse
2020-02-20Replace field f_isfd with field f_flags in struct filterops to allowVisa Hankala
2020-02-18Add IPv6 support to umb(4).Gerhard Roth
2020-02-17missing rcs idJasper Lievisse Adriaanse
2020-02-14Prevent buffer overflows by not assuming the report length, given byMartin Pieuchot
2020-02-13replace incorrect function name in error message with __func__Jasper Lievisse Adriaanse
2020-02-13Nuke *_minphys() functions that either simply apply MAXPHYS or doKenneth R Westerback
2020-02-05Very old firmware umsm devices don't work as umb(4), so I made them workTheo de Raadt
2020-02-05Fix confusion between minimum and maximum samples-per-frame.Alexandre Ratchov
2020-01-27Make urtwn(4) attach to tp-link tl-wn823n (RTL8192EU).Stefan Sperling
2020-01-27regenStefan Sperling
2020-01-27add USB device ID for tp-link tl-wn823nStefan Sperling