aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/mb86a16.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-12-26 10:01:05 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-12-31 06:26:47 -0500
commit5226bb875b051fef4ea6b4bc718e5e028cb8602b (patch)
treeaf1bd77c6cba0761672bf9e3278e50bc63b685e3 /drivers/media/dvb/frontends/mb86a16.c
parentdba2b0c8120915f602c96af54f11147eb5ae9749 (diff)
[media] mb86a16: Add delivery system type at fe struct
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/mb86a16.c')
-rw-r--r--drivers/media/dvb/frontends/mb86a16.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/mb86a16.c b/drivers/media/dvb/frontends/mb86a16.c
index c283112051b..292ba7bc0ba 100644
--- a/drivers/media/dvb/frontends/mb86a16.c
+++ b/drivers/media/dvb/frontends/mb86a16.c
@@ -1814,6 +1814,7 @@ static enum dvbfe_algo mb86a16_frontend_algo(struct dvb_frontend *fe)
1814} 1814}
1815 1815
1816static struct dvb_frontend_ops mb86a16_ops = { 1816static struct dvb_frontend_ops mb86a16_ops = {
1817 .delsys = { SYS_DVBS },
1817 .info = { 1818 .info = {
1818 .name = "Fujitsu MB86A16 DVB-S", 1819 .name = "Fujitsu MB86A16 DVB-S",
1819 .type = FE_QPSK, 1820 .type = FE_QPSK,