diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-01-24 10:18:37 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-22 18:24:04 -0400 |
commit | 6f9e46b44785eb9cc59e638970e7aa443ff6fe5e (patch) | |
tree | 1021127d808670ac8b02321f3bc2fb3c870498eb /drivers/media/rc/keymaps/rc-pixelview-mk12.c | |
parent | 444cc20b3d6141a5fa9a9774a6b710e16af6110d (diff) |
[media] rc/keymaps: Use KEY_VIDEO for Video Source
Each keyboard map were using a different definition for
the Source/Video Source key.
Behold Columbus were the only one using KEY_PROPS.
As we want to standardize those keys at X11 and at
userspace applications, we need to use just one code
for it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Diffstat (limited to 'drivers/media/rc/keymaps/rc-pixelview-mk12.c')
-rw-r--r-- | drivers/media/rc/keymaps/rc-pixelview-mk12.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/rc/keymaps/rc-pixelview-mk12.c b/drivers/media/rc/keymaps/rc-pixelview-mk12.c index 8d9f664e0a2d..125fc3949c15 100644 --- a/drivers/media/rc/keymaps/rc-pixelview-mk12.c +++ b/drivers/media/rc/keymaps/rc-pixelview-mk12.c | |||
@@ -34,7 +34,7 @@ static struct rc_map_table pixelview_mk12[] = { | |||
34 | { 0x866b13, KEY_AGAIN }, /* loop */ | 34 | { 0x866b13, KEY_AGAIN }, /* loop */ |
35 | { 0x866b10, KEY_DIGITS }, /* +100 */ | 35 | { 0x866b10, KEY_DIGITS }, /* +100 */ |
36 | 36 | ||
37 | { 0x866b00, KEY_MEDIA }, /* source */ | 37 | { 0x866b00, KEY_VIDEO }, /* source */ |
38 | { 0x866b18, KEY_MUTE }, /* mute */ | 38 | { 0x866b18, KEY_MUTE }, /* mute */ |
39 | { 0x866b19, KEY_CAMERA }, /* snapshot */ | 39 | { 0x866b19, KEY_CAMERA }, /* snapshot */ |
40 | { 0x866b1a, KEY_SEARCH }, /* scan */ | 40 | { 0x866b1a, KEY_SEARCH }, /* scan */ |