From 01b9a7bc910dd9391e38c1ae6c3a22aa4c362b7a Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Mon, 2 Jul 2007 11:53:25 -0400 Subject: saa7134: add remote control support for LifeView FlyDVB-S LR300 From: James Le Cuirot 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 Signed-off-by: Michael Krufky --- linux/drivers/media/video/saa7134/saa7134-input.c | 1 + 1 file changed, 1 insertion(+) (limited to 'linux/drivers/media/video/saa7134/saa7134-input.c') diff --git a/linux/drivers/media/video/saa7134/saa7134-input.c b/linux/drivers/media/video/saa7134/saa7134-input.c index 2e32a86b4..c7cee58db 100644 --- a/linux/drivers/media/video/saa7134/saa7134-input.c +++ b/linux/drivers/media/video/saa7134/saa7134-input.c @@ -312,6 +312,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; -- cgit v1.2.3