V4L/DVB: IR/streamzap: functional in-kernel decoding
[cascardo/linux.git] / drivers / media / IR / ir-core-priv.h
index a85a8c7..0ad8ea3 100644 (file)
@@ -76,6 +76,12 @@ struct ir_raw_event_ctrl {
                bool first;
                bool toggle;
        } jvc;
+       struct rc5_sz_dec {
+               int state;
+               u32 bits;
+               unsigned count;
+               unsigned wanted_bits;
+       } rc5_sz;
        struct lirc_codec {
                struct ir_input_dev *ir_dev;
                struct lirc_driver *drv;