diff options
Diffstat (limited to 'drivers/media/video/tda8290.c')
-rw-r--r-- | drivers/media/video/tda8290.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tda8290.c b/drivers/media/video/tda8290.c index bb62d5629af2..54d261a2f25a 100644 --- a/drivers/media/video/tda8290.c +++ b/drivers/media/video/tda8290.c | |||
@@ -570,7 +570,7 @@ static int tda829x_find_tuner(struct dvb_frontend *fe) | |||
570 | return -EREMOTEIO; | 570 | return -EREMOTEIO; |
571 | } | 571 | } |
572 | 572 | ||
573 | if (data == 0x83) { | 573 | if ((data == 0x83) || (data == 0x84)) { |
574 | priv->ver |= TDA18271; | 574 | priv->ver |= TDA18271; |
575 | tda18271_attach(fe, priv->tda827x_addr, | 575 | tda18271_attach(fe, priv->tda827x_addr, |
576 | priv->i2c_props.adap, | 576 | priv->i2c_props.adap, |