Skip to content

Commit

Permalink
[media] fix TerraTec 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
Thanks to Cart.

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 f8b3d9a commit dfd6f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/IR/keymaps/rc-terratec-slim.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ static struct ir_scancode terratec_slim[] = {
{ 0x02bd08, KEY_9 },
{ 0x02bd09, KEY_0 },
{ 0x02bd0a, KEY_MUTE },
{ 0x02bd0b, KEY_ZOOM }, /* symbol: PIP or zoom ? */
{ 0x02bd0b, KEY_NEW }, /* symbol: PIP */
{ 0x02bd0e, KEY_VOLUMEDOWN },
{ 0x02bd0f, KEY_PLAYPAUSE },
{ 0x02bd10, KEY_RIGHT },
Expand Down

0 comments on commit dfd6f7f

Please sign in to comment.