aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/IR/keymaps/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2010-04-04 13:06:55 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-19 11:56:58 -0400
commit9dfe4e8339499bfe8e9a362fefc290b4cb9c3803 (patch)
treea42ab74108d03f8009f01e2fc896df15638dfc06 /drivers/media/IR/keymaps/Makefile
parent4f9256b496677adf799342cee7d406dd46e566d9 (diff)
V4L/DVB: ir-core: Add support for badly-implemented hardware decoders
A few hardware Remote Controller decoders, even using a standard protocol, aren't able to provide the entire scancode. Due to that, the capability of using other IR's are limited on those hardware. Adds a way to indicate to ir-core what are the bits that the hardware provides, from a scancode, allowing the addition of a complete IR table to the kernel and allowing a limited support for changing the Remote Controller on those devices. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/IR/keymaps/Makefile')
-rw-r--r--drivers/media/IR/keymaps/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/IR/keymaps/Makefile b/drivers/media/IR/keymaps/Makefile
index 937b7db9c9d2..c4d891d79491 100644
--- a/drivers/media/IR/keymaps/Makefile
+++ b/drivers/media/IR/keymaps/Makefile
@@ -46,6 +46,7 @@ obj-$(CONFIG_RC_MAP) += rc-adstech-dvb-t-pci.o \
46 rc-pinnacle-grey.o \ 46 rc-pinnacle-grey.o \
47 rc-pinnacle-pctv-hd.o \ 47 rc-pinnacle-pctv-hd.o \
48 rc-pixelview.o \ 48 rc-pixelview.o \
49 rc-pixelview-mk12.o \
49 rc-pixelview-new.o \ 50 rc-pixelview-new.o \
50 rc-powercolor-real-angel.o \ 51 rc-powercolor-real-angel.o \
51 rc-proteus-2309.o \ 52 rc-proteus-2309.o \