From 4881f248a09885725d1ad51ec35339ff4db2d81c Mon Sep 17 00:00:00 2001 From: Andrew de Quincy Date: Thu, 11 Mar 2004 18:40:44 +0000 Subject: Checked in experimental frontend patch Also some minimal budget-ci CI support implemented (just detection+IRQs) --- linux/drivers/media/dvb/frontends/cx24110.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'linux/drivers/media/dvb/frontends/cx24110.c') diff --git a/linux/drivers/media/dvb/frontends/cx24110.c b/linux/drivers/media/dvb/frontends/cx24110.c index d429bd374..4bec5ff60 100644 --- a/linux/drivers/media/dvb/frontends/cx24110.c +++ b/linux/drivers/media/dvb/frontends/cx24110.c @@ -59,8 +59,7 @@ static struct dvb_frontend_info cx24110_info = { .caps = FE_CAN_INVERSION_AUTO | FE_CAN_FEC_1_2 | FE_CAN_FEC_2_3 | FE_CAN_FEC_3_4 | FE_CAN_FEC_5_6 | FE_CAN_FEC_7_8 | FE_CAN_FEC_AUTO | - FE_CAN_QPSK | - FE_CAN_CLEAN_SETUP + FE_CAN_QPSK }; /* fixme: are these values correct? especially ..._tolerance and caps */ @@ -621,11 +620,6 @@ static int cx24110_ioctl (struct dvb_frontend *fe, unsigned int cmd, void *arg) case FE_INIT: return cx24110_init (i2c); - case FE_RESET: -/* no idea what to do for this call */ -/* fixme (medium): fill me in */ - break; - case FE_SET_TONE: return cx24110_writereg(i2c,0x76,(cx24110_readreg(i2c,0x76)&~0x10)|((((fe_sec_tone_mode_t) arg)==SEC_TONE_ON)?0x10:0)); case FE_SET_VOLTAGE: -- cgit v1.2.3