diff options
author | BoyZonder | 2006-02-27 00:08:15 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab | 2006-02-27 00:08:15 -0300 |
commit | 4ab2b99b9f41a0a409030f1edb79a14ec2287e4b (patch) | |
tree | c59b265753378f7450ee26d38b3cde1d6c8ed624 | |
parent | 8a9a5fbd33258b8e3e3b629a9f33254b6f1d883b (diff) |
V4L/DVB (3349): Remote control codes for BTTV_BOARD_CONTVFMI
The remote control interface for this board is the same as the one for
BTTV_BOARD_CONCEPTRONIC_CTVFMI2
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | drivers/media/video/bttv-input.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/bttv-input.c b/drivers/media/video/bttv-input.c index c637677acefd..69efa0e5174d 100644 --- a/drivers/media/video/bttv-input.c +++ b/drivers/media/video/bttv-input.c @@ -328,6 +328,7 @@ int bttv_input_init(struct bttv *btv) ir->polling = 50; // ms break; case BTTV_BOARD_CONCEPTRONIC_CTVFMI2: + case BTTV_BOARD_CONTVFMI: ir_codes = ir_codes_pixelview; ir->mask_keycode = 0x001F00; ir->mask_keyup = 0x006000; |