aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7134/saa7134-input.c
diff options
context:
space:
mode:
authorGiampiero Giancipoli <gianci@libero.it>2006-02-07 03:49:09 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-02-07 03:49:09 -0500
commit3d8466ece44c70555a101da73845955c443f4d18 (patch)
tree9d7fe8df835b31c2365ec216c1ac47afad954d67 /drivers/media/video/saa7134/saa7134-input.c
parentd97a11e091a0bf40f1cfb0bbf443ddd7b455b133 (diff)
V4L/DVB (3302): Added support for the LifeView FlyDVB-T LR301 card
Additionally to the card support, this changeset adds the option tda10046lifeview to get_dvb_firmware to download tda10046 firmware from LifeView's site. Signed-off-by: Giampiero Giancipoli <gianci@libero.it> Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/saa7134/saa7134-input.c')
-rw-r--r--drivers/media/video/saa7134/saa7134-input.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/video/saa7134/saa7134-input.c b/drivers/media/video/saa7134/saa7134-input.c
index ecfb6e2b3bd3..6970334d5ee8 100644
--- a/drivers/media/video/saa7134/saa7134-input.c
+++ b/drivers/media/video/saa7134/saa7134-input.c
@@ -230,6 +230,11 @@ int saa7134_input_init1(struct saa7134_dev *dev)
230 mask_keycode = 0x003F00; 230 mask_keycode = 0x003F00;
231 mask_keyup = 0x040000; 231 mask_keyup = 0x040000;
232 break; 232 break;
233 case SAA7134_BOARD_FLYDVBT_LR301:
234 ir_codes = ir_codes_flydvb;
235 mask_keycode = 0x0001F00;
236 mask_keydown = 0x0040000;
237 break;
233 } 238 }
234 if (NULL == ir_codes) { 239 if (NULL == ir_codes) {
235 printk("%s: Oops: IR config error [card=%d]\n", 240 printk("%s: Oops: IR config error [card=%d]\n",