aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/video/em28xx/em28xx-cards.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c
index 5bdecb36ca27..b4c322d1609c 100644
--- a/drivers/media/video/em28xx/em28xx-cards.c
+++ b/drivers/media/video/em28xx/em28xx-cards.c
@@ -100,6 +100,13 @@ static struct em28xx_reg_seq hauppauge_wintv_hvr_900_digital[] = {
100 { -1, -1, -1, -1}, 100 { -1, -1, -1, -1},
101}; 101};
102 102
103/* Board Hauppauge WinTV HVR 900 (R2) digital */
104static struct em28xx_reg_seq hauppauge_wintv_hvr_900R2_digital[] = {
105 {EM28XX_R08_GPIO, 0x2e, ~EM_GPIO_4, 10},
106 {EM2880_R04_GPO, 0x0c, 0x0f, 10},
107 { -1, -1, -1, -1},
108};
109
103/* Boards - EM2880 MSI DIGIVOX AD and EM2880_BOARD_MSI_DIGIVOX_AD_II */ 110/* Boards - EM2880 MSI DIGIVOX AD and EM2880_BOARD_MSI_DIGIVOX_AD_II */
104static struct em28xx_reg_seq em2880_msi_digivox_ad_analog[] = { 111static struct em28xx_reg_seq em2880_msi_digivox_ad_analog[] = {
105 {EM28XX_R08_GPIO, 0x69, ~EM_GPIO_4, 10}, 112 {EM28XX_R08_GPIO, 0x69, ~EM_GPIO_4, 10},
@@ -860,7 +867,7 @@ struct em28xx_board em28xx_boards[] = {
860 .tuner_gpio = default_tuner_gpio, 867 .tuner_gpio = default_tuner_gpio,
861 .mts_firmware = 1, 868 .mts_firmware = 1,
862 .has_dvb = 1, 869 .has_dvb = 1,
863 .dvb_gpio = hauppauge_wintv_hvr_900_digital, 870 .dvb_gpio = hauppauge_wintv_hvr_900R2_digital,
864 .ir_codes = RC_MAP_HAUPPAUGE, 871 .ir_codes = RC_MAP_HAUPPAUGE,
865 .decoder = EM28XX_TVP5150, 872 .decoder = EM28XX_TVP5150,
866 .input = { { 873 .input = { {