From: Mauro Carvalho Chehab <mchehab@kernel.org>
To: Nigel Kettlewell <nigel.kettlewell@googlemail.com>
Cc: crope@iki.fi, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Fix for hanging si2168 in PCTV 292e, making the code match
Date: Thu, 14 Dec 2017 12:48:41 -0200 [thread overview]
Message-ID: <20171214124841.7943b325@vento.lan> (raw)
In-Reply-To: <59C10A00.2070000@googlemail.com>
Em Tue, 19 Sep 2017 13:13:52 +0100
Nigel Kettlewell <nigel.kettlewell@googlemail.com> escreveu:
> [re-sending as plain text]
>
> Fix for hanging si2168 in PCTV 292e USB, making the code match the comment.
>
> Using firmware v4.0.11 the 292e would work once and then hang on
> subsequent attempts to view DVB channels, until physically unplugged and
> plugged back in.
>
> With this patch, the warm state is reset for v4.0.11 and it appears to
> work both on the first attempt and on subsequent attempts.
>
> (Patch basis Linux 4.11.9 f82a53b87594f460f2dd9983eeb851a5840e8df8)
Patch is missing a Signed-off-by. See:
https://elinux.org/Developer_Certificate_Of_Origin).
>
> ---
> drivers/media/dvb-frontends/si2168.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/media/dvb-frontends/si2168.c
> b/drivers/media/dvb-frontends/si2168.c
> index 680ba06..523acd1 100644
> --- a/drivers/media/dvb-frontends/si2168.c
> +++ b/drivers/media/dvb-frontends/si2168.c
> @@ -582,7 +582,7 @@ static int si2168_sleep(struct dvb_frontend *fe)
> dev->active = false;
>
> /* Firmware B 4.0-11 or later loses warm state during sleep */
> - if (dev->version > ('B' << 24 | 4 << 16 | 0 << 8 | 11 << 0))
> + if (dev->version >= ('B' << 24 | 4 << 16 | 0 << 8 | 11 << 0))
> dev->warm = false;
>
> memcpy(cmd.args, "\x13", 1);
> --
> 2.9.4
>
Thanks,
Mauro
next prev parent reply other threads:[~2017-12-14 14:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-19 12:13 [PATCH] Fix for hanging si2168 in PCTV 292e, making the code match Nigel Kettlewell
2017-12-14 14:48 ` Mauro Carvalho Chehab [this message]
2018-03-07 13:23 ` Antti Palosaari
2018-03-07 14:02 ` 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=20171214124841.7943b325@vento.lan \
--to=mchehab@kernel.org \
--cc=crope@iki.fi \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=nigel.kettlewell@googlemail.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.