summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/rc-ir-raw.c
diff options
context:
space:
mode:
authorMarcel J.E. Mol <marcel@mesa.nl>2014-07-26 17:28:26 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-07-26 19:38:04 -0300
commit1dee9b59d69a15d566c16ee6fbd7216108ad5cac (patch)
tree75d5c4bba63dfba3b04cb2d7178f2c1834242eb9 /drivers/media/rc/rc-ir-raw.c
parent0a6824bc10de58dac8beca4ad6744753f1cf9a6f (diff)
downloadlinux-1dee9b59d69a15d566c16ee6fbd7216108ad5cac.tar.bz2
[media] rc: Add support for decoding XMP protocol
This protocol is found on Dreambox remotes [m.chehab@samsung.com: CodingStyle fixes and conflict fix] Signed-off-by: Marcel Mol <marcel@mesa.nl> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/rc/rc-ir-raw.c')
-rw-r--r--drivers/media/rc/rc-ir-raw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/rc/rc-ir-raw.c b/drivers/media/rc/rc-ir-raw.c
index e772c4cf9f61..e8fff2add265 100644
--- a/drivers/media/rc/rc-ir-raw.c
+++ b/drivers/media/rc/rc-ir-raw.c
@@ -362,6 +362,7 @@ void ir_raw_init(void)
load_sharp_decode();
load_mce_kbd_decode();
load_lirc_codec();
+ load_xmp_decode();
/* If needed, we may later add some init code. In this case,
it is needed to change the CONFIG_MODULE test at rc-core.h