aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus Izvekov <mizvekov@gmail.com>2006-03-11 23:54:58 -0300
committerLinus Torvalds <torvalds@g5.osdl.org>2006-03-21 08:53:14 -0800
commita5daecbaebda687d62c2ba1f46adaa96e4394282 (patch)
tree84b8d689cc4bf12ec923e85d8c631049ada67c6d
parent49239c35f28e53f280b47efdbccfdf2cbd728993 (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>
-rw-r--r--drivers/media/video/cx88/cx88-input.c1
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 f2fba57f955be..78a63b7dd380a 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)
ir->mask_keydown = 0x02;
ir->polling = 5; /* ms */
break;
+ case CX88_BOARD_PROLINK_PLAYTVPVR:
case CX88_BOARD_PIXELVIEW_PLAYTV_ULTRA_PRO:
ir_codes = ir_codes_pixelview;
ir->gpio_addr = MO_GP1_IO;