diff options
author | Nickolay V. Shmyrev <nshmyrev@yandex.ru> | 2005-11-09 00:36:47 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:12 -0500 |
commit | fea095fe4c8f7f615472ee8036fe511b47eec53d (patch) | |
tree | 181336200c5febeaa360a888ecfb5001bc0bbfb3 /drivers/media/video/saa7134/saa7134-input.c | |
parent | 93e960ff2d94a68403f87bbd2e664509bdfefbae (diff) |
[PATCH] v4l: 688: add remote for dvb t300 remote
- Add remote for DVB-T300 Remote.
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/saa7134/saa7134-input.c')
-rw-r--r-- | drivers/media/video/saa7134/saa7134-input.c | 5 |
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 baf16a348f44..b69b18c5f189 100644 --- a/drivers/media/video/saa7134/saa7134-input.c +++ b/drivers/media/video/saa7134/saa7134-input.c | |||
@@ -578,6 +578,11 @@ int saa7134_input_init1(struct saa7134_dev *dev) | |||
578 | mask_keyup = 0x400000; | 578 | mask_keyup = 0x400000; |
579 | polling = 50; // ms | 579 | polling = 50; // ms |
580 | break; | 580 | break; |
581 | case SAA7134_BOARD_VIDEOMATE_DVBT_300: | ||
582 | ir_codes = videomate_tv_pvr_codes; | ||
583 | mask_keycode = 0x003F00; | ||
584 | mask_keyup = 0x040000; | ||
585 | break; | ||
581 | } | 586 | } |
582 | if (NULL == ir_codes) { | 587 | if (NULL == ir_codes) { |
583 | printk("%s: Oops: IR config error [card=%d]\n", | 588 | printk("%s: Oops: IR config error [card=%d]\n", |