summaryrefslogtreecommitdiff
path: root/linux/drivers
diff options
context:
space:
mode:
authorOliver Endriss <devnull@localhost>2005-10-24 22:48:23 +0000
committerOliver Endriss <devnull@localhost>2005-10-24 22:48:23 +0000
commit094e05ff3d9a1bde3d7d1a1c09064eeebda4a4c4 (patch)
treec794796b5da8dd35eb1c1e3e18e514b5bb377fe7 /linux/drivers
parentc480d530089dd8f40020e2e5d3c7f5f563689344 (diff)
downloadmediapointer-dvb-s2-094e05ff3d9a1bde3d7d1a1c09064eeebda4a4c4.tar.gz
mediapointer-dvb-s2-094e05ff3d9a1bde3d7d1a1c09064eeebda4a4c4.tar.bz2
fixed inittab register 0x12 for BSRU6/BSBE1
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Diffstat (limited to 'linux/drivers')
-rw-r--r--linux/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c b/linux/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c
index 2d519982e..fd53d6010 100644
--- a/linux/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c
+++ b/linux/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c
@@ -1198,7 +1198,7 @@ static u8 alps_bsbe1_inittab[] = {
0x0e, 0x23, /* alpha_tmg = 2, beta_tmg = 3 */
0x10, 0x3f, // AGC2 0x3d
0x11, 0x84,
- 0x12, 0xb5, // Lock detect: -64 Carrier freq detect:on
+ 0x12, 0xb9,
0x15, 0xc9, // lock detector threshold
0x16, 0x00,
0x17, 0x00,
@@ -1240,7 +1240,7 @@ static u8 alps_bsru6_inittab[] = {
0x0e, 0x23, /* alpha_tmg = 2, beta_tmg = 3 */
0x10, 0x3f, // AGC2 0x3d
0x11, 0x84,
- 0x12, 0xb5, // Lock detect: -64 Carrier freq detect:on
+ 0x12, 0xb9,
0x15, 0xc9, // lock detector threshold
0x16, 0x00,
0x17, 0x00,