Harden cog and kodi display device handling#97
Merged
Merged
Conversation
This was referenced Jun 30, 2026
alchark
requested changes
Jul 1, 2026
alchark
left a comment
Collaborator
There was a problem hiding this comment.
Please split out the changes to cog-seat1.service and kodi-display-gate into a separate commit directly on top of the dev branch and let's merge them, as they are not tied to the Btrfs changes.
The handoffs removal and shutdown.conf can be squashed into the commit introducing respective profiles instead.
Address the SPI panel by its stable by-path name and bind it to a fixed /dev/dri/card0 inside cog's namespace, so DRM card renumbering across kernel builds no longer breaks seat1. Make the kodi display-gate match the main connector on any card rather than a hardcoded cardN.
13265a7 to
eacdbec
Compare
Contributor
Author
|
Done. Thanks for the feedback. |
alchark
approved these changes
Jul 1, 2026
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.
Split out from the btrfs stack per review: the cog-seat1.service and kodi-display-gate changes are not tied to btrfs, so they go straight onto dev.
The handoff removals and shutdown.conf from the original commit move into the profile-migration commit (#96).