]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
V4L/DVB (4520): Fix an error when loading bttv driver on PV M4900.
authorMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 23 Aug 2006 14:17:30 +0000 (11:17 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 10 Sep 2006 16:45:53 +0000 (13:45 -0300)
Previously, this were reported:
Ooops: IR config error [card=139]

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/bt8xx/bttv-input.c

index b41f81d2372ccd8b4e0a25d95c8a57e6491d4915..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;