From: Zhu Sha Zang <zhushazang@gmail.com>
To: "linux-media@vger.kernel.org" <linux-media@vger.kernel.org>
Cc: Olivier GRENIE <olivier.grenie@parrot.com>
Subject: Re: DiBcom adapter problems
Date: Fri, 22 Jun 2012 09:15:36 -0300 [thread overview]
Message-ID: <4FE461E8.60101@gmail.com> (raw)
In-Reply-To: <C73E570AC040D442A4DD326F39F0F00E138E9533EE@SAPHIR.xi-lite.lan>
Excuse me, dumb question, but where and how can i apply this patch?
Thanks again!
Em 21-06-2012 14:07, Olivier GRENIE escreveu:
> Hello,
> can you test the following patch.
>
> regards,
> Olivier
>
> From: Olivier Grenie <olivier.grenie@parrot.com>
> Date: Thu, 21 Jun 2012 18:57:14 +0200
> Subject: [PATCH] [media] dvb frontend core: tuning in ISDB-T using DVB API v3
> The intend of this patch is to be able to tune ISDB-T using
> the DVB API v3
>
> Signed-off-by: Olivier Grenie <olivier.grenie@parrot.com>
> ---
> drivers/media/dvb/dvb-core/dvb_frontend.c | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/drivers/media/dvb/dvb-core/dvb_frontend.c b/drivers/media/dvb/dvb-core/dvb_frontend.c
> index aebcdf2..ee1cc10 100644
> --- a/drivers/media/dvb/dvb-core/dvb_frontend.c
> +++ b/drivers/media/dvb/dvb-core/dvb_frontend.c
> @@ -1531,6 +1531,13 @@ static int set_delivery_system(struct dvb_frontend *fe, u32 desired_system)
> delsys = desired_system;
> break;
> }
> +
> + /* check if the fe delivery system corresponds
> + to the delivery system in cache */
> + if (fe->ops.delsys[ncaps] == c->delivery_system) {
> + delsys = c->delivery_system;
> + break;
> + }
> ncaps++;
> }
> if (delsys == SYS_UNDEFINED) {
>
--
---
Rodolfo Timóteo da Silva
Linux Counter: 359362
msn: zhushazang@gmail.com
skype: zhushazang
Ribeirão Preto - SP
next prev parent reply other threads:[~2012-06-22 12:15 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-17 13:58 DiBcom adapter problems Rodolfo Timoteo da Silva
2012-06-19 15:43 ` Olivier GRENIE
2012-06-21 12:59 ` Zhu Sha Zang
2012-06-21 17:07 ` Olivier GRENIE
2012-06-22 12:15 ` Zhu Sha Zang [this message]
2012-06-22 14:10 ` Olivier GRENIE
-- strict thread matches above, loose matches on Subject: below --
2012-06-17 15:24 Rodolfo Timoteo da Silva
2012-06-23 22:06 Choi Wing Chan
2012-06-26 10:25 ` Olivier GRENIE
2012-06-26 18:41 Choi Wing Chan
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=4FE461E8.60101@gmail.com \
--to=zhushazang@gmail.com \
--cc=linux-media@vger.kernel.org \
--cc=olivier.grenie@parrot.com \
/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.