diff options
author | Antti Palosaari <crope@iki.fi> | 2013-04-12 13:59:02 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-04-14 22:48:35 -0300 |
commit | 52f5ad6c5f16dedefbea447245192078484665ec (patch) | |
tree | 76ac1e0553a8b525fca08c948f0f054246916afa /drivers/media/rc/keymaps/Makefile | |
parent | 068a0df76023926af958a336a78bef60468d2033 (diff) | |
download | op-kernel-dev-52f5ad6c5f16dedefbea447245192078484665ec.zip op-kernel-dev-52f5ad6c5f16dedefbea447245192078484665ec.tar.gz |
[media] rc: add rc-reddo
It is very similar than rc-msi-digivox-iii but new keytable is needed
as there is one existing scancode mapped to different button. Also that
one has less buttons.
NEC extended protocol with address 0x61d6.
Signed-off-by: Antti Palosaari <crope@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 7786619..04baac4 100644 --- a/drivers/media/rc/keymaps/Makefile +++ b/drivers/media/rc/keymaps/Makefile @@ -78,6 +78,7 @@ obj-$(CONFIG_RC_MAP) += rc-adstech-dvb-t-pci.o \ rc-hauppauge.o \ rc-rc6-mce.o \ rc-real-audio-220-32-keys.o \ + rc-reddo.o \ rc-snapstream-firefly.o \ rc-streamzap.o \ rc-tbs-nec.o \ |