diff --git a/website/content/en/status/report-2024-10-2024-12/_index.adoc b/website/content/en/status/report-2024-10-2024-12/_index.adoc index 2b4e1be2e0..e1029c14a5 100644 --- a/website/content/en/status/report-2024-10-2024-12/_index.adoc +++ b/website/content/en/status/report-2024-10-2024-12/_index.adoc @@ -1,258 +1,262 @@ --- title: "FreeBSD Status Report Fourth Quarter 2024" sidenav: about --- = Introduction :doctype: article :toc: macro :toclevels: 2 :icons: font :!sectnums: :source-highlighter: rouge :experimental: :reports-path: content/en/status/report-2024-10-2024-12 include::content/en/status/categories-desc.adoc[] include::{reports-path}/intro.adoc[] ''' toc::[] ''' [[FreeBSD-Team-Reports]] == FreeBSD Team Reports {FreeBSD-Team-Reports-desc} ''' include::{reports-path}/core.adoc[] ''' include::{reports-path}/freebsd-foundation.adoc[] ''' include::{reports-path}/releng.adoc[] ''' include::{reports-path}/clusteradm.adoc[] ''' include::{reports-path}/ci.adoc[] ''' include::{reports-path}/portmgr.adoc[] ''' include::{reports-path}/bugmeister.adoc[] ''' include::{reports-path}/srcmgr.adoc[] ''' [[projects]] == Projects Projects that span multiple categories, from the kernel and userspace to the Ports Collection or external projects. ''' include::{reports-path}/foundation-infrastructure-modernization.adoc[] ''' include::{reports-path}/foundation-laptop.adoc[] ''' include::{reports-path}/foundation-security.adoc[] ''' include::{reports-path}/foundation-security-audit.adoc[] ''' include::{reports-path}/framework.adoc[] ''' [[userland]] == Userland {userland-desc} ''' include::{reports-path}/pkg-pkgbase.adoc[] ''' include::{reports-path}/installer.adoc[] ''' [[kernel]] == Kernel {kernel-desc} ''' include::{reports-path}/audio.adoc[] ''' include::{reports-path}/mac_do.adoc[] ''' include::{reports-path}/suspend.adoc[] ''' include::{reports-path}/umb.adoc[] ''' include::{reports-path}/lkpi-wireless.adoc[] ''' include::{reports-path}/wireless-iwx.adoc[] ''' include::{reports-path}/syzkaller.adoc[] ''' +include::{reports-path}/uvc.adoc[] + +''' + [[architectures]] == Architectures {architectures-desc} ''' include::{reports-path}/pinephone.adoc[] ''' [[cloud]] == Cloud {cloud-desc} ''' include::{reports-path}/azure.adoc[] ''' include::{reports-path}/openstack.adoc[] ''' include::{reports-path}/buildpacks.adoc[] ''' include::{reports-path}/ec2.adoc[] ''' [[documentation]] == Documentation {documentation-desc} ''' include::{reports-path}/doceng.adoc[] ''' [[ports]] == Ports {ports-desc} ''' include::{reports-path}/ports-collection-accessibility-colors.adoc[] ''' include::{reports-path}/appjail.adoc[] ''' include::{reports-path}/common-lisp.adoc[] ''' include::{reports-path}/erlang.adoc[] ''' include::{reports-path}/openjdk.adoc[] ''' include::{reports-path}/xfce.adoc[] ''' include::{reports-path}/lxqt.adoc[] ''' include::{reports-path}/gcc.adoc[] ''' include::{reports-path}/torbrowser.adoc[] ''' include::{reports-path}/gvm.adoc[] ''' include::{reports-path}/wazuh.adoc[] ''' include::{reports-path}/bhyvemgr.adoc[] ''' include::{reports-path}/qemu_l4b.adoc[] ''' [[third-Party-Projects]] == Third Party Projects {third-Party-Projects-desc} ''' include::{reports-path}/ldwg.adoc[] ''' include::{reports-path}/pot.adoc[] 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 index 1ff5af754f..7445b47433 100644 --- a/website/content/en/status/report-2024-10-2024-12/uvc.adoc +++ b/website/content/en/status/report-2024-10-2024-12/uvc.adoc @@ -1,17 +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 + Contact: Li-Wen Hsu 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: Dell Technologies for the development Sponsor: The FreeBSD Foundation for assistance of upstreaming