-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
libcec: update to libcec-next #4283
Conversation
@MilhouseVH we don't enable the CEC media API on the Generic kernel. If you want to use the HAVE_LINUX_API then you'll need to enable the corresponding kernel config items. |
Is that something worth investigating? Any expected benefits (other than consistency)? I don't really have any CEC capable hardware so can't test anything myself. CEC is pretty much voodoo to me...! |
FWIW, it seems like CEC support is enabled by default in the Generic kernel. I plugged in a USB-C -> HDMI adapter with CEC passthrough and it creates a /dev/cec0 device. Then I made a side build of libcec and ran it on my LibreELEC box and got this output:
|
I did a custom Generic build of LIbreelec with CEC_FRAMEWORK_SUPPORT="yes" and I can confirm that CEC is working well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In addition, the use of version libCEC 5.0.0 could be reviewed.
On the libcec webpage it says that Kodi 18.x is not compatible, but I do not know if with Kodi 19.x.
No further updates for this PR. |
Replacement for #4282. Will track the development branch until there is a new release.