bttv maintainers
From: matthieu castet
Date: Mon Oct 11 2004 - 13:48:07 EST
Hi the email adress in MAINTAINERS is right ?
I send 3 mail to kraxel@xxxxxxxxxxx but I have no reply (the first one
was send 5 day ago).
The fist to problem irq fixes and fix read pb seem to the solve in cvs.
The last one explain a bug describe here :
http://sourceforge.net/forum/forum.php?thread_id=1156319&forum_id=217872
I attach the patch that solve the problem.
Signed-Off-By: Matthieu Castet <castet.matthieu@xxxxxxx>
--- linux-2.6.8.1/drivers/media/video/bttv-driver.cold 2004-10-09 21:17:34.000000000 +0200
+++ linux-2.6.8.1/drivers/media/video/bttv-driver.c 2004-10-09 21:20:42.000000000 +0200
@@ -1568,6 +1568,7 @@
return 0;
}
+ bttv_call_i2c_clients(btv,cmd,v);
btv->tvnorm = v->norm;
set_input(btv,v->channel);
up(&btv->lock);