[media] af9035: remove AVerMedia eeprom override
Reverts commit3ab2512337
[media] af9035: override tuner for AVerMedia A835B devices Original commit itself is correct, but it was replaced by more general solution (commit1cbbf90d04
). This old solution was committed by a accident and is not needed anymore. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
9e0a976ed6
commit
b619ff7ab4
|
@ -802,25 +802,6 @@ static int af9035_read_config(struct dvb_usb_device *d)
|
||||||
addr += 0x10; /* shift for the 2nd tuner params */
|
addr += 0x10; /* shift for the 2nd tuner params */
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* These AVerMedia devices has a bad EEPROM content :-(
|
|
||||||
* Override some wrong values here.
|
|
||||||
*/
|
|
||||||
if (le16_to_cpu(d->udev->descriptor.idVendor) == USB_VID_AVERMEDIA) {
|
|
||||||
switch (le16_to_cpu(d->udev->descriptor.idProduct)) {
|
|
||||||
case USB_PID_AVERMEDIA_A835B_1835:
|
|
||||||
case USB_PID_AVERMEDIA_A835B_2835:
|
|
||||||
case USB_PID_AVERMEDIA_A835B_3835:
|
|
||||||
dev_info(&d->udev->dev,
|
|
||||||
"%s: overriding tuner from %02x to %02x\n",
|
|
||||||
KBUILD_MODNAME, state->af9033_config[0].tuner,
|
|
||||||
AF9033_TUNER_IT9135_60);
|
|
||||||
|
|
||||||
state->af9033_config[0].tuner = AF9033_TUNER_IT9135_60;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
skip_eeprom:
|
skip_eeprom:
|
||||||
/* get demod clock */
|
/* get demod clock */
|
||||||
ret = af9035_rd_reg(d, 0x00d800, &tmp);
|
ret = af9035_rd_reg(d, 0x00d800, &tmp);
|
||||||
|
|
Loading…
Reference in New Issue