]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
V4L/DVB (5821): Saa7134: add remote control support for LifeView FlyDVB-S LR300
authorJames Le Cuirot <chewi at aura-online.co.uk>
Mon, 2 Jul 2007 15:53:25 +0000 (12:53 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 18 Jul 2007 17:24:36 +0000 (14:24 -0300)
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@aura-online.co.uk>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/saa7134/saa7134-input.c

index 063487ef8d185552597bafee56f7583d7fbe3ea5..1b6dfd801cc1f6e9d0c3c95571b0eaf4974bf3b7 100644 (file)
@@ -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;