This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/v4l-utils.git tree:

Subject: libv4l: Add vicam cameras to list of cameras need sw auto gain + 
whitebalance
Author:  Hans de Goede <[email protected]>
Date:    Fri Mar 4 21:11:10 2011 +0100

Signed-off-by: Hans de Goede <[email protected]>

 ChangeLog                                 |    7 +++++++
 lib/libv4lconvert/control/libv4lcontrol.c |    3 +++
 2 files changed, 10 insertions(+), 0 deletions(-)

---

http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=797cd4f5fa6d7cf6c1bc79a0f4773c84512f201e

diff --git a/ChangeLog b/ChangeLog
index 9c4c2b8..f7bfbad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+v4l-utils-0.8.4
+---------------
+* libv4l changes
+  * Add a few more laptop models to the upside down devices table (hdegoede)
+  * Add vicam cameras to list of cameras need sw auto gain + whitebalance
+    (hdegoede)
+
 v4l-utils-0.8.3
 ---------------
 * Utils changes:
diff --git a/lib/libv4lconvert/control/libv4lcontrol.c 
b/lib/libv4lconvert/control/libv4lcontrol.c
index 3d38eae..17f1f63 100644
--- a/lib/libv4lconvert/control/libv4lcontrol.c
+++ b/lib/libv4lconvert/control/libv4lcontrol.c
@@ -550,6 +550,9 @@ static const struct v4lcontrol_flags_info 
v4lcontrol_flags[] = {
        /* stv0680 based cams */
        { 0x0553, 0x0202, 0,    NULL, NULL, V4LCONTROL_WANTS_WB },
        { 0x041e, 0x4007, 0,    NULL, NULL, V4LCONTROL_WANTS_WB },
+       /* vicam based cams */
+       { 0x04c1, 0x009d, 0,    NULL, NULL, V4LCONTROL_WANTS_WB_AUTOGAIN, 1500 
},
+       { 0x0602, 0x1001, 0,    NULL, NULL, V4LCONTROL_WANTS_WB_AUTOGAIN, 1500 
},
 };
 
 static const struct v4l2_queryctrl fake_controls[];

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to