diff options
author | Nickolay V. Shmyrev <nshmyrev@yandex.ru> | 2005-11-09 00:36:25 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:08 -0500 |
commit | b01bc14a2c67b0b562d8201a864d7b4aada07ab4 (patch) | |
tree | deb2c95124da13ee670aca60dd4e64035764968f /drivers/media/video/saa7134/saa7134-input.c | |
parent | 6f3c343bfa61532e02b95d409455a8bab6b47a6b (diff) |
[PATCH] v4l: 645: refine input handling for manli beholder
- Refine input handling for Manli/Beholder.
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/saa7134/saa7134-input.c b/drivers/media/video/saa7134/saa7134-input.c index c473ddcbd741..baf16a348f44 100644 --- a/drivers/media/video/saa7134/saa7134-input.c +++ b/drivers/media/video/saa7134/saa7134-input.c | |||
@@ -562,7 +562,6 @@ int saa7134_input_init1(struct saa7134_dev *dev) | |||
562 | ir_codes = manli_codes; | 562 | ir_codes = manli_codes; |
563 | mask_keycode = 0x001f00; | 563 | mask_keycode = 0x001f00; |
564 | mask_keyup = 0x004000; | 564 | mask_keyup = 0x004000; |
565 | mask_keydown = 0x002000; | ||
566 | polling = 50; // ms | 565 | polling = 50; // ms |
567 | break; | 566 | break; |
568 | case SAA7134_BOARD_GOTVIEW_7135: | 567 | case SAA7134_BOARD_GOTVIEW_7135: |