diff options
author | James Le Cuirot <chewi at aura-online.co.uk> | 2007-07-02 11:53:25 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-18 13:24:36 -0400 |
commit | f5c965abdf44ee6983712e54bbbcc7905af56d39 (patch) | |
tree | 8b50f614f4195050b7359bce72ed81f9e319c1a8 /drivers/media/video/saa7134 | |
parent | 9b7cc42917ed07ab75269d35cd7709a5fd6336e0 (diff) |
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 <chewi@aura-online.co.uk>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/saa7134')
-rw-r--r-- | 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 063487ef8d18..1b6dfd801cc1 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) | |||
311 | mask_keycode = 0x003F00; | 311 | mask_keycode = 0x003F00; |
312 | mask_keyup = 0x040000; | 312 | mask_keyup = 0x040000; |
313 | break; | 313 | break; |
314 | case SAA7134_BOARD_FLYDVBS_LR300: | ||
314 | case SAA7134_BOARD_FLYDVBT_LR301: | 315 | case SAA7134_BOARD_FLYDVBT_LR301: |
315 | case SAA7134_BOARD_FLYDVBTDUO: | 316 | case SAA7134_BOARD_FLYDVBTDUO: |
316 | ir_codes = ir_codes_flydvb; | 317 | ir_codes = ir_codes_flydvb; |