aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7134/saa7134-input.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-06-26 16:03:00 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-12 07:37:10 -0400
commit9b0001913983de65af17eee8baf02283160f5a69 (patch)
tree925608ef892e1c2de87d9d5fc245e9a90d836f1c /drivers/media/video/saa7134/saa7134-input.c
parent36f6bb97caa772d7dc42250db74253e0867a444a (diff)
V4L/DVB (9061): saa7134: Add support for Real Audio 220
Thanks to Sistema Fenix (http://www.sistemafenix.com.br/) for sponsoring this development. Signed-off-by: Gilberto <gilberto@sistemafenix.com.br> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa7134/saa7134-input.c')
-rw-r--r--drivers/media/video/saa7134/saa7134-input.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/video/saa7134/saa7134-input.c b/drivers/media/video/saa7134/saa7134-input.c
index 0fded7511eaf..72a1c67a8c39 100644
--- a/drivers/media/video/saa7134/saa7134-input.c
+++ b/drivers/media/video/saa7134/saa7134-input.c
@@ -533,6 +533,12 @@ int saa7134_input_init1(struct saa7134_dev *dev)
533 mask_keydown = 0xf00000; 533 mask_keydown = 0xf00000;
534 polling = 50; /* ms */ 534 polling = 50; /* ms */
535 break; 535 break;
536 case SAA7134_BOARD_REAL_ANGEL_220:
537 ir_codes = ir_codes_real_audio_220_32_keys;
538 mask_keycode = 0x3f00;
539 mask_keyup = 0x4000;
540 polling = 50; /* ms */
541 break;
536 } 542 }
537 if (NULL == ir_codes) { 543 if (NULL == ir_codes) {
538 printk("%s: Oops: IR config error [card=%d]\n", 544 printk("%s: Oops: IR config error [card=%d]\n",