diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-01 08:02:35 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-02 16:43:49 -0300 |
commit | 5af935cc96a291f90799bf6a2587d87329a91699 (patch) | |
tree | 7052ae5a3db8134a092480f96bbf940776d85c36 /drivers/media/IR/keymaps/Makefile | |
parent | 8dc09004978538d211ccc36b5046919489e30a55 (diff) | |
download | lwn-5af935cc96a291f90799bf6a2587d87329a91699.tar.gz lwn-5af935cc96a291f90799bf6a2587d87329a91699.zip |
V4L/DVB: dib0700: break keytable into NEC and RC-5 variants
Instead of having one big keytable with 2 protocols inside, break it
into two separate tables, being one for NEC and another for RC-5 variants,
and properly identify what variant should be used at the boards entries.
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/IR/keymaps/Makefile b/drivers/media/IR/keymaps/Makefile index 85330d171c4e..cbee06243b51 100644 --- a/drivers/media/IR/keymaps/Makefile +++ b/drivers/media/IR/keymaps/Makefile @@ -14,7 +14,8 @@ obj-$(CONFIG_RC_MAP) += rc-adstech-dvb-t-pci.o \ rc-budget-ci-old.o \ rc-cinergy-1400.o \ rc-cinergy.o \ - rc-dib0700-big.o \ + rc-dib0700-nec.o \ + rc-dib0700-rc5.o \ rc-dm1105-nec.o \ rc-dntv-live-dvb-t.o \ rc-dntv-live-dvbt-pro.o \ |