[media] af9035: enable remote controller for IT9135 too

There is no difference towards AF9035 remote controller, so enable it.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Antti Palosaari 2013-03-07 19:03:06 -03:00 committed by Mauro Carvalho Chehab
parent ab56ad6ada
commit 1c72fe2679
1 changed files with 0 additions and 4 deletions

View File

@ -1251,10 +1251,6 @@ static int af9035_get_rc_config(struct dvb_usb_device *d, struct dvb_usb_rc *rc)
int ret;
u8 tmp;
/* TODO: IT9135 remote control support */
if (state->chip_type == 0x9135)
return 0;
ret = af9035_rd_reg(d, state->eeprom_addr + EEPROM_IR_MODE, &tmp);
if (ret < 0)
goto err;