diff options
author | Malcolm Priestley <tvboxspy@gmail.com> | 2011-04-02 09:47:50 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-05-20 08:28:33 -0400 |
commit | 910c41cac0c5dfcf89ad2c0dc2f8a1aa1cbf3185 (patch) | |
tree | f5107f31beeb8524d2738efe32510138e621081e | |
parent | a1b4c86b2bad37963e675737ec850c851e785d6b (diff) |
[media] DM04/QQBOX stv0288 register 42 - incorrect setting
stv0288 Register 42 bits 6 & 7 should be set to 0.
This is causing intermittent lock, the dvb-usb-lmedm04 driver uses
register 50 (auto fine mode) to correct for this, this register is
now returned to its default setting.
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/dvb/dvb-usb/lmedm04.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/dvb-usb/lmedm04.h b/drivers/media/dvb/dvb-usb/lmedm04.h index e6af16c1e3e5..3a30ab12edc2 100644 --- a/drivers/media/dvb/dvb-usb/lmedm04.h +++ b/drivers/media/dvb/dvb-usb/lmedm04.h | |||
@@ -108,14 +108,14 @@ static u8 s7395_inittab[] = { | |||
108 | 0x3d, 0x30, | 108 | 0x3d, 0x30, |
109 | 0x40, 0x63, | 109 | 0x40, 0x63, |
110 | 0x41, 0x04, | 110 | 0x41, 0x04, |
111 | 0x42, 0x60, | 111 | 0x42, 0x20, |
112 | 0x43, 0x00, | 112 | 0x43, 0x00, |
113 | 0x44, 0x00, | 113 | 0x44, 0x00, |
114 | 0x45, 0x00, | 114 | 0x45, 0x00, |
115 | 0x46, 0x00, | 115 | 0x46, 0x00, |
116 | 0x47, 0x00, | 116 | 0x47, 0x00, |
117 | 0x4a, 0x00, | 117 | 0x4a, 0x00, |
118 | 0x50, 0x12, | 118 | 0x50, 0x10, |
119 | 0x51, 0x36, | 119 | 0x51, 0x36, |
120 | 0x52, 0x21, | 120 | 0x52, 0x21, |
121 | 0x53, 0x94, | 121 | 0x53, 0x94, |