diff options
author | Derek Kelly <user.vdr@gmail.com> | 2010-10-16 15:07:47 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-21 08:51:04 -0400 |
commit | fb249ca61d469a9cb666ba7e1d992787dc6bad82 (patch) | |
tree | 0bda73d19772f70c06a23976701c3940d5dfe16e /drivers/media | |
parent | d12da8e9349667336753709915c5bf7d0de15700 (diff) |
[media] dvb-usb-gp8psk: Fix tuner timeout (against git)
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.
Signed-off-by: Derek Kelly <user.vdr@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb/dvb-usb/gp8psk-fe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/gp8psk-fe.c b/drivers/media/dvb/dvb-usb/gp8psk-fe.c index 6b5e1a4dc273..60d11e57e7d0 100644 --- a/drivers/media/dvb/dvb-usb/gp8psk-fe.c +++ b/drivers/media/dvb/dvb-usb/gp8psk-fe.c | |||
@@ -109,7 +109,7 @@ static int gp8psk_fe_read_signal_strength(struct dvb_frontend* fe, u16 *strength | |||
109 | 109 | ||
110 | static int gp8psk_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) | 110 | static int gp8psk_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) |
111 | { | 111 | { |
112 | tune->min_delay_ms = 200; | 112 | tune->min_delay_ms = 800; |
113 | return 0; | 113 | return 0; |
114 | } | 114 | } |
115 | 115 | ||