Browse Source

stv0297: Fix delivery system

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Mauro Carvalho Chehab 13 years ago
parent
commit
a95c471eb7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/media/dvb/frontends/stv0297.c

+ 1 - 1
drivers/media/dvb/frontends/stv0297.c

@@ -690,7 +690,7 @@ error:
 }
 
 static struct dvb_frontend_ops stv0297_ops = {
-	.delsys = { SYS_DVBC },
+	.delsys = { SYS_DVBC_ANNEX_A },
 	.info = {
 		 .name = "ST STV0297 DVB-C",
 		 .type = FE_QAM,