Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: dvb kernel



> * What is the current status of the driver?

Just a correction if using 2.4. bttv snapshot bttv9-20031009.tar.gz
has a problem, but bttv9-20031006.tar.gz worked OK for me.

brad had the following fix:

diff -urN bttv-0.9.12/bttv-if.c bttv-0.9.12.new/bttv-if.c
--- bttv-0.9.12/bttv-if.c       2003-10-08 14:59:02.000000000 +0400
+++ bttv-0.9.12.new/bttv-if.c   2003-10-13 05:08:42.000000000 +0400
@@ -257,6 +257,8 @@
 static int
 bttv_i2c_wait_done(struct bttv *btv)
 {
+        btor(BT848_INT_I2CDONE,BT848_INT_MASK);
+
        DECLARE_WAITQUEUE(wait, current);
        int rc = 0;

@@ -266,6 +268,7 @@
                schedule_timeout(HZ/50+1);
        }
        remove_wait_queue(&btv->i2c_queue, &wait);
+        btand(~BT848_INT_I2CDONE,BT848_INT_MASK);

        if (0 == btv->i2c_done)
                /* timeout */

Jamie


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index