diff options
-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) | |||
328 | ir->polling = 50; // ms | 328 | ir->polling = 50; // ms |
329 | break; | 329 | break; |
330 | case BTTV_BOARD_CONCEPTRONIC_CTVFMI2: | 330 | case BTTV_BOARD_CONCEPTRONIC_CTVFMI2: |
331 | case BTTV_BOARD_CONTVFMI: | ||
331 | ir_codes = ir_codes_pixelview; | 332 | ir_codes = ir_codes_pixelview; |
332 | ir->mask_keycode = 0x001F00; | 333 | ir->mask_keycode = 0x001F00; |
333 | ir->mask_keyup = 0x006000; | 334 | ir->mask_keyup = 0x006000; |