diff options
author | Jarod Wilson <jarod@redhat.com> | 2010-04-17 01:28:35 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-19 19:57:41 +0400 |
commit | 1159f838c0a334855c05c7c94f7a20799c57442d (patch) | |
tree | 4a4d808ac46424204276e74c1e5f44e459e3ebbf /drivers/media/IR/keymaps/Makefile | |
parent | 1c0e0ee580c476234b5ea410f5263fcb27d96389 (diff) | |
download | linux-1159f838c0a334855c05c7c94f7a20799c57442d.tar.xz |
V4L/DVB: ir-core: add imon pad and mce keymaps
This adds the keymaps for the hardware decode scancodes imon
devices create for their native imon pad (and mini) remotes,
and the hardware scancodes generated by the imon devices when
used with an rc6 windows media center ed. remote.
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/IR/keymaps/Makefile')
-rw-r--r-- | drivers/media/IR/keymaps/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/IR/keymaps/Makefile b/drivers/media/IR/keymaps/Makefile index c4d891d79491..ec25258a955f 100644 --- a/drivers/media/IR/keymaps/Makefile +++ b/drivers/media/IR/keymaps/Makefile @@ -30,6 +30,8 @@ obj-$(CONFIG_RC_MAP) += rc-adstech-dvb-t-pci.o \ rc-genius-tvgo-a11mce.o \ rc-gotview7135.o \ rc-hauppauge-new.o \ + rc-imon-mce.o \ + rc-imon-pad.o \ rc-iodata-bctv7e.o \ rc-kaiomy.o \ rc-kworld-315u.o \ |