aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/stv0288.c
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2011-04-02 09:51:53 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-05-20 08:28:35 -0400
commitbb19a4210540866443e51635733a83d0970939c8 (patch)
tree04677696b50d050d0d5239f468660ebc6c29ad6a /drivers/media/dvb/frontends/stv0288.c
parent910c41cac0c5dfcf89ad2c0dc2f8a1aa1cbf3185 (diff)
[media] STV0288 Register 42 - Incorrect settings
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>
Diffstat (limited to 'drivers/media/dvb/frontends/stv0288.c')
-rw-r--r--drivers/media/dvb/frontends/stv0288.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/stv0288.c b/drivers/media/dvb/frontends/stv0288.c
index e3fe17fd96fb..8e0cfadba688 100644
--- a/drivers/media/dvb/frontends/stv0288.c
+++ b/drivers/media/dvb/frontends/stv0288.c
@@ -253,7 +253,7 @@ static u8 stv0288_inittab[] = {
253 0x3d, 0x30, 253 0x3d, 0x30,
254 0x40, 0x63, 254 0x40, 0x63,
255 0x41, 0x04, 255 0x41, 0x04,
256 0x42, 0x60, 256 0x42, 0x20,
257 0x43, 0x00, 257 0x43, 0x00,
258 0x44, 0x00, 258 0x44, 0x00,
259 0x45, 0x00, 259 0x45, 0x00,