aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18/cx18-cards.c
diff options
context:
space:
mode:
authorAndy Walls <awalls@radix.net>2009-06-09 19:47:21 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-06-16 18:07:33 -0400
commit8bb09db375fe4f15d16315947500e827caa0fe9c (patch)
tree4c3b6762db953ea2904ce9669ea5b3916e15c9e9 /drivers/media/video/cx18/cx18-cards.c
parent9d5af8629255ef6e62481ee7dea8c6787facc579 (diff)
V4L/DVB (11951): cx18: Add DVB-T support for the Leadtek WinFast DVR3100 H
This adds support for DVB-T on the Leadtek DVR3100 H and should also get analog TV capture from the tuner working properly as well. DVB-T 6 MHz and 8 MHz have been tested and verified to work by Terry Wu of Leadtek. DVB-T 7 MHz has also been verified working with a change developed by Terry to the tuner-xc2028.c driver. Special thanks go to Terry Wu <terrywu2009@gmail.com> of Leadtek who provided the needed information and testing to get digital TV working for the Leadtek DVR3100 H. Reported-by: Terry Wu <terrywu2009@gmail.com> Tested-by: Terry Wu <terrywu2009@gmail.com> Signed-off-by: Andy Walls <awalls@radix.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx18/cx18-cards.c')
-rw-r--r--drivers/media/video/cx18/cx18-cards.c18
1 files changed, 6 insertions, 12 deletions
diff --git a/drivers/media/video/cx18/cx18-cards.c b/drivers/media/video/cx18/cx18-cards.c
index ae631aa2cd33..c92a25036f0e 100644
--- a/drivers/media/video/cx18/cx18-cards.c
+++ b/drivers/media/video/cx18/cx18-cards.c
@@ -369,10 +369,7 @@ static const struct cx18_card cx18_card_leadtek_pvr2100 = {
369 }, 369 },
370 .radio_input = { CX18_CARD_INPUT_AUD_TUNER, CX18_AV_AUDIO5, 2 }, 370 .radio_input = { CX18_CARD_INPUT_AUD_TUNER, CX18_AV_AUDIO5, 2 },
371 .ddr = { 371 .ddr = {
372 /* 372 /* Pointer to proper DDR config values provided by Terry Wu */
373 * Pointer to proper DDR config values provided by
374 * Terry Wu <terrywu at leadtek.com.tw>
375 */
376 .chip_config = 0x303, 373 .chip_config = 0x303,
377 .refresh = 0x3bb, 374 .refresh = 0x3bb,
378 .timing1 = 0x24220e83, 375 .timing1 = 0x24220e83,
@@ -401,13 +398,13 @@ static const struct cx18_card_pci_info cx18_pci_leadtek_dvr3100h[] = {
401static const struct cx18_card cx18_card_leadtek_dvr3100h = { 398static const struct cx18_card cx18_card_leadtek_dvr3100h = {
402 .type = CX18_CARD_LEADTEK_DVR3100H, 399 .type = CX18_CARD_LEADTEK_DVR3100H,
403 .name = "Leadtek WinFast DVR3100 H", 400 .name = "Leadtek WinFast DVR3100 H",
404 .comment = "Experimenters and photos needed for device to work well.\n" 401 .comment = "Simultaneous DVB-T and Analog capture supported,\n"
405 "\tTo help, mail the ivtv-devel list (www.ivtvdriver.org).\n", 402 "\texcept when capturing Analog from the antenna input.\n",
406 .v4l2_capabilities = CX18_CAP_ENCODER, 403 .v4l2_capabilities = CX18_CAP_ENCODER,
407 .hw_audio_ctrl = CX18_HW_418_AV, 404 .hw_audio_ctrl = CX18_HW_418_AV,
408 .hw_muxer = CX18_HW_GPIO_MUX, 405 .hw_muxer = CX18_HW_GPIO_MUX,
409 .hw_all = CX18_HW_418_AV | CX18_HW_TUNER | CX18_HW_GPIO_MUX | 406 .hw_all = CX18_HW_418_AV | CX18_HW_TUNER | CX18_HW_GPIO_MUX |
410 CX18_HW_GPIO_RESET_CTRL, 407 CX18_HW_DVB | CX18_HW_GPIO_RESET_CTRL,
411 .video_inputs = { 408 .video_inputs = {
412 { CX18_CARD_INPUT_VID_TUNER, 0, CX18_AV_COMPOSITE2 }, 409 { CX18_CARD_INPUT_VID_TUNER, 0, CX18_AV_COMPOSITE2 },
413 { CX18_CARD_INPUT_SVIDEO1, 1, 410 { CX18_CARD_INPUT_SVIDEO1, 1,
@@ -424,10 +421,7 @@ static const struct cx18_card cx18_card_leadtek_dvr3100h = {
424 }, 421 },
425 .radio_input = { CX18_CARD_INPUT_AUD_TUNER, CX18_AV_AUDIO5, 2 }, 422 .radio_input = { CX18_CARD_INPUT_AUD_TUNER, CX18_AV_AUDIO5, 2 },
426 .ddr = { 423 .ddr = {
427 /* 424 /* Pointer to proper DDR config values provided by Terry Wu */
428 * Pointer to proper DDR config values provided by
429 * Terry Wu <terrywu at leadtek.com.tw>
430 */
431 .chip_config = 0x303, 425 .chip_config = 0x303,
432 .refresh = 0x3bb, 426 .refresh = 0x3bb,
433 .timing1 = 0x24220e83, 427 .timing1 = 0x24220e83,
@@ -439,7 +433,7 @@ static const struct cx18_card cx18_card_leadtek_dvr3100h = {
439 .gpio_init.direction = 0x7, 433 .gpio_init.direction = 0x7,
440 .gpio_audio_input = { .mask = 0x7, 434 .gpio_audio_input = { .mask = 0x7,
441 .tuner = 0x6, .linein = 0x2, .radio = 0x2 }, 435 .tuner = 0x6, .linein = 0x2, .radio = 0x2 },
442 .xceive_pin = 15, 436 .xceive_pin = 1,
443 .pci_list = cx18_pci_leadtek_dvr3100h, 437 .pci_list = cx18_pci_leadtek_dvr3100h,
444 .i2c = &cx18_i2c_std, 438 .i2c = &cx18_i2c_std,
445}; 439};