forked from Openwrt/openwrt
8c405cdccc
The patches were generated from the RPi repo with the following command: git format-patch v6.6.34..rpi-6.1.y Some patches needed rebasing and, as usual, the applied and reverted, wireless drivers, Github workflows, READMEs and defconfigs patches were removed. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
25 lines
761 B
Diff
25 lines
761 B
Diff
From 11189e4870f86d9c12e8e05f11f33e5fb4c50ad1 Mon Sep 17 00:00:00 2001
|
|
From: John Cox <jc@kynesim.co.uk>
|
|
Date: Fri, 6 Aug 2021 14:32:44 +0100
|
|
Subject: [PATCH 0178/1085] media: v4l2: Add Greyworld AWB control name
|
|
|
|
Add name for greyworld to white_balance preset names.
|
|
This patch previously applied to v4l2-ctrl.c but that was split
|
|
and deleted.
|
|
|
|
Signed-off-by: John Cox <jc@kynesim.co.uk>
|
|
---
|
|
drivers/media/v4l2-core/v4l2-ctrls-defs.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/drivers/media/v4l2-core/v4l2-ctrls-defs.c
|
|
+++ b/drivers/media/v4l2-core/v4l2-ctrls-defs.c
|
|
@@ -228,6 +228,7 @@ const char * const *v4l2_ctrl_get_menu(u
|
|
"Flash",
|
|
"Cloudy",
|
|
"Shade",
|
|
+ "Greyworld",
|
|
NULL,
|
|
};
|
|
static const char * const camera_iso_sensitivity_auto[] = {
|