diff options
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-cards.c')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-cards.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c index aa4f45e692e6..69fcea82d01c 100644 --- a/drivers/media/video/em28xx/em28xx-cards.c +++ b/drivers/media/video/em28xx/em28xx-cards.c | |||
@@ -834,7 +834,7 @@ struct em28xx_board em28xx_boards[] = { | |||
834 | .mts_firmware = 1, | 834 | .mts_firmware = 1, |
835 | .has_dvb = 1, | 835 | .has_dvb = 1, |
836 | .dvb_gpio = hauppauge_wintv_hvr_900_digital, | 836 | .dvb_gpio = hauppauge_wintv_hvr_900_digital, |
837 | .ir_codes = RC_MAP_HAUPPAUGE_NEW, | 837 | .ir_codes = RC_MAP_HAUPPAUGE, |
838 | .decoder = EM28XX_TVP5150, | 838 | .decoder = EM28XX_TVP5150, |
839 | .input = { { | 839 | .input = { { |
840 | .type = EM28XX_VMUX_TELEVISION, | 840 | .type = EM28XX_VMUX_TELEVISION, |
@@ -859,7 +859,7 @@ struct em28xx_board em28xx_boards[] = { | |||
859 | .tuner_type = TUNER_XC2028, | 859 | .tuner_type = TUNER_XC2028, |
860 | .tuner_gpio = default_tuner_gpio, | 860 | .tuner_gpio = default_tuner_gpio, |
861 | .mts_firmware = 1, | 861 | .mts_firmware = 1, |
862 | .ir_codes = RC_MAP_HAUPPAUGE_NEW, | 862 | .ir_codes = RC_MAP_HAUPPAUGE, |
863 | .decoder = EM28XX_TVP5150, | 863 | .decoder = EM28XX_TVP5150, |
864 | .input = { { | 864 | .input = { { |
865 | .type = EM28XX_VMUX_TELEVISION, | 865 | .type = EM28XX_VMUX_TELEVISION, |
@@ -885,7 +885,7 @@ struct em28xx_board em28xx_boards[] = { | |||
885 | .mts_firmware = 1, | 885 | .mts_firmware = 1, |
886 | .has_dvb = 1, | 886 | .has_dvb = 1, |
887 | .dvb_gpio = hauppauge_wintv_hvr_900_digital, | 887 | .dvb_gpio = hauppauge_wintv_hvr_900_digital, |
888 | .ir_codes = RC_MAP_HAUPPAUGE_NEW, | 888 | .ir_codes = RC_MAP_HAUPPAUGE, |
889 | .decoder = EM28XX_TVP5150, | 889 | .decoder = EM28XX_TVP5150, |
890 | .input = { { | 890 | .input = { { |
891 | .type = EM28XX_VMUX_TELEVISION, | 891 | .type = EM28XX_VMUX_TELEVISION, |