mirror of
https://github.com/adulau/aha.git
synced 2025-01-04 07:03:38 +00:00
[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>
This commit is contained in:
parent
6f3c343bfa
commit
b01bc14a2c
1 changed files with 0 additions and 1 deletions
|
@ -562,7 +562,6 @@ int saa7134_input_init1(struct saa7134_dev *dev)
|
|||
ir_codes = manli_codes;
|
||||
mask_keycode = 0x001f00;
|
||||
mask_keyup = 0x004000;
|
||||
mask_keydown = 0x002000;
|
||||
polling = 50; // ms
|
||||
break;
|
||||
case SAA7134_BOARD_GOTVIEW_7135:
|
||||
|
|
Loading…
Reference in a new issue