1
0
Fork 0

V4L/DVB (11601): stv090x: update demodulator capabilities

Signed-off-by: Andreas Regel <andreas.regel@gmx.de>
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
hifive-unleashed-5.1
Andreas Regel 2009-04-23 15:00:40 -03:00 committed by Mauro Carvalho Chehab
parent 560db4a1a0
commit 7fc08bbb99
1 changed files with 11 additions and 0 deletions

View File

@ -4001,6 +4001,17 @@ static struct dvb_frontend_ops stv090x_ops = {
.info = {
.name = "STV090x Multistandard",
.type = FE_QPSK,
.frequency_min = 950000,
.frequency_max = 2150000,
.frequency_stepsize = 0,
.frequency_tolerance = 0,
.symbol_rate_min = 1000000,
.symbol_rate_max = 45000000,
.caps = FE_CAN_INVERSION_AUTO |
FE_CAN_FEC_AUTO |
FE_CAN_QPSK |
FE_CAN_2G_MODULATION
},
.release = stv090x_release,