Commit 90d58027 authored by Michel Ludwig's avatar Michel Ludwig Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (12783): tm6000: add xc2028/3028 to dvb



Add experimental DVB frontend tuner interface to xc2028/3028

Signed-off-by: default avatarMichel Ludwig <michel.ludwig@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 95a83824
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -343,6 +343,14 @@ static int tm6000_tuner_callback(void *ptr, int command, int arg)
			rc=tm6000_set_reg (dev, REQ_03_SET_GET_MCU_PIN,
						TM6000_GPIO_CLK, 1);
			break;
		case 4:
			tm6000_set_reg (dev, REQ_03_SET_GET_MCU_PIN,
						TM6000_GPIO_4, 0x00);
			msleep(10);
			tm6000_set_reg (dev, REQ_03_SET_GET_MCU_PIN,
						TM6000_GPIO_4, 0x01);
			break;

		}
	}
	return (rc);