[media] STV0288 Register 42 - Incorrect settings
authorMalcolm Priestley <tvboxspy@gmail.com>
Sat, 2 Apr 2011 13:51:53 +0000 (10:51 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 20 May 2011 12:28:35 +0000 (09:28 -0300)
Register 42 bits 2,3,6 and 7 should be set to 0.
 This gives difficult locking on some channels and may be compensated
 for by other methods.

This affects any driver using the stv0288 frontend on the default
or earda inittab.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/eds1547.h
drivers/media/dvb/frontends/stv0288.c

index fa79b7c83dd2a5a0b677e547b95eea0312937c0e..c983f2f85802a0361eb1b36a5e85c3792b8b28c1 100644 (file)
@@ -61,7 +61,7 @@ static u8 stv0288_earda_inittab[] = {
        0x3d, 0x30,
        0x40, 0x63,
        0x41, 0x04,
-       0x42, 0x60,
+       0x42, 0x20,
        0x43, 0x00,
        0x44, 0x00,
        0x45, 0x00,
index e3fe17fd96fb361744fa4b9824dd16259b031e63..8e0cfadba6889d789d3c1e43d20a5e473187c28f 100644 (file)
@@ -253,7 +253,7 @@ static u8 stv0288_inittab[] = {
        0x3d, 0x30,
        0x40, 0x63,
        0x41, 0x04,
-       0x42, 0x60,
+       0x42, 0x20,
        0x43, 0x00,
        0x44, 0x00,
        0x45, 0x00,