diff options
author | Andreas Regel <andreas.regel@gmx.de> | 2009-04-23 14:00:40 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 17:20:42 -0400 |
commit | 7fc08bbb9965206c57270a911d0e9430aaf347f7 (patch) | |
tree | e6c41f4be03a07bb078d028747b3d2f88cec1e04 /drivers | |
parent | 560db4a1a0aaa8920995e60a6a8bbc9f8708f0a3 (diff) |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/dvb/frontends/stv090x.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/stv090x.c b/drivers/media/dvb/frontends/stv090x.c index 9f69317f81c2..fc87dfa96597 100644 --- a/drivers/media/dvb/frontends/stv090x.c +++ b/drivers/media/dvb/frontends/stv090x.c | |||
@@ -4001,6 +4001,17 @@ static struct dvb_frontend_ops stv090x_ops = { | |||
4001 | 4001 | ||
4002 | .info = { | 4002 | .info = { |
4003 | .name = "STV090x Multistandard", | 4003 | .name = "STV090x Multistandard", |
4004 | .type = FE_QPSK, | ||
4005 | .frequency_min = 950000, | ||
4006 | .frequency_max = 2150000, | ||
4007 | .frequency_stepsize = 0, | ||
4008 | .frequency_tolerance = 0, | ||
4009 | .symbol_rate_min = 1000000, | ||
4010 | .symbol_rate_max = 45000000, | ||
4011 | .caps = FE_CAN_INVERSION_AUTO | | ||
4012 | FE_CAN_FEC_AUTO | | ||
4013 | FE_CAN_QPSK | | ||
4014 | FE_CAN_2G_MODULATION | ||
4004 | }, | 4015 | }, |
4005 | 4016 | ||
4006 | .release = stv090x_release, | 4017 | .release = stv090x_release, |