Commit 84cd961c authored by Nickolay V. Shmyrev's avatar Nickolay V. Shmyrev Committed by Linus Torvalds

[PATCH] v4l: 643: use key media instead of key videomodeswitch since

- Use KEY_MEDIA instead of KEY_VIDEOMODESWITCH
Signed-off-by: default avatarNickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent dcd555ec
...@@ -162,7 +162,7 @@ static IR_KEYTAB_TYPE ir_codes_apac_viewcomp[IR_KEYTAB_SIZE] = { ...@@ -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] = { static IR_KEYTAB_TYPE ir_codes_conceptronic[IR_KEYTAB_SIZE] = {
[ 30 ] = KEY_POWER, // power [ 30 ] = KEY_POWER, // power
[ 7 ] = KEY_SWITCHVIDEOMODE, // source [ 7 ] = KEY_MEDIA, // source
[ 28 ] = KEY_SEARCH, // scan [ 28 ] = KEY_SEARCH, // scan
/* FIXME: duplicate keycodes? /* FIXME: duplicate keycodes?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment