diff options
author | Antti Palosaari <crope@iki.fi> | 2013-04-12 18:59:02 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-04-15 03:48:35 +0200 |
commit | 52f5ad6c5f16dedefbea447245192078484665ec (patch) | |
tree | 76ac1e0553a8b525fca08c948f0f054246916afa /drivers/media/rc/keymaps/Makefile | |
parent | [media] media: vb2: add length check for mmap (diff) | |
download | linux-52f5ad6c5f16dedefbea447245192078484665ec.tar.xz linux-52f5ad6c5f16dedefbea447245192078484665ec.zip |
[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 778661971aed..04baac4db200 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 \ |