diff --git a/doc/releases/migration-guide-4.1.rst b/doc/releases/migration-guide-4.1.rst index 5244c8996bf..c2928e77aef 100644 --- a/doc/releases/migration-guide-4.1.rst +++ b/doc/releases/migration-guide-4.1.rst @@ -122,6 +122,16 @@ Stepper Regulator ========= +Video +===== + +* The :file:`include/zephyr/drivers/video-controls.h` got updated to have video controls IDs (CIDs) + matching the definitions in the Linux kernel file ``include/uapi/linux/v4l2-controls.h``. + In most cases, removing the category prefix is enough: ``VIDEO_CID_CAMERA_GAIN`` becomes + ``VIDEO_CID_GAIN``. + The new ``video-controls.h`` source now contains description of each control ID to help + disambiguating. + Bluetooth ********* diff --git a/doc/releases/release-notes-4.1.rst b/doc/releases/release-notes-4.1.rst index 69fdd0864ae..4f788ad03e4 100644 --- a/doc/releases/release-notes-4.1.rst +++ b/doc/releases/release-notes-4.1.rst @@ -191,6 +191,9 @@ Drivers and Sensors * Video + * Changed :file:`include/zephyr/drivers/video-controls.h` to have control IDs (CIDs) matching + those present in the Linux kernel. + * Watchdog * Wi-Fi