Re: [PATCH -rc2-mm2] BUG FIX - v4l broken hybrid dvb inclusion

2005-07-12 Thread Johannes Stezenbach
Michael Krufky wrote: > diff -upr linux-2.6.13-rc2-mm2.orig/drivers/media/video/cx88/cx88-dvb.c > linux/drivers/media/video/cx88/cx88-dvb.c > --- linux-2.6.13-rc2-mm2.orig/drivers/media/video/cx88/cx88-dvb.c > 2005-07-12 08:56:58.0 + > +++ linux/drivers/media/video/cx88/cx88-dvb.c

Re: [PATCH -rc2-mm2] BUG FIX - v4l broken hybrid dvb inclusion

2005-07-12 Thread Michael Krufky
Alexey Dobriyan wrote: On Tuesday 12 July 2005 21:19, Michael Krufky wrote: Alexey Dobriyan wrote: On Tuesday 12 July 2005 19:06, Michael Krufky wrote: I had tested this change against 2.6.13-rc2-mm1, and it worked perfectly as expected, but it caused problems in today's 2.6.13-rc2-m

Re: [PATCH -rc2-mm2] BUG FIX - v4l broken hybrid dvb inclusion

2005-07-12 Thread Alexey Dobriyan
On Tuesday 12 July 2005 21:19, Michael Krufky wrote: > Alexey Dobriyan wrote: > >On Tuesday 12 July 2005 19:06, Michael Krufky wrote: > > > > > >>v4l-saa7134-hybrid-dvb.patch > >>v4l-cx88-update.patch > >> > >>The specific change that caused this problem is: > >> > >>- Let Kconfig decide whether

Re: [PATCH -rc2-mm2] BUG FIX - v4l broken hybrid dvb inclusion

2005-07-12 Thread Michael Krufky
Alexey Dobriyan wrote: On Tuesday 12 July 2005 19:06, Michael Krufky wrote: v4l-saa7134-hybrid-dvb.patch v4l-cx88-update.patch The specific change that caused this problem is: - Let Kconfig decide whether to include frontend-specific code. I had tested this change against 2.6.13-rc2-mm1,

Re: [PATCH -rc2-mm2] BUG FIX - v4l broken hybrid dvb inclusion

2005-07-12 Thread Alexey Dobriyan
On Tuesday 12 July 2005 19:06, Michael Krufky wrote: > v4l-saa7134-hybrid-dvb.patch > v4l-cx88-update.patch > > The specific change that caused this problem is: > > - Let Kconfig decide whether to include frontend-specific code. > > I had tested this change against 2.6.13-rc2-mm1, and it worked

[PATCH -rc2-mm2] BUG FIX - v4l broken hybrid dvb inclusion

2005-07-12 Thread Michael Krufky
There was a change made in 2.6.13-rc2-mm2 within both of the following patches: v4l-saa7134-hybrid-dvb.patch v4l-cx88-update.patch The specific change that caused this problem is: - Let Kconfig decide whether to include frontend-specific code. I had tested this change against 2.6.13-rc2-mm1,