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

Commit f5c965ab authored by James Le Cuirot's avatar James Le Cuirot Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (5821): Saa7134: add remote control support for LifeView FlyDVB-S LR300



It has been confirmed that the FlyDVB IR codes currently in the kernel
work with the LifeView FlyDVB-S LR300. This one line addition adds it
to the list of supported cards.

Signed-off-by: default avatarJames Le Cuirot <chewi@aura-online.co.uk>
Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 9b7cc429
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -311,6 +311,7 @@ int saa7134_input_init1(struct saa7134_dev *dev)
		mask_keycode = 0x003F00;
		mask_keyup   = 0x040000;
		break;
	case SAA7134_BOARD_FLYDVBS_LR300:
	case SAA7134_BOARD_FLYDVBT_LR301:
	case SAA7134_BOARD_FLYDVBTDUO:
		ir_codes     = ir_codes_flydvb;