Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb
[sfrench/cifs-2.6.git] / drivers / media / video / bt8xx / bttv-input.c
index 69efa0e5174d58ffb113d97479f8b82180490b65..933d6db09acb377025c8e23c8a67d8ac51dd39d2 100644 (file)
@@ -303,6 +303,7 @@ int bttv_input_init(struct bttv *btv)
                ir->mask_keyup   = 0x010000;
                ir->polling      = 50; // ms
                break;
+       case BTTV_BOARD_PV_M4900:
        case BTTV_BOARD_PV_BT878P_9B:
        case BTTV_BOARD_PV_BT878P_PLUS:
                ir_codes         = ir_codes_pixelview;
@@ -355,7 +356,7 @@ int bttv_input_init(struct bttv *btv)
 
        if (ir->rc5_gpio) {
                u32 gpio;
-               /* enable remote irq */
+               /* enable remote irq */
                bttv_gpio_inout(&btv->c, (1 << 4), 1 << 4);
                gpio = bttv_gpio_read(&btv->c);
                bttv_gpio_write(&btv->c, gpio & ~(1 << 4));