Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MXC-CEC: Return writable for poll when no link status. #1

Merged
merged 1 commit into from
Jul 29, 2017

Commits on Jul 24, 2017

  1. MXC-CEC: Return writable for poll when no link status.

    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 <nazard@nazar.ca>
    dougnazar committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    5fc0429 View commit details
    Browse the repository at this point in the history