Comment 2 for bug 836062

Revision history for this message
Gunni (fgunni) wrote :

You may try one of these patches:
http://hg.kewl.org/pub/v4l-dvb-20100517/rev/b2c126d4f749
http://hg.kewl.org/pub/v4l-dvb-20100517/rev/c2a80a0d86dd

The first one fixed IR for me some time ago. This line was actual the fix (for me), the rest are cleanups only:

   1.114 - udelay(1000);
   1.115 + msleep(10); /* Wait for Z8F0811 to init. */