Skip to content

Commit

Permalink
V4L/DVB (3349): Remote control codes for BTTV_BOARD_CONTVFMI
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
BoyZonder authored and Mauro Carvalho Chehab committed Feb 27, 2006
1 parent 8a9a5fb commit 4ab2b99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/video/bttv-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4ab2b99

Please sign in to comment.