Add default HDMI port to fall back to when resetting #608
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.
With a Pulse-Eight USB CEC adapter connected to HDMI2 (and nothing plugged into HDMI1) on a Samsung HG32NJ690FF or Samsung HG32NF693GF (haven't tested other Samsung models) with the TV set to always start up with TV as the source, if you power off the TV, then send the 'p 0 2' command in cec-client.exe, then send the 'as' command in cec-client.exe, you will see the TV power on to TV briefly, then switch to HDMI2, then about 10 seconds later, the TV switches to HDMI1 due to a physical address conflict that causes libcec to switch the TV to HDMI1 because it is resetting to its default HDMI port of HDMI1. We want the TV to show us HDMI2 when we send a command to libcec to turn on the TV and show us HDMI2.