diff options
author | Jan Klötzke <jan@kloetzke.net> | 2015-06-06 22:58:12 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-10 17:52:25 +0300 |
commit | 1c35cf9ccac5cf32cd865e6a62dfd16dd50ad5dd (patch) | |
tree | 89d47bec03be292b8635a3aac90b047ab262047d /drivers/media/rc/keymaps/Makefile | |
parent | 578e95dd38b5b23be99b9899ddab480be4be9b2a (diff) | |
download | linux-1c35cf9ccac5cf32cd865e6a62dfd16dd50ad5dd.tar.xz |
[media] rc/keymaps: add keytable for Twinhan DTV CAB CI
This RC map was taken from Christoph Pinkl's patch
(http://patchwork.linuxtv.org/patch/7217/). It is used solely by the respective
mantis based card because the encoding is not known.
Signed-off-by: Jan Klötzke <jan@kloetzke.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.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 f0c02c814b47..fbbd3bbcd252 100644 --- a/drivers/media/rc/keymaps/Makefile +++ b/drivers/media/rc/keymaps/Makefile @@ -97,6 +97,7 @@ obj-$(CONFIG_RC_MAP) += rc-adstech-dvb-t-pci.o \ rc-total-media-in-hand-02.o \ rc-trekstor.o \ rc-tt-1500.o \ + rc-twinhan-dtv-cab-ci.o \ rc-twinhan1027.o \ rc-videomate-m1f.o \ rc-videomate-s350.o \ |