[media] STV0299 Register 02 on Opera1/Bsru6/z0194a/mantis_vp1033
authorMalcolm Priestley <tvboxspy@gmail.com>
Sun, 27 Mar 2011 01:03:47 +0000 (22:03 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 20 May 2011 12:29:48 +0000 (09:29 -0300)
Bits 4 and 5 on register 02 should always be set to 1.

Opera1/Bsru6/z0194a/mantis_vp1033

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Acked-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/dvb-usb/opera1.c
drivers/media/dvb/frontends/bsru6.h
drivers/media/dvb/frontends/z0194a.h
drivers/media/dvb/mantis/mantis_vp1033.c

index 4258f12..2e4fab7 100644 (file)
@@ -198,7 +198,7 @@ static int opera1_stv0299_set_symbol_rate(struct dvb_frontend *fe, u32 srate,
 static u8 opera1_inittab[] = {
        0x00, 0xa1,
        0x01, 0x15,
-       0x02, 0x00,
+       0x02, 0x30,
        0x03, 0x00,
        0x04, 0x7d,
        0x05, 0x05,
index 45a6dfd..c480c83 100644 (file)
@@ -27,7 +27,7 @@
 
 static u8 alps_bsru6_inittab[] = {
        0x01, 0x15,
-       0x02, 0x00,
+       0x02, 0x30,
        0x03, 0x00,
        0x04, 0x7d,   /* F22FR = 0x7d, F22 = f_VCO / 128 / 0x7d = 22 kHz */
        0x05, 0x35,   /* I2CT = 0, SCLT = 1, SDAT = 1 */
index 07f3fc0..96d86d6 100644 (file)
@@ -42,7 +42,7 @@ static int sharp_z0194a_set_symbol_rate(struct dvb_frontend *fe,
 
 static u8 sharp_z0194a_inittab[] = {
        0x01, 0x15,
-       0x02, 0x00,
+       0x02, 0x30,
        0x03, 0x00,
        0x04, 0x7d,   /* F22FR = 0x7d, F22 = f_VCO / 128 / 0x7d = 22 kHz */
        0x05, 0x35,   /* I2CT = 0, SCLT = 1, SDAT = 1 */
index deec927..2ae0afa 100644 (file)
@@ -37,7 +37,7 @@
 
 u8 lgtdqcs001f_inittab[] = {
        0x01, 0x15,
-       0x02, 0x00,
+       0x02, 0x30,
        0x03, 0x00,
        0x04, 0x2a,
        0x05, 0x85,