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