summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/utvfu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unused getdev() audio driver functions.ratchov2016-09-191-22/+1
* Remove drain(), query_encoding(), mappage() and get_default_params()ratchov2016-09-141-48/+2
* Replace tsleep/wakeup by usbd_ref_incr/decr/wait to wait for the kthreadmglocker2016-06-171-3/+4
* Remove tracking of endpoints in utvfu_{as,vs}_iface structs as thesemglocker2016-06-131-26/+26
* Ensure expected video endpoint has wMaxPacketSize > 0 duringmglocker2016-06-131-4/+12
* * Start/stop audio bulk thread as consumer opens/closes device.mglocker2016-06-131-39/+41
* Fix typo in comment.mglocker2016-06-021-2/+2
* Not all architectures implicitly #include <sys/device.h> via earlierderaadt2016-06-011-1/+2
* New USB device driver for Audio/Video capture devices based on themglocker2016-06-011-0/+2104