[linux-dvb] [PATCH] Add FlyDVB-S LR300 to IR card list
James Le Cuirot
chewi at aura-online.co.uk
Mon Jun 18 22:41:07 CEST 2007
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: James Le Cuirot <chewi at aura-online.co.uk>
---
diff -r 76b92a337aec linux/drivers/media/video/saa7134/saa7134-input.c
--- a/linux/drivers/media/video/saa7134/saa7134-input.c Wed Jun 13 15:11:15 2007 -0300
+++ b/linux/drivers/media/video/saa7134/saa7134-input.c Mon Jun 18 21:19:20 2007 +0100
@@ -312,6 +312,7 @@ int saa7134_input_init1(struct saa7134_d
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;
More information about the linux-dvb
mailing list