diff options
author | Devin Heitmueller <dheitmueller@kernellabs.com> | 2011-03-13 02:18:34 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-05-20 07:26:23 -0300 |
commit | 9b316d6b42572f857161232d82b54e7ab2d33fbe (patch) | |
tree | 4bf3aab9f04952521b14ad10c08b4b4825743787 | |
parent | 5c4da36401810da6f881f9531380fdc13edd8f2b (diff) |
[media] em28xx: add remote control support for PCTV 330e
Add support for the PCTV 330e remote control
Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/video/em28xx/em28xx-cards.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c index 55a9278b8797..bdd8618dad36 100644 --- a/drivers/media/video/em28xx/em28xx-cards.c +++ b/drivers/media/video/em28xx/em28xx-cards.c @@ -1464,6 +1464,7 @@ struct em28xx_board em28xx_boards[] = { .mts_firmware = 1, .has_dvb = 1, .dvb_gpio = hauppauge_wintv_hvr_900R2_digital, + .ir_codes = RC_MAP_PINNACLE_PCTV_HD, .decoder = EM28XX_TVP5150, .input = { { .type = EM28XX_VMUX_TELEVISION, |