diff options
author | Dâniel Fraga <fragabr@gmail.com> | 2008-04-08 18:56:44 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:58 -0400 |
commit | ba928034df7e8b603152c896a2f84f9b12e8c290 (patch) | |
tree | 1748053be850156814ca548d8f4c9f8a678686b7 /drivers/media/video/cx88 | |
parent | ab364983087152e53676d914141f30e83ead12ff (diff) |
V4L/DVB (7506): Powercolor Real Angel 330 (remote control support)
The attached patch adds complete remote control support for Powercolor Real
Angel 330.
Signed-off-by: Daniel Fraga <fragabr@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88')
-rw-r--r-- | drivers/media/video/cx88/cx88-input.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-input.c b/drivers/media/video/cx88/cx88-input.c index 6b25b8c9bb6..53526d997a4 100644 --- a/drivers/media/video/cx88/cx88-input.c +++ b/drivers/media/video/cx88/cx88-input.c | |||
@@ -317,6 +317,12 @@ int cx88_ir_init(struct cx88_core *core, struct pci_dev *pci) | |||
317 | ir_type = IR_TYPE_RC5; | 317 | ir_type = IR_TYPE_RC5; |
318 | ir->sampling = 1; | 318 | ir->sampling = 1; |
319 | break; | 319 | break; |
320 | case CX88_BOARD_POWERCOLOR_REAL_ANGEL: | ||
321 | ir_codes = ir_codes_powercolor_real_angel; | ||
322 | ir->gpio_addr = MO_GP2_IO; | ||
323 | ir->mask_keycode = 0x7e; | ||
324 | ir->polling = 100; /* ms */ | ||
325 | break; | ||
320 | } | 326 | } |
321 | 327 | ||
322 | if (NULL == ir_codes) { | 328 | if (NULL == ir_codes) { |