mirror of
				https://github.com/Ysurac/openmptcprouter.git
				synced 2025-03-09 15:40:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
	
		
			751 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
	
		
			751 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
From 3abd663930dbff1619738dd810a68d0459842949 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] 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[] = {
 |