diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2016-07-19 13:44:32 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-22 19:01:37 +0200 |
commit | 260ff1144a9dd1afb85cf5da462672d68412cbc4 (patch) | |
tree | c37a4243c24895f5ef0fc8a15140d4bcc31cba20 /drivers | |
parent | [media] cec: set unclaimed addresses to CEC_LOG_ADDR_INVALID (diff) | |
download | linux-260ff1144a9dd1afb85cf5da462672d68412cbc4.tar.xz linux-260ff1144a9dd1afb85cf5da462672d68412cbc4.zip |
[media] cec: add item to TODO
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/media/cec/TODO | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/media/cec/TODO b/drivers/staging/media/cec/TODO index a10d4f82b954..13224694a8ae 100644 --- a/drivers/staging/media/cec/TODO +++ b/drivers/staging/media/cec/TODO @@ -12,6 +12,7 @@ Hopefully this will happen later in 2016. Other TODOs: +- There are two possible replies to CEC_MSG_INITIATE_ARC. How to handle that? - Add a flag to inhibit passing CEC RC messages to the rc subsystem. Applications should be able to choose this when calling S_LOG_ADDRS. - If the reply field of cec_msg is set then when the reply arrives it |