diff options
author | Devin Heitmueller <dheitmueller@linuxtv.org> | 2009-03-22 21:58:46 -0400 |
---|---|---|
committer | Devin Heitmueller <dheitmueller@linuxtv.org> | 2009-03-22 21:58:46 -0400 |
commit | 95a062b34a2c47e2c835863577939dee4d5e60a6 (patch) | |
tree | ed3bd28316e36df18562461378c1d6183a8956f4 | |
parent | 69eace198d43a49aa5b340ad11f64e734e78f2b1 (diff) | |
download | mediapointer-dvb-s2-95a062b34a2c47e2c835863577939dee4d5e60a6.tar.gz mediapointer-dvb-s2-95a062b34a2c47e2c835863577939dee4d5e60a6.tar.bz2 |
em28xx: add remote control definition for HVR-900 (both versions)
From: Devin Heitmueller <dheitmueller@linuxtv.org>
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.
Priority: normal
Signed-off-by: Devin Heitmueller <dheitmueller@linuxtv.org>
-rw-r--r-- | linux/drivers/media/video/em28xx/em28xx-cards.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-cards.c b/linux/drivers/media/video/em28xx/em28xx-cards.c index fcb8131e6..6b4a204a9 100644 --- a/linux/drivers/media/video/em28xx/em28xx-cards.c +++ b/linux/drivers/media/video/em28xx/em28xx-cards.c @@ -652,6 +652,7 @@ struct em28xx_board em28xx_boards[] = { .mts_firmware = 1, .has_dvb = 1, .dvb_gpio = hauppauge_wintv_hvr_900_digital, + .ir_codes = ir_codes_hauppauge_new, .decoder = EM28XX_TVP5150, .input = { { .type = EM28XX_VMUX_TELEVISION, @@ -676,6 +677,7 @@ struct em28xx_board em28xx_boards[] = { .tuner_type = TUNER_XC2028, .tuner_gpio = default_tuner_gpio, .mts_firmware = 1, + .ir_codes = ir_codes_hauppauge_new, .decoder = EM28XX_TVP5150, #if 0 /* FIXME: add an entry at em28xx-dvb */ .has_dvb = 1, |