From 4fb65bcb7c8e3cb2138f9fc18f39c114aeecda94 Mon Sep 17 00:00:00 2001 From: Andrew de Quincy Date: Tue, 9 Nov 2004 17:45:50 +0000 Subject: Fixed chipid for tda10046 --- linux/drivers/media/dvb/frontends/tda1004x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/drivers/media/dvb/frontends/tda1004x.c b/linux/drivers/media/dvb/frontends/tda1004x.c index 111908df4..6a213158c 100644 --- a/linux/drivers/media/dvb/frontends/tda1004x.c +++ b/linux/drivers/media/dvb/frontends/tda1004x.c @@ -1136,7 +1136,7 @@ struct dvb_frontend* tda10046_attach(const struct tda1004x_config* config, state->demod_type = TDA1004X_DEMOD_TDA10046; /* check if the demod is there */ - if (tda1004x_read_byte(state, TDA1004X_CHIPID) != 0x25) goto error; + if (tda1004x_read_byte(state, TDA1004X_CHIPID) != 0x46) goto error; /* create dvb_frontend */ state->frontend.ops = &state->ops; -- cgit v1.2.3