diff options
author | Devin Heitmueller <dheitmueller@kernellabs.com> | 2011-03-13 00:18:34 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-05-20 06:26:23 -0400 |
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[] = { | |||
1464 | .mts_firmware = 1, | 1464 | .mts_firmware = 1, |
1465 | .has_dvb = 1, | 1465 | .has_dvb = 1, |
1466 | .dvb_gpio = hauppauge_wintv_hvr_900R2_digital, | 1466 | .dvb_gpio = hauppauge_wintv_hvr_900R2_digital, |
1467 | .ir_codes = RC_MAP_PINNACLE_PCTV_HD, | ||
1467 | .decoder = EM28XX_TVP5150, | 1468 | .decoder = EM28XX_TVP5150, |
1468 | .input = { { | 1469 | .input = { { |
1469 | .type = EM28XX_VMUX_TELEVISION, | 1470 | .type = EM28XX_VMUX_TELEVISION, |