I would like to contribute the following patch. It seems that BTTV_BOARD_CONTVFMI
uses the same codes as BTTV_BOARD_CONCEPTRONIC_CTVFMI2, I hand-checked every one
of them. I noticed that in CVS the latter now uses ir_codes_pixelview instead of
ir_codes_conceptronic, so I'm assuming the same applies for CONTVFMI. Here comes
the patch, relative to CVS checkout of 09:25 today (Feb 12):
--- linux/drivers/media/video/bttv-input.c
+++ patch/drivers/media/video/bttv-input.c
(at) (at) -329,6 +329,7 (at) (at)
ir->mask_keyup = 0x008000;
ir->polling = 50; // ms
break;
+ case BTTV_BOARD_CONTVFMI:
case BTTV_BOARD_CONCEPTRONIC_CTVFMI2:
ir_codes = ir_codes_pixelview;
ir->mask_keycode = 0x001F00;
--