Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c663155c authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

V4L/DVB (4520): Fix an error when loading bttv driver on PV M4900.



Previously, this were reported:
	Ooops: IR config error [card=139]

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent c2d19233
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;