Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f5c965abdf44ee6983712e54bbbcc7905af56d39
Commit:     f5c965abdf44ee6983712e54bbbcc7905af56d39
Parent:     9b7cc42917ed07ab75269d35cd7709a5fd6336e0
Author:     James Le Cuirot <chewi at aura-online.co.uk>
AuthorDate: Mon Jul 2 12:53:25 2007 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Wed Jul 18 14:24:36 2007 -0300

    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: James Le Cuirot <[EMAIL PROTECTED]>
    Signed-off-by: Michael Krufky <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/video/saa7134/saa7134-input.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/video/saa7134/saa7134-input.c 
b/drivers/media/video/saa7134/saa7134-input.c
index 063487e..1b6dfd8 100644
--- a/drivers/media/video/saa7134/saa7134-input.c
+++ b/drivers/media/video/saa7134/saa7134-input.c
@@ -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;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to