summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/cec/TODO
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2016-11-02 07:41:41 -0200
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-11-16 15:36:03 -0200
commita69a168a1bd470cb8a8c5f2ff4b54463de615226 (patch)
tree4c3610eea028d8f79d3e5b6139ad2e7d2bd97776 /drivers/staging/media/cec/TODO
parentf5580d8d6fd07a569e468fca51f435aa5b122fc4 (diff)
downloadlinux-stable-a69a168a1bd470cb8a8c5f2ff4b54463de615226.tar.gz
linux-stable-a69a168a1bd470cb8a8c5f2ff4b54463de615226.tar.bz2
linux-stable-a69a168a1bd470cb8a8c5f2ff4b54463de615226.zip
[media] cec: add proper support for CDC-Only CEC devices
CDC-Only CEC devices are CEC devices that can only handle CDC messages, all other messages are ignored. Add a flag to signal that this is a CDC-Only device and act accordingly. Also add helper functions to identify if a CEC device is configured as a CDC-Only device, a second TV, a switch or a processor, since these variations cannot be determined by the logical address alone. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/staging/media/cec/TODO')
-rw-r--r--drivers/staging/media/cec/TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/media/cec/TODO b/drivers/staging/media/cec/TODO
index 5a4cfdf8d15e..504d35c7ae95 100644
--- a/drivers/staging/media/cec/TODO
+++ b/drivers/staging/media/cec/TODO
@@ -1,9 +1,5 @@
TODOs:
-- Should CEC_LOG_ADDR_TYPE_SPECIFIC be replaced by TYPE_2ND_TV and TYPE_PROCESSOR?
- And also TYPE_SWITCH and TYPE_CDC_ONLY in addition to the TYPE_UNREGISTERED?
- This should give the framework more information about the device type
- since SPECIFIC and UNREGISTERED give no useful information.
- Once this is out of staging this should no longer be a separate
config option, instead it should be selected by drivers that want it.
- Revisit the IS_REACHABLE(RC_CORE): perhaps the RC_CORE support should