summaryrefslogtreecommitdiff
path: root/linux/drivers/media
diff options
context:
space:
mode:
authorJohannes Stezenbach <devnull@localhost>2005-10-23 23:57:55 +0000
committerJohannes Stezenbach <devnull@localhost>2005-10-23 23:57:55 +0000
commit575f44e16d90ff185f7dde17955967e6d4b3e603 (patch)
treeb283b193236742e8a1d2c8b2af68909c0bdb4283 /linux/drivers/media
parent2f340d28757ea07bcf378865be74ed44d6f31967 (diff)
downloadmediapointer-dvb-s2-575f44e16d90ff185f7dde17955967e6d4b3e603.tar.gz
mediapointer-dvb-s2-575f44e16d90ff185f7dde17955967e6d4b3e603.tar.bz2
From: Stuart Auchterlonie <stuarta@squashedfrog.net>
Nebula nxt6000 requires fe reset. Signed-off-by: Stuart Auchterlonie <stuarta@squashedfrog.net>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r--linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c b/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c
index 109aba889..10501b090 100644
--- a/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c
+++ b/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c
@@ -524,9 +524,7 @@ static void digitv_alps_tded4_reset(struct dvb_bt8xx_card *bt)
/*
* Reset the frontend, must be called before trying
* to initialise the MT352 or mt352_attach
- * will fail.
- *
- * Presumably not required for the NXT6000 frontend.
+ * will fail. Same goes for the nxt6000 frontend.
*
*/
@@ -633,6 +631,7 @@ static void frontend_init(struct dvb_bt8xx_card *card, u32 type)
*/
/* Old Nebula (marked (c)2003 on high profile pci card) has nxt6000 demod */
+ digitv_alps_tded4_reset(card);
card->fe = nxt6000_attach(&vp3021_alps_tded4_config, card->i2c_adapter);
if (card->fe != NULL) {
dprintk ("dvb_bt8xx: an nxt6000 was detected on your digitv card\n");