From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: Jean-Francois Moine <moinejf@free.fr>
Cc: linux-media@vger.kernel.org
Subject: Re: [GIT PATCHES FOR 2.6.37] gspca for_2.6.37
Date: Thu, 30 Sep 2010 09:14:26 -0300 [thread overview]
Message-ID: <4CA47F22.5020405@redhat.com> (raw)
In-Reply-To: <20100925111805.3d093ce7@tele>
Em 25-09-2010 06:18, Jean-Francois Moine escreveu:
> The following changes since commit
> dace3857de7a16b83ae7d4e13c94de8e4b267d2a:
>
> V4L/DVB: tvaudio: remove obsolete tda8425 initialization (2010-09-24 19:20:20 -0300)
>
> are available in the git repository at:
> git://linuxtv.org/jfrancois/gspca.git for_2.6.37
>
> Jean-François Moine (6):
> gspca - benq: Display error messages when gspca debug disabled.
> gspca - benq: Remove useless module load/unload messages.
> gspca - cpia1: Fix compilation warning when gspca debug disabled.
> gspca - many subdrivers: Handle INPUT as a module.
Please, don't do that:
+#if defined(CONFIG_INPUT) || defined(CONFIG_INPUT_MODULE)
#include <linux/input.h>
+#endif
It would be a real mess if we start doing it for every include that have
depencencies on kernel. Instead, just keep the include there.
I applied the other patches from this series, keeping this one waiting
for your version 2.
> gspca - spca505: Remove the eeprom write commands of NxUltra.
> gspca - sonixj: Propagate USB errors to higher level.
>
> drivers/media/video/gspca/benq.c | 20 ++----
> drivers/media/video/gspca/cpia1.c | 2 +
> drivers/media/video/gspca/konica.c | 8 ++-
> drivers/media/video/gspca/ov519.c | 6 +-
> drivers/media/video/gspca/pac207.c | 6 +-
> drivers/media/video/gspca/pac7302.c | 6 +-
> drivers/media/video/gspca/pac7311.c | 6 +-
> drivers/media/video/gspca/sn9c20x.c | 6 +-
> drivers/media/video/gspca/sonixb.c | 6 +-
> drivers/media/video/gspca/sonixj.c | 91 +++++++++++++++++++++------
> drivers/media/video/gspca/spca505.c | 4 -
> drivers/media/video/gspca/spca561.c | 8 ++-
> drivers/media/video/gspca/stv06xx/stv06xx.c | 6 +-
> drivers/media/video/gspca/zc3xx.c | 6 +-
> 14 files changed, 119 insertions(+), 62 deletions(-)
>
next prev parent reply other threads:[~2010-09-30 12:14 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-25 9:18 [GIT PATCHES FOR 2.6.37] gspca for_2.6.37 Jean-Francois Moine
2010-09-30 12:14 ` Mauro Carvalho Chehab [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-10-29 17:58 Jean-Francois Moine
2010-10-19 8:58 Jean-Francois Moine
2010-10-16 17:23 Jean-Francois Moine
2010-10-02 10:32 Jean-Francois Moine
2010-10-01 11:12 Jean-Francois Moine
2010-09-20 7:38 Jean-Francois Moine
2010-09-13 10:48 Jean-Francois Moine
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4CA47F22.5020405@redhat.com \
--to=mchehab@redhat.com \
--cc=linux-media@vger.kernel.org \
--cc=moinejf@free.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.