Commit 4ab2b99b authored by BoyZonder's avatar BoyZonder Committed by Mauro Carvalho Chehab

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: default avatarRicardo Cerqueira <v4l@cerqueira.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 8a9a5fbd
...@@ -328,6 +328,7 @@ int bttv_input_init(struct bttv *btv) ...@@ -328,6 +328,7 @@ int bttv_input_init(struct bttv *btv)
ir->polling = 50; // ms ir->polling = 50; // ms
break; break;
case BTTV_BOARD_CONCEPTRONIC_CTVFMI2: case BTTV_BOARD_CONCEPTRONIC_CTVFMI2:
case BTTV_BOARD_CONTVFMI:
ir_codes = ir_codes_pixelview; ir_codes = ir_codes_pixelview;
ir->mask_keycode = 0x001F00; ir->mask_keycode = 0x001F00;
ir->mask_keyup = 0x006000; ir->mask_keyup = 0x006000;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment