From: "D. K." <user.vdr@gmail.com>
To: linux-media@vger.kernel.org
Subject: [PATCH] dvb-usb-gp8psk: Fix tuner timeout (against git)
Date: Sat, 16 Oct 2010 12:07:47 -0700 [thread overview]
Message-ID: <4CB9F803.6050500@gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 284 bytes --]
This patches adjusts the tuner delay to be longer in response to
several users experiencing tuner timeouts. This change fixes that
problem and allows those users to be able to tune.
Patched against git.
Signed-off-by: Derek Kelly <user.vdr@gmail.com <mailto:user.vdr@gmail.com>>
[-- Attachment #2: gp8psk-fix_tuner_delay_git.diff --]
[-- Type: text/plain, Size: 530 bytes --]
diff -pruN v4l-dvb.orig/drivers/media/dvb/dvb-usb/gp8psk-fe.c v4l-dvb/drivers/media/dvb/dvb-usb/gp8psk-fe.c
--- v4l-dvb.orig/drivers/media/dvb/dvb-usb/gp8psk-fe.c 2010-10-16 09:10:18.000000000 -0700
+++ v4l-dvb/drivers/media/dvb/dvb-usb/gp8psk-fe.c 2010-10-16 11:57:57.000000000 -0700
@@ -109,7 +109,7 @@ static int gp8psk_fe_read_signal_strengt
static int gp8psk_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune)
{
- tune->min_delay_ms = 200;
+ tune->min_delay_ms = 800;
return 0;
}
reply other threads:[~2010-10-16 19:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4CB9F803.6050500@gmail.com \
--to=user.vdr@gmail.com \
--cc=linux-media@vger.kernel.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.