diff options
author | Devin Heitmueller <dheitmueller@linuxtv.org> | 2009-03-22 21:58:46 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:31 -0400 |
commit | 62cfc346a325f60256f5eda93ac3b6e7ba6cdc1b (patch) | |
tree | d7abab5ebbe434790480179636b7edb2ac62759b /drivers/media/video/em28xx | |
parent | f65a95bbf4f23dd83596e7c2dd78f4e1cc268c4f (diff) |
V4L/DVB (11139): em28xx: add remote control definition for HVR-900 (both versions)
The HVR-900 did not have a remote control defined, so it would not work. Add
the line for both versions of the product.
Thanks to Jens-Michael Hoffmann (#linuxtv user "jmho") for pointing out the
issue and testing the patch.
Signed-off-by: Devin Heitmueller <dheitmueller@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-cards.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c index 650ccfda1428..0f48c0ff5ac3 100644 --- a/drivers/media/video/em28xx/em28xx-cards.c +++ b/drivers/media/video/em28xx/em28xx-cards.c | |||
@@ -619,6 +619,7 @@ struct em28xx_board em28xx_boards[] = { | |||
619 | .mts_firmware = 1, | 619 | .mts_firmware = 1, |
620 | .has_dvb = 1, | 620 | .has_dvb = 1, |
621 | .dvb_gpio = hauppauge_wintv_hvr_900_digital, | 621 | .dvb_gpio = hauppauge_wintv_hvr_900_digital, |
622 | .ir_codes = ir_codes_hauppauge_new, | ||
622 | .decoder = EM28XX_TVP5150, | 623 | .decoder = EM28XX_TVP5150, |
623 | .input = { { | 624 | .input = { { |
624 | .type = EM28XX_VMUX_TELEVISION, | 625 | .type = EM28XX_VMUX_TELEVISION, |
@@ -643,6 +644,7 @@ struct em28xx_board em28xx_boards[] = { | |||
643 | .tuner_type = TUNER_XC2028, | 644 | .tuner_type = TUNER_XC2028, |
644 | .tuner_gpio = default_tuner_gpio, | 645 | .tuner_gpio = default_tuner_gpio, |
645 | .mts_firmware = 1, | 646 | .mts_firmware = 1, |
647 | .ir_codes = ir_codes_hauppauge_new, | ||
646 | .decoder = EM28XX_TVP5150, | 648 | .decoder = EM28XX_TVP5150, |
647 | .input = { { | 649 | .input = { { |
648 | .type = EM28XX_VMUX_TELEVISION, | 650 | .type = EM28XX_VMUX_TELEVISION, |