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
/
utvfu.c
Age
Commit message (
Expand
)
Author
2022-03-21
Constify struct {audio,midi,radio,video}_hw_if. No functional change.
Miod Vallat
2022-02-16
Make room for a cookie argument passed to audio_attach_mi(). Currently
Anton Lindqvist
2021-11-28
Spacing
Marcus Glocker
2021-11-28
utvfu(4) only has one frame size, either for PAL or NTSC. Therefore
Marcus Glocker
2021-11-24
Spacing
Marcus Glocker
2021-11-22
Align memory allocation for USB device drivers and USB HC drivers:
Marcus Glocker
2020-07-31
Nuke all occurrences of usbd_abort_pipe() if it gets called right
Marcus Glocker
2019-10-14
Convert tsleep(9) to tsleep_nsec(9).
Martin Pieuchot
2016-09-19
Remove unused getdev() audio driver functions.
Alexandre Ratchov
2016-09-14
Remove drain(), query_encoding(), mappage() and get_default_params()
Alexandre Ratchov
2016-06-17
Replace tsleep/wakeup by usbd_ref_incr/decr/wait to wait for the kthread
Marcus Glocker
2016-06-13
Remove tracking of endpoints in utvfu_{as,vs}_iface structs as these
Marcus Glocker
2016-06-13
Ensure expected video endpoint has wMaxPacketSize > 0 during
Marcus Glocker
2016-06-13
* Start/stop audio bulk thread as consumer opens/closes device.
Marcus Glocker
2016-06-02
Fix typo in comment.
Marcus Glocker
2016-06-01
Not all architectures implicitly #include <sys/device.h> via earlier
Theo de Raadt
2016-06-01
New USB device driver for Audio/Video capture devices based on the
Marcus Glocker