diff options
author | Matheus Izvekov <mizvekov@gmail.com> | 2006-03-11 21:54:58 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-21 11:53:14 -0500 |
commit | a5daecbaebda687d62c2ba1f46adaa96e4394282 (patch) | |
tree | 84b8d689cc4bf12ec923e85d8c631049ada67c6d /drivers/media | |
parent | 49239c35f28e53f280b47efdbccfdf2cbd728993 (diff) |
V4L/DVB (3448): Cx88-input.c: add IR remote control support to CX88_BOARD_PROLINK_PLAYTVPVR
This patch adds support for the IR remote control found in the card
CX88_BOARD_PROLINK_PLAYTVPVR.
Signed-off-by: Matheus Izvekov <mizvekov@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/cx88/cx88-input.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-input.c b/drivers/media/video/cx88/cx88-input.c index f2fba57f955b..78a63b7dd380 100644 --- a/drivers/media/video/cx88/cx88-input.c +++ b/drivers/media/video/cx88/cx88-input.c | |||
@@ -186,6 +186,7 @@ int cx88_ir_init(struct cx88_core *core, struct pci_dev *pci) | |||
186 | ir->mask_keydown = 0x02; | 186 | ir->mask_keydown = 0x02; |
187 | ir->polling = 5; /* ms */ | 187 | ir->polling = 5; /* ms */ |
188 | break; | 188 | break; |
189 | case CX88_BOARD_PROLINK_PLAYTVPVR: | ||
189 | case CX88_BOARD_PIXELVIEW_PLAYTV_ULTRA_PRO: | 190 | case CX88_BOARD_PIXELVIEW_PLAYTV_ULTRA_PRO: |
190 | ir_codes = ir_codes_pixelview; | 191 | ir_codes = ir_codes_pixelview; |
191 | ir->gpio_addr = MO_GP1_IO; | 192 | ir->gpio_addr = MO_GP1_IO; |