V4L/DVB: ir-core: Add JVC support to ir-core
[pandora-kernel.git] / drivers / media / IR / ir-raw-event.c
index 59f173c..7eef6bf 100644 (file)
@@ -233,6 +233,7 @@ static void init_decoders(struct work_struct *work)
        load_nec_decode();
        load_rc5_decode();
        load_rc6_decode();
+       load_jvc_decode();
 
        /* If needed, we may later add some init code. In this case,
           it is needed to change the CONFIG_MODULE test at ir-core.h