Skip to content

Commit

Permalink
[media] stb0899: restore minimal rate to 5Mbauds
Browse files Browse the repository at this point in the history
According with Manu Abraham, stb0899 seek algorithm is broken
for symbol rates bellow to 5Mbauds. So, revert those patches:

55b3318 [media] stb0899: allow minimum symbol rate of 2000000
2eeed77 [media] stb0899: allow minimum symbol rate of 1000000

Requested-by: Manu Abraham <abraham.manu@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Jul 5, 2013
1 parent 1c26190 commit 07ecbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb-frontends/stb0899_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1581,7 +1581,7 @@ static struct dvb_frontend_ops stb0899_ops = {
.frequency_max = 2150000,
.frequency_stepsize = 0,
.frequency_tolerance = 0,
.symbol_rate_min = 2000000,
.symbol_rate_min = 5000000,
.symbol_rate_max = 45000000,

.caps = FE_CAN_INVERSION_AUTO |
Expand Down

0 comments on commit 07ecbf2

Please sign in to comment.