History log of /openbsd-current/sys/dev/usb/utvfu.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.5 24-Nov-2021 mglocker

Spacing and remove an unused macro.


# 1.4 24-Nov-2021 mglocker

Fix panic when running utvfu(4) on xhci(4).

tested and ok ian@


Revision tags: OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE
# 1.3 13-Jun-2016 mglocker

Remove tracking of endpoints in utvfu_{as,vs}_iface structs as these
are constants; save two more ints.

From Patrick Keshishian

ok mpi


# 1.2 13-Jun-2016 mglocker

* Start/stop audio bulk thread as consumer opens/closes device.
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


# 1.1 01-Jun-2016 mglocker

New USB device driver for Audio/Video capture devices based on the
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


Revision tags: OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.3 13-Jun-2016 mglocker

Remove tracking of endpoints in utvfu_{as,vs}_iface structs as these
are constants; save two more ints.

From Patrick Keshishian

ok mpi


# 1.2 13-Jun-2016 mglocker

* Start/stop audio bulk thread as consumer opens/closes device.
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


# 1.1 01-Jun-2016 mglocker

New USB device driver for Audio/Video capture devices based on the
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