The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=fd1ee28bd01429aa8c38199d5fc069e8b0b75442
commit fd1ee28bd01429aa8c38199d5fc069e8b0b75442 Author: Alexander Ziaee <[email protected]> AuthorDate: 2026-06-18 13:48:09 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2026-06-18 13:48:19 +0000 uvideo.4: Initial manual page Fixes: b711ef9c75ba (import uvideo) Reviewed by: 0mp, bapt, kevans Differential Revision: https://reviews.freebsd.org/D57622 --- share/man/man4/Makefile | 1 + share/man/man4/uvideo.4 | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index a66d011f7b62..b451fe25d180 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1133,6 +1133,7 @@ MAN+= \ usbhid.4 \ usfs.4 \ uslcom.4 \ + uvideo.4 \ uvisor.4 \ uvscom.4 \ veriexec.4 \ diff --git a/share/man/man4/uvideo.4 b/share/man/man4/uvideo.4 new file mode 100644 index 000000000000..c7de2d7a0859 --- /dev/null +++ b/share/man/man4/uvideo.4 @@ -0,0 +1,39 @@ +.\" +.\" Copyright (c) 2026 Alexander Ziaee. Ohio. +.\" +.\" SPDX-License-Identifier: BSD-2-Clause +.\" +.Dd June 17, 2026 +.Dt UVIDEO 4 +.Os +.Sh NAME +.Nm uvideo +.Nd USB video class webcam and capture driver +.Sh SYNOPSIS +.Cd device uvideo +.Sh HARDWARE +The +.Nm +driver supports USB Video Class +.Pq UVC +devices such as: +.Pp +.Bl -bullet -compact +.It +Cameras +.It +Capture devices +.El +.Sh HISTORY +The +.Nm +driver appeared in +.Ox 4.4 +and +.Fx 16.0 . +.Pp +Historically, these devices were supported by +.Sy webcamd +from the +.Fx +Ports Collection.
