[linux-dvb] CVS Problems, and T200 unrecognised again (was RE: Compro DVB-T300 Remote)

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

 



Hartmut Hackmann wrote:
> Hi, Andy, Michael
> 
> I didn't notice this either:
> In the old configuration, the merge_trees removed the version check.
> So if Andy has a kernel older that 2.6.13, the tda1004x support will
> not get compiled and DVB support for Andys card not activated.
> That explains.
> If Michael hasn't already corrected this, you might remove the
> "undef HAVE_TDA1004X" from compat.h
> 
> Andy, if this does the trick, please try Nicks remote patch and leave
> me a note. I would like to check it in.

Fixed in compat.h, like this:

diff -u -r1.19 -r1.20
--- video4linux/compat.h	2005/09/21 00:56:30	1.19
+++ video4linux/compat.h	2005/09/24 17:22:52	1.20
@@ -115,10 +115,12 @@
  #define pm_message_t u32
  #endif

+#ifndef DVB_CVS
  #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,13)
  #undef HAVE_LGDT330X
  #undef HAVE_TDA1004X
  #endif
+#endif

  #endif
  /*

The flag DVB_CVS is passed by the patched Makefile in the tree-merge.

This should work now.
-- 
Michael Krufky


[Index of Archives]     [Linux Media]     [Video 4 Linux]     [Asterisk]     [Samba]     [Xorg]     [Xfree86]     [Linux USB]

  Powered by Linux