[media] af9035: fix dual tuner detection with PCTV 79e
authorStefan Pöschel <basic.master@gmx.de>
Mon, 11 Jul 2016 17:31:59 +0000 (14:31 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 15 Jul 2016 14:44:10 +0000 (11:44 -0300)
commit9e422f64fa74e2d68e198c6a3d8020903152ce52
tree3983be91cd92d8057778f9ecc3e1378dffbba1bb
parent5cac1f67ea0363d463a58ec2d9118268fe2ba5d6
[media] af9035: fix dual tuner detection with PCTV 79e

The value 5 of the EEPROM_TS_MODE register (meaning dual tuner presence) is
only valid for AF9035 devices. For IT9135 devices it is invalid and led to a
false positive dual tuner mode detection with PCTV 79e.
Therefore on non-AF9035 devices and with value 5 the driver now defaults to
single tuner mode and outputs a regarding info message to log.

This fixes Bugzilla bug #118561.

Reported-by: Marc Duponcheel <marc@offline.be>
Signed-off-by: Stefan Pöschel <basic.master@gmx.de>
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/usb/dvb-usb-v2/af9035.c
drivers/media/usb/dvb-usb-v2/af9035.h
This page took 0.028339 seconds and 5 git commands to generate.