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 /drivers/media/rc/keymaps/Makefile | |
parent | 9554d57ebbc78db6d66057bfc12552247a7567da (diff) | |
download | linux-5085c99eeb8e47bcfc2cce6ba0ae03db057057ba.tar.gz linux-5085c99eeb8e47bcfc2cce6ba0ae03db057057ba.tar.bz2 linux-5085c99eeb8e47bcfc2cce6ba0ae03db057057ba.zip |
[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 'drivers/media/rc/keymaps/Makefile')
-rw-r--r-- | drivers/media/rc/keymaps/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/rc/keymaps/Makefile b/drivers/media/rc/keymaps/Makefile index 38ff6e0e099a..6d41a29861ac 100644 --- a/drivers/media/rc/keymaps/Makefile +++ b/drivers/media/rc/keymaps/Makefile @@ -53,6 +53,7 @@ obj-$(CONFIG_RC_MAP) += rc-adstech-dvb-t-pci.o \ rc-manli.o \ rc-medion-x10.o \ rc-medion-x10-digitainer.o \ + rc-medion-x10-or2x.o \ rc-msi-digivox-ii.o \ rc-msi-digivox-iii.o \ rc-msi-tvanywhere.o \ |