The patch number 14291 was added via h...@rhel5-devel.localdomain
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        Linux Media Mailing List <linux-me...@vger.kernel.org>

------

From: Hans de Goede  <hdego...@redhat.com>
libv4l: Enable whitebalance by default on sonixb cams with TAS5110 sensors


libv4l: Enable whitebalance by default on sonixb cams with TAS5110 sensors

Priority: normal

Signed-off-by: Hans de Goede <hdego...@redhat.com>


---

 v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c |    4 ++++
 1 file changed, 4 insertions(+)

diff -r 2606f3ba3697 -r 5cdb0f8e6513 
v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c
--- a/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c    Sun Jan 10 
08:41:30 2010 +0100
+++ b/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c    Tue Jan 12 
15:06:44 2010 +0100
@@ -266,6 +266,10 @@
     "Lenovo IdeaPad U330" },
 
 /* Second: devices which should use some software processing by default */
+  /* sn9c101 / sn9c102 based devices (sonixb) */
+  { 0x0c45, 0x6001, 0,    NULL, NULL, V4LCONTROL_WANTS_WB }, /* TAS5110C */
+  { 0x0c45, 0x6005, 0,    NULL, NULL, V4LCONTROL_WANTS_WB }, /* TAS5110C */
+  { 0x0c45, 0x6007, 0,    NULL, NULL, V4LCONTROL_WANTS_WB }, /* TAS5110D */
   /* Pac207 based devices */
   { 0x041e, 0x4028, 0,    NULL, NULL, V4LCONTROL_WANTS_WB, 1500 },
   { 0x093a, 0x2460, 0x1f, NULL, NULL, V4LCONTROL_WANTS_WB, 1500 },


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/5cdb0f8e65139ffa0cb61bb28f2e5410bcc0750e

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to