Hans Verkuil schrieb: > Thanks for testing! I've made a new tree: > > http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-saa7146-2 > > Can you test again? It's a simple fix, so it should work now. With the new tree, WSS with avards works now. Thanks! For compiling on 2.6.29-rc2, I need a little modification: diff -r f7c366d20bd0 v4l/Makefile --- a/v4l/Makefile Sun Jan 18 23:59:11 2009 +0100 +++ b/v4l/Makefile Mon Jan 19 00:52:58 2009 +0100 @@ -161,6 +161,7 @@ ifeq ($(VERSION).$(PATCHLEVEL),2.6) # Needed for kernel 2.6.24 or upper KBUILD_CPPFLAGS := -I$(SUBDIRS)/../linux/include $(KBUILD_CPPFLAGS) -I$(SUBDIRS)/ + LINUXINCLUDE := -I$(SUBDIRS)/../linux/include $(LINUXINCLUDE) -I$(SUBDIRS)/ Regards, Hartmut -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html