diff options
author | Anssi Hannula <anssi.hannula@iki.fi> | 2012-05-14 09:52:37 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-20 11:40:06 -0300 |
commit | 5085c99eeb8e47bcfc2cce6ba0ae03db057057ba (patch) | |
tree | aa2e59ec362636d2886d43c6b0093bd5dd0b8446 /include/media | |
parent | 9554d57ebbc78db6d66057bfc12552247a7567da (diff) | |
download | kernel_goldelico_gta04-5085c99eeb8e47bcfc2cce6ba0ae03db057057ba.zip kernel_goldelico_gta04-5085c99eeb8e47bcfc2cce6ba0ae03db057057ba.tar.gz kernel_goldelico_gta04-5085c99eeb8e47bcfc2cce6ba0ae03db057057ba.tar.bz2 |
[media] ati_remote: add keymap for Medion X10 OR2x remotes
Add another Medion X10 remote keymap. This is for the Medion OR2x
remotes with the Windows MCE button.
The receiver shipped with this remote has the same USB ID as the other
Medion receivers, but the name is different and is therefore used to
detect this variant.
Signed-off-by: Anssi Hannula <anssi.hannula@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/rc-map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/rc-map.h b/include/media/rc-map.h index 88583a6..2e0f67d 100644 --- a/include/media/rc-map.h +++ b/include/media/rc-map.h @@ -114,6 +114,7 @@ void rc_map_init(void); #define RC_MAP_MANLI "rc-manli" #define RC_MAP_MEDION_X10 "rc-medion-x10" #define RC_MAP_MEDION_X10_DIGITAINER "rc-medion-x10-digitainer" +#define RC_MAP_MEDION_X10_OR2X "rc-medion-x10-or2x" #define RC_MAP_MSI_DIGIVOX_II "rc-msi-digivox-ii" #define RC_MAP_MSI_DIGIVOX_III "rc-msi-digivox-iii" #define RC_MAP_MSI_TVANYWHERE_PLUS "rc-msi-tvanywhere-plus" |