diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-01-19 11:15:11 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-04 18:33:05 +0100 |
commit | 959505bd24fde7ac50fb4854d64fe53171320eaf (patch) | |
tree | f9b1861cd8594f9fd4c312f73665321afe4aa518 /drivers/media | |
parent | [media] drx-j: Split firmware size check from the main routine (diff) | |
download | linux-959505bd24fde7ac50fb4854d64fe53171320eaf.tar.xz linux-959505bd24fde7ac50fb4854d64fe53171320eaf.zip |
[media] em28xx: add support for PCTV 80e remote controller
This stick uses the same RC-5 remote controll found on other
PCTV devices. So, just use the existing keymap.
Acked-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/usb/em28xx/em28xx-cards.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/em28xx/em28xx-cards.c b/drivers/media/usb/em28xx/em28xx-cards.c index ed0edfdb56b5..138659b23cbb 100644 --- a/drivers/media/usb/em28xx/em28xx-cards.c +++ b/drivers/media/usb/em28xx/em28xx-cards.c @@ -2145,6 +2145,7 @@ struct em28xx_board em28xx_boards[] = { .has_dvb = 1, .dvb_gpio = em2874_pctv_80e_digital, .decoder = EM28XX_NODECODER, + .ir_codes = RC_MAP_PINNACLE_PCTV_HD, }, /* 1ae7:9003/9004 SpeedLink Vicious And Devine Laplace webcam * Empia EM2765 + OmniVision OV2640 */ |