diff options
author | Herton Ronaldo Krzesinski <herton@mandriva.com.br> | 2010-05-08 07:23:37 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-06-01 06:21:52 +0200 |
commit | 9e1d9e7bac5c2bafc3c0c51db88c15f3fbcec83f (patch) | |
tree | 319a40ec1ff75b4a607f52812b7f9e295c1fae85 /drivers/media/IR/keymaps/Makefile | |
parent | V4L/DVB: stv6110x: Fix kernel null pointer deref (diff) | |
download | linux-9e1d9e7bac5c2bafc3c0c51db88c15f3fbcec83f.tar.xz linux-9e1d9e7bac5c2bafc3c0c51db88c15f3fbcec83f.zip |
V4L/DVB: saa7134: add support for Avermedia M733A
This change adds support for Avermedia M733A. The original version for
linux 2.6.31 was sent to me from Avermedia, original author is unknown.
I ported it to current kernels, expanded and fixed key code handling for
RM-K6 remote control, and added an additional pci id also supported.
[mchehab@redhat.com: make checkpatch.pl happier]
Signed-off-by: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/IR/keymaps/Makefile b/drivers/media/IR/keymaps/Makefile index ec25258a955f..585f75c3f376 100644 --- a/drivers/media/IR/keymaps/Makefile +++ b/drivers/media/IR/keymaps/Makefile @@ -7,6 +7,7 @@ obj-$(CONFIG_RC_MAP) += rc-adstech-dvb-t-pci.o \ rc-avermedia-cardbus.o \ rc-avermedia-dvbt.o \ rc-avermedia-m135a-rm-jx.o \ + rc-avermedia-m733a-rm-k6.o \ rc-avertv-303.o \ rc-behold.o \ rc-behold-columbus.o \ |