summary refs log tree commit diff
path: root/drivers/media/rc/keymaps/rc-dntv-live-dvb-t.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-01-24 12:18:37 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-03-22 19:24:04 -0300
commit6f9e46b44785eb9cc59e638970e7aa443ff6fe5e (patch)
tree1021127d808670ac8b02321f3bc2fb3c870498eb /drivers/media/rc/keymaps/rc-dntv-live-dvb-t.c
parent444cc20b3d6141a5fa9a9774a6b710e16af6110d (diff)
downloadlinux-6f9e46b44785eb9cc59e638970e7aa443ff6fe5e.tar.gz
[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-dntv-live-dvb-t.c')
-rw-r--r--drivers/media/rc/keymaps/rc-dntv-live-dvb-t.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/rc/keymaps/rc-dntv-live-dvb-t.c b/drivers/media/rc/keymaps/rc-dntv-live-dvb-t.c
index 43912bd02a9e..82c0200029af 100644
--- a/drivers/media/rc/keymaps/rc-dntv-live-dvb-t.c
+++ b/drivers/media/rc/keymaps/rc-dntv-live-dvb-t.c
@@ -32,7 +32,7 @@ static struct rc_map_table dntv_live_dvb_t[] = {
 	{ 0x0c, KEY_SEARCH },		/* scan */
 	{ 0x0d, KEY_STOP },
 	{ 0x0e, KEY_PAUSE },
-	{ 0x0f, KEY_LIST },		/* source */
+	{ 0x0f, KEY_VIDEO },		/* source */
 
 	{ 0x10, KEY_MUTE },
 	{ 0x11, KEY_REWIND },		/* backward << */