Skip to content

Commit

Permalink
[media] fix A-Link DTU(m) remote controller PIP button
Browse files Browse the repository at this point in the history
Button is PIP => KEY_NEW
http://www.linuxtv.org/wiki/index.php/Remote_Controllers

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent dfd6f7f commit 3cbf507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/IR/keymaps/rc-alink-dtu-m.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 3cbf507

Please sign in to comment.