allow wideband frequencies

This commit is contained in:
Ralph Metzler 2017-04-15 11:06:16 +02:00
parent bfd1f1979d
commit 8a98bd88cd
1 changed files with 2 additions and 2 deletions

View File

@ -841,8 +841,8 @@ static struct dvb_frontend_ops mxl_ops = {
.xbar = { 4, 0, 8 }, /* tuner_max, demod id, demod_max */
.info = {
.name = "MXL5XX",
.frequency_min = 950000,
.frequency_max = 2150000,
.frequency_min = 300000,
.frequency_max = 2350000,
.frequency_stepsize = 0,
.frequency_tolerance = 0,
.symbol_rate_min = 1000000,