Skip to content

Commit

Permalink
[media] dvb-usb-gp8psk: Fix tuner timeout (against git)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Derek Kelly authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent d12da8e commit fb249ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/dvb-usb/gp8psk-fe.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ static int gp8psk_fe_read_signal_strength(struct dvb_frontend* fe, u16 *strength

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;
}

Expand Down

0 comments on commit fb249ca

Please sign in to comment.