index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
Age
Commit message (
Expand
)
Author
2020-06-16
Release the rx node if we were unable to allocate a new rx buffer.
Jonathan Matthew
2020-06-11
When detaching uaudio, wait for device ref counter to drop to 0
Alexandre Ratchov
2020-06-11
Make use of hardware crypto for CCMP. The tricky bits had been lying
Jonathan Matthew
2020-06-09
Do not call encap routines with the IFQ mutex held, as they might
Gerhard Roth
2020-05-31
add umstc(4) for Microsoft Surface Type Cover keyboards
Joshua Stein
2020-05-31
regen
Joshua Stein
2020-05-31
add two Surface Go Type Cover models
Joshua Stein
2020-05-30
Fix UVIDEO_DEBUG build
Ingo Feinerer
2020-05-29
dev/rndvar.h no longer has statistical interfaces (removed during various
Theo de Raadt
2020-05-26
match on TP-Link TL-WN822N-EU v5
Jonathan Gray
2020-05-26
regen
Jonathan Gray
2020-05-26
add TP-Link TL-WN822N-EU v5
Jonathan Gray
2020-05-25
regen
Patrick Wildt
2020-05-25
ThingM blink(1)
Patrick Wildt
2020-05-25
change wsdisplay attribute type from long to uint32_t
Jonathan Gray
2020-05-25
rename wsdisplay alloc_attr() to pack_attr()
Jonathan Gray
2020-05-13
Use seltrue_kqfilter() instead of hand-rolling it in multiple drivers.
Martin Pieuchot
2020-05-04
Remove redundant code testing if a terminal is a usb stream.
Alexandre Ratchov
2020-05-04
Check v6 availablilty mask instead of v4.
Gerhard Roth
2020-04-30
If there's only one input (output) name it simply "input" ("output")
Alexandre Ratchov
2020-04-30
Use "inputs" class instead of "record"
Alexandre Ratchov
2020-04-30
Use "dac" instead of "play" in mixer control names
Alexandre Ratchov
2020-04-30
Set terminal and clock names after all units are parsed
Alexandre Ratchov
2020-04-30
Use macros instead of hardcoded "play" and "record" string constants
Alexandre Ratchov
2020-04-27
IPv6 is no longer on by default. It must be enabled with "inet6 eui64".
Gerhard Roth
2020-04-27
Offload CCMP (WPA2) encryption and decryption to athn(4) hardware.
Stefan Sperling
2020-04-24
Skip "all-channels" controls if there are equivalend per-channel ones
Alexandre Ratchov
2020-04-24
Suffix per-channel non-numeric controls with channel number
Alexandre Ratchov
2020-04-08
Bump size of the buffer we use to fetch device tree properties. The
Mark Kettenis
2020-04-07
Abstract the head of knote lists. This allows extending the lists,
Visa Hankala
2020-04-03
Move the responsibility of syncing the data buffers from the USB
Patrick Wildt
2020-04-03
Fix incoherencies of errors returned by various *kqfilter routines.
Martin Pieuchot
2020-04-02
Fix use-after-free zyd(4) upon Tx error and device detach.
Stefan Sperling
2020-04-01
USB control requests to the root hub differ from those to devices. For
Patrick Wildt
2020-03-30
No point in checking the loop variable for NULL inside a LIST_FOREACH.
Kenneth R Westerback
2020-03-23
If samples per frame is larger than the device usb packet size,
Alexander Bluhm
2020-03-23
If an USB audio device supports less rates for recording than for
Alexander Bluhm
2020-03-21
Instead of passing the flags as part of a struct that's supposed to be
Patrick Wildt
2020-03-19
Switch USB to use non-coherent buffers for data transfers. Since
Patrick Wildt
2020-03-17
Prevent out-of-bound read if `rate' doesn't match known values.
Martin Pieuchot
2020-03-16
Prevent a NULL derefence in alloc_all_endpoints_fixed_ep()
Jasper Lievisse Adriaanse
2020-03-16
Remove unused function argument.
Martin Pieuchot
2020-03-11
Remove dead code which is actually duplicated a few lines above
Jasper Lievisse Adriaanse
2020-03-10
sync
Kevin Lo
2020-03-10
Match on Lenovo OneLink Plus Dock Ethernet.
Kevin Lo
2020-03-08
Rework ucom(4) a bit. The logic of RTS follows DTR should only be done
Claudio Jeker
2020-03-07
Fix use of uninitilized variable in case of emty AC descriptor.
Alexandre Ratchov
2020-03-02
Fix endian swapping of trb_flags and trb_status in xhci(4).
Visa Hankala
2020-02-28
Treat non-0 value as true for boolean indicators.
Martin Pieuchot
2020-02-28
Allow devices with incomplete feature unit descriptor to attach.
Alexandre Ratchov
[next]