summaryrefslogtreecommitdiff
path: root/sys/dev/usb/utvfu.c
AgeCommit message (Expand)Author
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