From b3ccee473ed64ac9ba7260beafb4fd175eee13ab Mon Sep 17 00:00:00 2001 From: Josuah Demangeon Date: Sat, 28 Jun 2025 13:45:39 +0000 Subject: [PATCH] doc: release-notes-4.2: add mentions to the new UVC class Add references to new API, functions, devicetree bindings introduced from introduction of the UVC class. Signed-off-by: Josuah Demangeon --- doc/releases/release-notes-4.2.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/releases/release-notes-4.2.rst b/doc/releases/release-notes-4.2.rst index 64b6a9fdf8c..f37c9f0629f 100644 --- a/doc/releases/release-notes-4.2.rst +++ b/doc/releases/release-notes-4.2.rst @@ -297,6 +297,10 @@ New APIs and options * :c:func:`updatehub_report_error` +* USB + + * :c:func:`uvc_set_video_dev` + * Other * :kconfig:option:`CONFIG_LV_Z_COLOR_MONO_HW_INVERSION`