|
@@ -52,7 +52,6 @@ struct em28xx_board em28xx_boards[] = {
|
|
|
.name = "Unknown EM2800 video grabber",
|
|
|
.is_em2800 = 1,
|
|
|
.vchannels = 2,
|
|
|
- .norm = VIDEO_MODE_PAL,
|
|
|
.tda9887_conf = TDA9887_PRESENT,
|
|
|
.has_tuner = 1,
|
|
|
.decoder = EM28XX_SAA7113,
|
|
@@ -74,7 +73,6 @@ struct em28xx_board em28xx_boards[] = {
|
|
|
.name = "Kworld PVR TV 2800 RF",
|
|
|
.is_em2800 = 0,
|
|
|
.vchannels = 2,
|
|
|
- .norm = VIDEO_MODE_PAL,
|
|
|
.tda9887_conf = TDA9887_PRESENT,
|
|
|
.has_tuner = 1,
|
|
|
.decoder = EM28XX_SAA7113,
|
|
@@ -91,7 +89,6 @@ struct em28xx_board em28xx_boards[] = {
|
|
|
[EM2820_BOARD_TERRATEC_CINERGY_250] = {
|
|
|
.name = "Terratec Cinergy 250 USB",
|
|
|
.vchannels = 3,
|
|
|
- .norm = VIDEO_MODE_PAL,
|
|
|
.tuner_type = TUNER_LG_PAL_NEW_TAPC,
|
|
|
.tda9887_conf = TDA9887_PRESENT,
|
|
|
.has_tuner = 1,
|
|
@@ -113,7 +110,6 @@ struct em28xx_board em28xx_boards[] = {
|
|
|
[EM2820_BOARD_PINNACLE_USB_2] = {
|
|
|
.name = "Pinnacle PCTV USB 2",
|
|
|
.vchannels = 3,
|
|
|
- .norm = VIDEO_MODE_PAL,
|
|
|
.tuner_type = TUNER_LG_PAL_NEW_TAPC,
|
|
|
.tda9887_conf = TDA9887_PRESENT,
|
|
|
.has_tuner = 1,
|
|
@@ -135,7 +131,6 @@ struct em28xx_board em28xx_boards[] = {
|
|
|
[EM2820_BOARD_HAUPPAUGE_WINTV_USB_2] = {
|
|
|
.name = "Hauppauge WinTV USB 2",
|
|
|
.vchannels = 3,
|
|
|
- .norm = VIDEO_MODE_NTSC,
|
|
|
.tuner_type = TUNER_PHILIPS_FM1236_MK3,
|
|
|
.tda9887_conf = TDA9887_PRESENT|TDA9887_PORT1_ACTIVE|TDA9887_PORT2_ACTIVE,
|
|
|
.has_tuner = 1,
|
|
@@ -156,7 +151,6 @@ struct em28xx_board em28xx_boards[] = {
|
|
|
[EM2880_BOARD_HAUPPAUGE_WINTV_HVR_900] = {
|
|
|
.name = "Hauppauge WinTV HVR 900/950",
|
|
|
.vchannels = 3,
|
|
|
- .norm = VIDEO_MODE_PAL,
|
|
|
.tda9887_conf = TDA9887_PRESENT,
|
|
|
.tuner_type = TUNER_XC2028,
|
|
|
.has_tuner = 1,
|
|
@@ -178,7 +172,6 @@ struct em28xx_board em28xx_boards[] = {
|
|
|
[EM2880_BOARD_TERRATEC_HYBRID_XS] = {
|
|
|
.name = "Terratec Hybrid XS",
|
|
|
.vchannels = 3,
|
|
|
- .norm = VIDEO_MODE_PAL,
|
|
|
.tda9887_conf = TDA9887_PRESENT,
|
|
|
.has_tuner = 1,
|
|
|
.tuner_type = TUNER_XC2028,
|
|
@@ -202,7 +195,6 @@ struct em28xx_board em28xx_boards[] = {
|
|
|
[EM2880_BOARD_TERRATEC_PRODIGY_XS] = {
|
|
|
.name = "Terratec Prodigy XS",
|
|
|
.vchannels = 3,
|
|
|
- .norm = VIDEO_MODE_PAL,
|
|
|
.tda9887_conf = TDA9887_PRESENT,
|
|
|
.has_tuner = 1,
|
|
|
.tuner_type = TUNER_XC2028,
|
|
@@ -224,7 +216,6 @@ struct em28xx_board em28xx_boards[] = {
|
|
|
[EM2820_BOARD_MSI_VOX_USB_2] = {
|
|
|
.name = "MSI VOX USB 2.0",
|
|
|
.vchannels = 3,
|
|
|
- .norm = VIDEO_MODE_PAL,
|
|
|
.tuner_type = TUNER_LG_PAL_NEW_TAPC,
|
|
|
.tda9887_conf = TDA9887_PRESENT|TDA9887_PORT1_ACTIVE|TDA9887_PORT2_ACTIVE,
|
|
|
.has_tuner = 1,
|
|
@@ -247,7 +238,6 @@ struct em28xx_board em28xx_boards[] = {
|
|
|
.name = "Terratec Cinergy 200 USB",
|
|
|
.is_em2800 = 1,
|
|
|
.vchannels = 3,
|
|
|
- .norm = VIDEO_MODE_PAL,
|
|
|
.tuner_type = TUNER_LG_PAL_NEW_TAPC,
|
|
|
.tda9887_conf = TDA9887_PRESENT,
|
|
|
.has_tuner = 1,
|
|
@@ -270,7 +260,6 @@ struct em28xx_board em28xx_boards[] = {
|
|
|
.name = "Leadtek Winfast USB II",
|
|
|
.is_em2800 = 1,
|
|
|
.vchannels = 3,
|
|
|
- .norm = VIDEO_MODE_PAL,
|
|
|
.tuner_type = TUNER_LG_PAL_NEW_TAPC,
|
|
|
.tda9887_conf = TDA9887_PRESENT,
|
|
|
.has_tuner = 1,
|
|
@@ -293,7 +282,6 @@ struct em28xx_board em28xx_boards[] = {
|
|
|
.name = "Kworld USB2800",
|
|
|
.is_em2800 = 1,
|
|
|
.vchannels = 3,
|
|
|
- .norm = VIDEO_MODE_PAL,
|
|
|
.tuner_type = TUNER_PHILIPS_ATSC,
|
|
|
.tda9887_conf = TDA9887_PRESENT,
|
|
|
.has_tuner = 1,
|
|
@@ -315,7 +303,6 @@ struct em28xx_board em28xx_boards[] = {
|
|
|
[EM2820_BOARD_PINNACLE_DVC_90] = {
|
|
|
.name = "Pinnacle Dazzle DVC 90",
|
|
|
.vchannels = 3,
|
|
|
- .norm = VIDEO_MODE_PAL,
|
|
|
.has_tuner = 0,
|
|
|
.decoder = EM28XX_SAA7113,
|
|
|
.input = {{
|
|
@@ -332,7 +319,6 @@ struct em28xx_board em28xx_boards[] = {
|
|
|
.name = "V-Gear PocketTV",
|
|
|
.is_em2800 = 1,
|
|
|
.vchannels = 3,
|
|
|
- .norm = VIDEO_MODE_PAL,
|
|
|
.tuner_type = TUNER_LG_PAL_NEW_TAPC,
|
|
|
.tda9887_conf = TDA9887_PRESENT,
|
|
|
.has_tuner = 1,
|