diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-01-24 16:18:39 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-22 23:24:06 +0100 |
commit | 04efa85e03b25c5b519e495485d005a8b69ccdab (patch) | |
tree | 10defcc0a81fca07251fe6ce47011aaecf9eb0ea /drivers/media/rc/keymaps/rc-kworld-plus-tv-analog.c | |
parent | [media] rc/keymaps: Fix most KEY_PROG[n] keycodes (diff) | |
download | linux-04efa85e03b25c5b519e495485d005a8b69ccdab.tar.xz linux-04efa85e03b25c5b519e495485d005a8b69ccdab.zip |
[media] rc/keymaps: Use KEY_LEFTMETA were pertinent
Using xev and testing the "Windows" key on a normal keyboard, it
is mapped as KEY_LEFTMETA. So, as this is the standard code for
it, use it, instead of a generic, meaningless KEY_PROG1.
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-kworld-plus-tv-analog.c')
-rw-r--r-- | drivers/media/rc/keymaps/rc-kworld-plus-tv-analog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/rc/keymaps/rc-kworld-plus-tv-analog.c b/drivers/media/rc/keymaps/rc-kworld-plus-tv-analog.c index e45f0b8759d0..08d183120e41 100644 --- a/drivers/media/rc/keymaps/rc-kworld-plus-tv-analog.c +++ b/drivers/media/rc/keymaps/rc-kworld-plus-tv-analog.c @@ -17,7 +17,7 @@ */ static struct rc_map_table kworld_plus_tv_analog[] = { - { 0x0c, KEY_PROG1 }, /* Kworld key */ + { 0x0c, KEY_LEFTMETA }, /* Kworld key */ { 0x16, KEY_CLOSECD }, /* -> ) */ { 0x1d, KEY_POWER2 }, |