summaryrefslogtreecommitdiff
path: root/drivers/media/rc/rc-core-priv.h
diff options
context:
space:
mode:
authorPatrick Lerda <patrick9876@free.fr>2019-01-17 11:50:13 +0300
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-02-18 23:39:49 +0300
commit721074b03411327e7bf41555d4cc7c18f49313f7 (patch)
tree6edd587b9b98557ed635d11532c3370175a933e0 /drivers/media/rc/rc-core-priv.h
parent12aceee1f412c3ddc7750155fec06c906f14ab51 (diff)
downloadlinux-721074b03411327e7bf41555d4cc7c18f49313f7.tar.xz
media: rc: rcmm decoder and encoder
media: add support for RCMM infrared remote controls. Signed-off-by: Patrick Lerda <patrick9876@free.fr> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/rc/rc-core-priv.h')
-rw-r--r--drivers/media/rc/rc-core-priv.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/rc/rc-core-priv.h b/drivers/media/rc/rc-core-priv.h
index c2cbe7f6266c..9f21b3e8b377 100644
--- a/drivers/media/rc/rc-core-priv.h
+++ b/drivers/media/rc/rc-core-priv.h
@@ -131,6 +131,11 @@ struct ir_raw_event_ctrl {
unsigned int bits;
bool stick_keyboard;
} imon;
+ struct rcmm_dec {
+ int state;
+ unsigned int count;
+ u32 bits;
+ } rcmm;
};
/* Mutex for locking raw IR processing and handler change */