git: 704d551093 - main - Status/2024Q4/uvc.adoc: Add report

From: Li-Wen Hsu <lwhsu_at_FreeBSD.org>
Date: Wed, 19 Feb 2025 19:12:00 UTC
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/doc/commit/?id=704d5510934c6823efe847ac9ae7f49e4e46b8c5

commit 704d5510934c6823efe847ac9ae7f49e4e46b8c5
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2025-02-16 19:31:33 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2025-02-19 19:11:33 +0000

    Status/2024Q4/uvc.adoc: Add report
    
    Reviewed by:    salvadore
    Sponsored by:   The FreeBSD Foundation
    Pull Request:   https://github.com/freebsd/freebsd-doc/pull/465
---
 .../content/en/status/report-2024-10-2024-12/uvc.adoc   | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/website/content/en/status/report-2024-10-2024-12/uvc.adoc b/website/content/en/status/report-2024-10-2024-12/uvc.adoc
new file mode 100644
index 0000000000..1ff5af754f
--- /dev/null
+++ b/website/content/en/status/report-2024-10-2024-12/uvc.adoc
@@ -0,0 +1,17 @@
+=== FreeBSD V4L2 & kernel USB Video Class driver
+
+Links: +
+link:https://github.com/AlvinChen1028/freebsd-src/tree/feature-uvc[Public development repository] URL: link:https://github.com/AlvinChen1028/freebsd-src/tree/feature-uvc[] +
+link:https://github.com/lwhsu/freebsd-src/pull/3[Upstreaming preparation repository] URL: link:https://github.com/lwhsu/freebsd-src/pull/3[] +
+
+Contact: Alvin Chen <weike_chen@dell.com> +
+Contact: Li-Wen Hsu <lwhsu@FreeBSD.org>
+
+This work is to create FreeBSD UVC (USB Video Class) kernel driver and follow v4l2 APIs, so that most of the Linux camera applications can be easily ported to FreeBSD.
+
+The code is still cleaning up and will be submitted to official review system after completing.
+
+The Dell ThinOS team is currently working on MIPI Webcam support, including intel XPU.
+
+Sponsor: Dell Technologies for the development +
+Sponsor: The FreeBSD Foundation for assistance of upstreaming