The patch number 14304 was added via Hans de Goede <hdego...@redhat.com> 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 for SN9C325 + OM6802 based cams libv4l: enable whitebalance by default for SN9C325 + OM6802 based cams Priority: normal Signed-off-by: Hans de Goede <hdego...@redhat.com> --- v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c | 2 ++ 1 file changed, 2 insertions(+) diff -r 17615367bcb7 -r 923ef40994ed v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c --- a/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c Sun Jan 31 09:59:50 2010 +0100 +++ b/v4l2-apps/libv4l/libv4lconvert/control/libv4lcontrol.c Sun Jan 31 16:52:42 2010 +0100 @@ -288,6 +288,8 @@ { 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 */ + /* sn9c105 / sn9c120 based devices (sonixj) */ + { 0x0c45, 0x6128, 0, NULL, NULL, V4LCONTROL_WANTS_WB }, /* OM6802 */ /* 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/923ef40994edbc80c6d9308b05b90cfabee984d0 _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits