The patch number 9291 was added via Jean-Francois Moine <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] ------ From: Jean-Francois Moine <[EMAIL PROTECTED]> gspca: Do not set the white balance temperature by default in t613. Priority: normal Signed-off-by: Jean-Francois Moine <[EMAIL PROTECTED]> --- linux/drivers/media/video/gspca/t613.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -r e852c9ddda1a -r e59f0304116e linux/drivers/media/video/gspca/t613.c --- a/linux/drivers/media/video/gspca/t613.c Fri Oct 17 10:00:59 2008 +0200 +++ b/linux/drivers/media/video/gspca/t613.c Fri Oct 17 10:07:45 2008 +0200 @@ -188,7 +188,7 @@ static struct ctrl sd_ctrls[] = { .minimum = 0, .maximum = 1, .step = 1, - .default_value = 1, + .default_value = 0, }, .set = sd_setwhitebalance, .get = sd_getwhitebalance --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/e59f0304116ea3c9c270608fe1b05261582f03ab _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits