summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/utvfu.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove tracking of endpoints in utvfu_{as,vs}_iface structs as thesemglocker2016-06-131-3/+1
| | | | | | | | are constants; save two more ints. From Patrick Keshishian ok mpi
* * Start/stop audio bulk thread as consumer opens/closes device.mglocker2016-06-131-5/+3
| | | | | | | | | | And as a result get rid of a few defines/flags. * Fix _as_close() to and audio bulk thread exit. * Change sc->sc_as_running into a flag; save an int. From Patrick Keshishian ok mpi
* New USB device driver for Audio/Video capture devices based on themglocker2016-06-011-0/+193
Fushicai USBTV007 chip. The chip specific code has been written by Lubomir Rintel and Federico Simoncelli. Patrick Keshishian has ported it to OpenBSD and wrote the remaining code based on uvideo(4). Input and help also from mpi@ and ratchov@. ok mpi