DVB driver compile problems with kernel 2.6.19*

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

 



Thanks for looking into this!  Let me know if there's anything I can do to help with testing (keep in mind I'm not a coder though).

Two things... 

First, linux/config.h doesn't exist anymore so you have to manually remove the "#include <linux/config.h>" from the config-compat.h file.  Note, 'make clean' wipes config-compat.h so you will have to redo this every time you make clean!


Secondly, in config.h, this patch much be reversed:

committer Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx>

Thu Sep 14 13:27:19 2006 -0300 (6 weeks ago)
changeset a941befb40f9
tree e452495637fc
parent ee22615b7ae5
child 5b55ea2862db
Currently, PCIAGP_FAIL only exists on 2.6.18-rc6-mm1

From: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx>

Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx>

--- a/v4l/compat.h Thu Sep 14 11:53:16 2006 -0300
+++ b/v4l/compat.h Thu Sep 14 13:27:19 2006 -0300
@@ -311,6 +311,10 @@ usb_to_input_id(const struct usb_device
}
#endif
+#ifndef PCIAGP_FAIL
+ #define PCIAGP_FAIL 0
+#endif
+
#endif
/*
* Local variables:


_______________________________________________
linux-dvb mailing list
linux-dvb@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

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

  Powered by Linux