diff options
Diffstat (limited to 'drivers/media/video/bttv-input.c')
-rw-r--r-- | drivers/media/video/bttv-input.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/video/bttv-input.c b/drivers/media/video/bttv-input.c index 12197f1b2757..221b36e7f392 100644 --- a/drivers/media/video/bttv-input.c +++ b/drivers/media/video/bttv-input.c | |||
@@ -583,6 +583,12 @@ int bttv_input_init(struct bttv *btv) | |||
583 | btv->custom_irq = bttv_rc5_irq; | 583 | btv->custom_irq = bttv_rc5_irq; |
584 | ir->rc5_gpio = 1; | 584 | ir->rc5_gpio = 1; |
585 | break; | 585 | break; |
586 | case BTTV_BOARD_MACHTV_MAGICTV: | ||
587 | ir_codes = ir_codes_apac_viewcomp; | ||
588 | ir->mask_keycode = 0x001F00; | ||
589 | ir->mask_keyup = 0x004000; | ||
590 | ir->polling = 50; /* ms */ | ||
591 | break; | ||
586 | } | 592 | } |
587 | if (NULL == ir_codes) { | 593 | if (NULL == ir_codes) { |
588 | dprintk(KERN_INFO "Ooops: IR config error [card=%d]\n",btv->c.type); | 594 | dprintk(KERN_INFO "Ooops: IR config error [card=%d]\n",btv->c.type); |