Re: [PATCH -hg] Warn user that driver is backported and might not work as expected

2010-09-18 Thread Douglas Schilling Landgraf
Hi, David Ellingsworth wrote: --- a/v4l/scripts/make_kconfig.pl Sun Jun 27 17:17:06 2010 -0300 +++ b/v4l/scripts/make_kconfig.pl Fri Sep 17 11:49:02 2010 -0300 @@ -671,4 +671,13 @@ EOF2 } +print << "EOF3"; +WARNING: This is the V4L/DVB backport tree, with experimental driv

Re: [PATCH -hg] Warn user that driver is backported and might not work as expected

2010-09-18 Thread Douglas Schilling Landgraf
Hi, Mauro Carvalho Chehab wrote: Since the migration to -git, less developers are using the -hg tree. Also, some changes are happening upstream that would require much more than just compiling the tree with an older version, to be sure that the backport won't break anything, like the removal of

Re: [PATCH -hg] Warn user that driver is backported and might not work as expected

2010-09-18 Thread David Ellingsworth
> --- a/v4l/scripts/make_kconfig.pl       Sun Jun 27 17:17:06 2010 -0300 > +++ b/v4l/scripts/make_kconfig.pl       Fri Sep 17 11:49:02 2010 -0300 > @@ -671,4 +671,13 @@ > >  EOF2 >        } > +print << "EOF3"; > +WARNING: This is the V4L/DVB backport tree, with experimental drivers > +        back

[PATCH -hg] Warn user that driver is backported and might not work as expected

2010-09-17 Thread Mauro Carvalho Chehab
Since the migration to -git, less developers are using the -hg tree. Also, some changes are happening upstream that would require much more than just compiling the tree with an older version, to be sure that the backport won't break anything, like the removal of BKL. As normal users might not be