From: Matthias Schwarzott <zzam@gentoo.org>
To: linux-media@vger.kernel.org, me@boris64.net,
Trent Piepho <xyzzy@speakeasy.org>
Subject: Re: [GIT PATCHES for 2.6.31] V4L/DVB fixes
Date: Mon, 13 Jul 2009 14:13:50 +0200 [thread overview]
Message-ID: <200907131413.50826.zzam@gentoo.org> (raw)
In-Reply-To: <200907121550.36679.me@boris64.net>
On Sonntag, 12. Juli 2009, Boris Cuber wrote:
> Hi kernel folks!
>
> Problem:
> Since kernel-2.6.31-rc* my dvb-s adapter (Technisat SkyStar2 DVB card)
> refuses to work (worked fine in every kernel up to 2.6.30.1).
> So anything pulled into the new kernel seems to have broken
> something (at least for me :/).
>
> I opened a detailed bug report here:
> http://bugzilla.kernel.org/show_bug.cgi?id=13709
> Please let me know if i can help in finding a solution
> or testing a patch /whatever.
This looks like it is related to this patch:
commit d66b94b4aa2f40e134f8c07c58ae74ef3d523ee0
Author: Patrick Boettcher <pb@linuxtv.org>
Date: Wed May 20 05:08:26 2009 -0300
V4L/DVB (11829): Rewrote frontend-attach mechanism to gain noise-less
deactivation of submodules
This patch is reorganizing the frontend-attach mechanism in order to
gain noise-less (superflous prints) deactivation of submodules.
Credits go to Uwe Bugla for helping to clean and test the code.
Signed-off-by: Uwe Bugla <uwe.bugla@gmx.de>
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
All frontend-attach related code is wrapped by ifdefs like this:
#if defined(CONFIG_DVB_MT312_MODULE) || defined(CONFIG_DVB_STV0299_MODULE)
<CODE>
#endif
So this code will only be compiled if one of the two drivers is compiled as a
module, having them compiled in will omit this code.
Trent Piepho seems to already have a patch for this, but it is not yet merged
into the kernel.
Regards
Matthias
next prev parent reply other threads:[~2009-07-13 12:13 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-12 13:50 [GIT PATCHES for 2.6.31] V4L/DVB fixes Boris Cuber
2009-07-13 12:13 ` Matthias Schwarzott [this message]
2009-07-13 13:29 ` cyber.bogh
2009-07-13 13:46 ` AW: " Jesko Schwarzer
2009-07-13 15:12 ` Boris Cuber
-- strict thread matches above, loose matches on Subject: below --
2009-08-31 5:33 Mauro Carvalho Chehab
2009-08-31 6:37 ` Jean-Francois Moine
2009-08-31 14:20 ` Mauro Carvalho Chehab
2009-08-12 22:05 Mauro Carvalho Chehab
2009-08-13 18:13 ` Linus Torvalds
2009-08-14 2:53 ` Mauro Carvalho Chehab
2009-07-24 17:40 Mauro Carvalho Chehab
2009-07-24 20:50 ` Greg KH
2009-07-24 21:32 ` Devin Heitmueller
2009-07-24 21:48 ` Greg KH
2009-07-05 22:37 Mauro Carvalho Chehab
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=200907131413.50826.zzam@gentoo.org \
--to=zzam@gentoo.org \
--cc=linux-media@vger.kernel.org \
--cc=me@boris64.net \
--cc=xyzzy@speakeasy.org \
/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.