diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-01-19 05:15:11 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-04 12:33:05 -0500 |
commit | 959505bd24fde7ac50fb4854d64fe53171320eaf (patch) | |
tree | f9b1861cd8594f9fd4c312f73665321afe4aa518 /drivers/media/usb | |
parent | 2cd63e487c80a85a832e4c4786c4b0dd64bef420 (diff) |
[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/usb')
-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[] = { | |||
2145 | .has_dvb = 1, | 2145 | .has_dvb = 1, |
2146 | .dvb_gpio = em2874_pctv_80e_digital, | 2146 | .dvb_gpio = em2874_pctv_80e_digital, |
2147 | .decoder = EM28XX_NODECODER, | 2147 | .decoder = EM28XX_NODECODER, |
2148 | .ir_codes = RC_MAP_PINNACLE_PCTV_HD, | ||
2148 | }, | 2149 | }, |
2149 | /* 1ae7:9003/9004 SpeedLink Vicious And Devine Laplace webcam | 2150 | /* 1ae7:9003/9004 SpeedLink Vicious And Devine Laplace webcam |
2150 | * Empia EM2765 + OmniVision OV2640 */ | 2151 | * Empia EM2765 + OmniVision OV2640 */ |