aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-usb/nova-t-usb2.c
diff options
context:
space:
mode:
authorJarod Wilson <jarod@redhat.com>2011-04-05 18:42:30 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-05-20 09:27:32 -0300
commit56c0893c4f66a5d249b8981101755bec5890500d (patch)
treea9b62ce8d48a36bae9ecf6d308f1c7ecc2a0231a /drivers/media/dvb/dvb-usb/nova-t-usb2.c
parent[media] mceusb: tivo transceiver should default to tivo keymap (diff)
downloadlinux-dev-56c0893c4f66a5d249b8981101755bec5890500d.tar.xz
linux-dev-56c0893c4f66a5d249b8981101755bec5890500d.zip
[media] rc: further key name standardization
Use the newly introduced KEY_IMAGES where appropriate, and standardize on KEY_MEDIA for media center/application launcher button (such as the Windows logo key on the Windows Media Center Ed. remotes). Signed-off-by: Jarod Wilson <jarod@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/nova-t-usb2.c')
-rw-r--r--drivers/media/dvb/dvb-usb/nova-t-usb2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/nova-t-usb2.c b/drivers/media/dvb/dvb-usb/nova-t-usb2.c
index 9d3cd2de46fc..bc350e982b72 100644
--- a/drivers/media/dvb/dvb-usb/nova-t-usb2.c
+++ b/drivers/media/dvb/dvb-usb/nova-t-usb2.c
@@ -47,7 +47,7 @@ static struct rc_map_table rc_map_haupp_table[] = {
{ 0x1e17, KEY_RIGHT },
{ 0x1e18, KEY_VIDEO },
{ 0x1e19, KEY_AUDIO },
- { 0x1e1a, KEY_MEDIA },
+ { 0x1e1a, KEY_IMAGES },
{ 0x1e1b, KEY_EPG },
{ 0x1e1c, KEY_TV },
{ 0x1e1e, KEY_NEXT },