From 3cbf5072ee0f38da278d67b7fafcfd6c86f83d36 Mon Sep 17 00:00:00 2001 From: Antti Palosaari Date: Tue, 12 Oct 2010 17:19:08 -0300 Subject: [PATCH] [media] fix A-Link DTU(m) remote controller PIP button Button is PIP => KEY_NEW http://www.linuxtv.org/wiki/index.php/Remote_Controllers Signed-off-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab --- drivers/media/IR/keymaps/rc-alink-dtu-m.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/IR/keymaps/rc-alink-dtu-m.c b/drivers/media/IR/keymaps/rc-alink-dtu-m.c index 6888ea2..ddfee7f 100644 --- a/drivers/media/IR/keymaps/rc-alink-dtu-m.c +++ b/drivers/media/IR/keymaps/rc-alink-dtu-m.c @@ -27,7 +27,7 @@ static struct ir_scancode alink_dtu_m[] = { { 0x0802, KEY_3 }, { 0x0803, KEY_7 }, { 0x0804, KEY_9 }, - { 0x0805, KEY_ZOOM }, /* [two windows + corner arrows] */ + { 0x0805, KEY_NEW }, /* symbol: PIP */ { 0x0806, KEY_0 }, { 0x0807, KEY_CHANNEL }, /* JUMP */ { 0x080d, KEY_5 }, -- 2.7.4