mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-13 01:08:50 +00:00
[PATCH] v4l: 643: use key media instead of key videomodeswitch since
- Use KEY_MEDIA instead of KEY_VIDEOMODESWITCH 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
dcd555ece9
commit
84cd961cab
@ -162,7 +162,7 @@ static IR_KEYTAB_TYPE ir_codes_apac_viewcomp[IR_KEYTAB_SIZE] = {
|
||||
static IR_KEYTAB_TYPE ir_codes_conceptronic[IR_KEYTAB_SIZE] = {
|
||||
|
||||
[ 30 ] = KEY_POWER, // power
|
||||
[ 7 ] = KEY_SWITCHVIDEOMODE, // source
|
||||
[ 7 ] = KEY_MEDIA, // source
|
||||
[ 28 ] = KEY_SEARCH, // scan
|
||||
|
||||
/* FIXME: duplicate keycodes?
|
||||
|
Loading…
x
Reference in New Issue
Block a user