diff -rup 28/drivers/media/video/cx88/cx88-cards.c 29/drivers/media/video/cx88/cx88-cards.c
--- 28/drivers/media/video/cx88/cx88-cards.c	2009-03-24 01:12:14.000000000 +0200
+++ 29/drivers/media/video/cx88/cx88-cards.c	2009-03-31 11:56:29.000000000 +0300
@@ -1281,6 +1281,51 @@ static const struct cx88_board cx88_boar
 		},
 		.mpeg           = CX88_MPEG_DVB,
 	},
+	[CX88_BOARD_WINFAST_DTV2000H_2] = {
+		.name           = "WinFast DTV2000H J",
+		.tuner_type     = TUNER_PHILIPS_FMD1216ME_MK3,
+		.radio_type     = UNSET,
+		.tuner_addr     = ADDR_UNSET,
+		.radio_addr     = ADDR_UNSET,
+		.tda9887_conf   = TDA9887_PRESENT,
+		.input          = {{
+			.type   = CX88_VMUX_TELEVISION,
+			.vmux   = 0,
+			.gpio0  = 0x00017300,
+			.gpio1  = 0x00008207,
+			.gpio2  = 0x00000000,
+			.gpio3  = 0x02000000,
+		}, {
+			.type   = CX88_VMUX_TELEVISION,
+			.vmux   = 1,
+			.gpio0  = 0x00018300,
+			.gpio1  = 0x0000f207,
+			.gpio2  = 0x00017304,
+			.gpio3  = 0x02000000,
+		}, {
+			.type   = CX88_VMUX_COMPOSITE1,
+			.vmux = 2,
+			.gpio0 = 0x00018301,
+			.gpio1 = 0x0000f207,
+			.gpio2 = 0x00017304,
+			.gpio3 = 0x02000000,
+		}, {
+			.type   = CX88_VMUX_SVIDEO,
+			.vmux = 3,
+			.gpio0 = 0x00018301,
+			.gpio1 = 0x0000f207,
+			.gpio2 = 0x00017304,
+			.gpio3 = 0x02000000,
+		}},
+		.radio = {
+			 .type  = CX88_RADIO,
+			 .gpio0 = 0x00015702,
+			 .gpio1 = 0x0000f207,
+			 .gpio2 = 0x00015702,
+			 .gpio3 = 0x02000000,
+		},
+		.mpeg       = CX88_MPEG_DVB,
+	},
 	[CX88_BOARD_GENIATECH_DVBS] = {
 		.name          = "Geniatech DVB-S",
 		.tuner_type    = TUNER_ABSENT,
@@ -2187,6 +2232,10 @@ static const struct cx88_subid cx88_subi
 		.subdevice = 0x665e,
 		.card      = CX88_BOARD_WINFAST_DTV2000H,
 	},{
+		.subvendor = 0x107d,
+		.subdevice = 0x6f2b,
+		.card      = CX88_BOARD_WINFAST_DTV2000H_2,
+	},{
 		.subvendor = 0x18ac,
 		.subdevice = 0xd800, /* FusionHDTV 3 Gold (original revision) */
 		.card      = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q,
diff -rup 28/drivers/media/video/cx88/cx88-input.c 29/drivers/media/video/cx88/cx88-input.c
--- 28/drivers/media/video/cx88/cx88-input.c	2009-03-24 01:12:14.000000000 +0200
+++ 29/drivers/media/video/cx88/cx88-input.c	2009-03-31 11:56:52.000000000 +0300
@@ -231,6 +231,7 @@ int cx88_ir_init(struct cx88_core *core,
 		ir->sampling = 1;
 		break;
 	case CX88_BOARD_WINFAST_DTV2000H:
+	case CX88_BOARD_WINFAST_DTV2000H_2:
 		ir_codes = ir_codes_winfast;
 		ir->gpio_addr = MO_GP0_IO;
 		ir->mask_keycode = 0x8f8;
diff -rup 28/drivers/media/video/cx88/cx88-mpeg.c 29/drivers/media/video/cx88/cx88-mpeg.c
--- 28/drivers/media/video/cx88/cx88-mpeg.c	2009-03-24 01:12:14.000000000 +0200
+++ 29/drivers/media/video/cx88/cx88-mpeg.c	2009-03-31 11:58:35.000000000 +0300
@@ -92,6 +92,12 @@ static int cx8802_start_dma(struct cx880
 	/* FIXME: this needs a review.
 	 * also: move to cx88-blackbird + cx88-dvb source files? */
 
+	/* switch signal input to antena */
+	/*
+	if ((core->boardnr) == CX88_BOARD_WINFAST_DTV2000H_2)
+		cx_write(MO_GP0_IO, 0x00017300);
+	*/
+
 	dprintk( 1, "core->active_type_id = 0x%08x\n", core->active_type_id);
 
 	if ( (core->active_type_id == CX88_MPEG_DVB) &&
diff -rup 28/drivers/media/video/cx88/cx88.h 29/drivers/media/video/cx88/cx88.h
--- 28/drivers/media/video/cx88/cx88.h	2009-03-24 01:12:14.000000000 +0200
+++ 29/drivers/media/video/cx88/cx88.h	2009-03-31 12:00:04.000000000 +0300
@@ -231,6 +231,7 @@ extern struct sram_channel cx88_sram_cha
 #define CX88_BOARD_SATTRADE_ST4200         76
 #define CX88_BOARD_TBS_8910                77
 #define CX88_BOARD_PROF_6200               78
+#define CX88_BOARD_WINFAST_DTV2000H_2      100
 
 enum cx88_itype {
 	CX88_VMUX_COMPOSITE1 = 1,
