Closed
Conversation
…om mxc-hdmi Signed-off-by: Rudi <[email protected]>
Signed-off-by: Rudi <[email protected]>
…ponsible for all this work Signed-off-by: Rudi <[email protected]>
Signed-off-by: Rudi <[email protected]>
Signed-off-by: Rudi <[email protected]>
Signed-off-by: Rudi <[email protected]>
Signed-off-by: Rudi <[email protected]>
…nt libs Signed-off-by: Rudi <[email protected]>
Signed-off-by: Rudi <[email protected]>
Signed-off-by: Rudi <[email protected]>
Signed-off-by: Rudi <[email protected]>
Signed-off-by: Rudi <[email protected]>
Signed-off-by: Rudi <[email protected]>
Signed-off-by: warped-rudi <[email protected]>
Signed-off-by: Rudi <[email protected]>
If there is no link we need to allow writes otherwise libcec will block on select() in the SocketWrite() call. The write() will still fail with EAGAIN. Signed-off-by: Doug Nazar <[email protected]>
MXC-CEC: Return writable for poll when no link status.
The patch introduces a problem when changing CEC parameters in Kodi. More investigation is needed to figure out how to correctly implement section 9.1 of the CEC spec on this hardware. Signed-off-by: Rudi <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a major overhaul of the hdmi-cec driver. It's based on the initial work by @wolfgar and is compatible with his libCEC implementation. A version libCEC that takes better advantage of this driver exists and will be upstreamed once this pull request is accepted. See https://github.com/warped-rudi/libcec/tree/IMX and https://github.com/warped-rudi/libcec/tree/libcec4-imx