diff options
author | Kamil Debski <kamil@wypas.org> | 2015-08-17 13:47:41 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-06-22 13:35:55 +0200 |
commit | ff42c8aa6c5d05b7e084c81c1d02554839d7e9e1 (patch) | |
tree | ea5edebf964468d184cfd24d0eca23e3e6c0b3ef /drivers/media/rc | |
parent | Merge branch 'cec-defines' of git://git.kernel.org/pub/scm/linux/kernel/git/d... (diff) | |
download | linux-ff42c8aa6c5d05b7e084c81c1d02554839d7e9e1.tar.xz linux-ff42c8aa6c5d05b7e084c81c1d02554839d7e9e1.zip |
[media] rc: Add HDMI CEC protocol handling
Add handling of remote control events coming from the HDMI CEC bus
and the new protocol required for that.
Signed-off-by: Kamil Debski <kamil@wypas.org>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/rc')
-rw-r--r-- | drivers/media/rc/rc-main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/rc/rc-main.c b/drivers/media/rc/rc-main.c index 7dfc7c2188f0..c717eafd9d22 100644 --- a/drivers/media/rc/rc-main.c +++ b/drivers/media/rc/rc-main.c @@ -804,6 +804,7 @@ static const struct { { RC_BIT_SHARP, "sharp", "ir-sharp-decoder" }, { RC_BIT_MCE_KBD, "mce_kbd", "ir-mce_kbd-decoder" }, { RC_BIT_XMP, "xmp", "ir-xmp-decoder" }, + { RC_BIT_CEC, "cec", NULL }, }; /** |