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

New amlogic cec driver #4712

Merged
merged 1 commit into from
Feb 17, 2016
Merged

New amlogic cec driver #4712

merged 1 commit into from
Feb 17, 2016

Conversation

gdachs
Copy link
Contributor

@gdachs gdachs commented Feb 15, 2016

New libcec adapter for amlogic devices.
This need this kernel that is patched with a new cec driver.

kernel patches added
@lrusak
Copy link
Contributor

lrusak commented Feb 17, 2016

The patches apply fine 👍

sraue added a commit that referenced this pull request Feb 17, 2016
@sraue sraue merged commit 4bfc99d into OpenELEC:master Feb 17, 2016
@mcaptur
Copy link

mcaptur commented Feb 18, 2016

My tv (a thomsom) has flaky CEC support and i don't need it.. with this patch dmesg is flooded with the following

[11829.652171@1] cec: try 3 times
[11829.652189@1] [amlogic_cec] amlogic_cec_write(): Message transmit failed, ret=0
[11830.652908@1] [amlogic_cec] amlogic_cec_write(): amlogic_cec_write: enter
[11830.722046@1] cec TX status: rx: 0x0; tx: 0x1
[11830.722087@1] CEC: tx msg len: 1 dat: 10
[11830.722087@1] CEC: tx state: 0
[11830.802054@1] cec TX status: rx: 0x0; tx: 0x1
[11830.802095@1] CEC: tx msg len: 1 dat: 10
[11830.802095@1] CEC: tx state: 0
[11830.802152@1] hdmitx: cec: hw reset :logical addr:0x11
[11830.862133@1] cec TX status: rx: 0x0; tx: 0x1
[11830.862181@1] CEC: tx msg len: 1 dat: 10
[11830.862181@1] CEC: tx state: 0
[11830.862222@1] hdmitx: cec: hw reset :logical addr:0x11
[11830.862234@1] cec: ret = 0
[11830.862245@1] cec: try 3 times
[11830.862265@1] [amlogic_cec] amlogic_cec_write(): Message transmit failed, ret=0
[11830.862622@1] [amlogic_cec] amlogic_cec_write(): amlogic_cec_write: enter
[11830.932276@1] cec TX status: rx: 0x0; tx: 0x1
[11830.932319@1] CEC: tx msg len: 1 dat: 10
[11830.932319@1] CEC: tx state: 0
[11831.012074@1] cec TX status: rx: 0x0; tx: 0x1
[11831.012115@1] CEC: tx msg len: 1 dat: 10
[11831.012115@1] CEC: tx state: 0
[11831.012154@1] hdmitx: cec: hw reset :logical addr:0x11
[11831.072036@1] cec TX status: rx: 0x0; tx: 0x1
[11831.072076@1] CEC: tx msg len: 1 dat: 10
[11831.072076@1] CEC: tx state: 0
[11831.072107@1] hdmitx: cec: hw reset :logical addr:0x11
[11831.072118@1] cec: ret = 0
[11831.072129@1] cec: try 3 times
[11831.072147@1] [amlogic_cec] amlogic_cec_write(): Message transmit failed, ret=0

I tried disabling CEC from within kodi settings, but still get these entries.. is there another way to disable CEC?

@gdachs
Copy link
Contributor Author

gdachs commented Feb 18, 2016

I don't know another way to disable cec. If disabling in kodi settings doesn't work, then this would be a libcec issue.

@mcaptur
Copy link

mcaptur commented Feb 18, 2016

Actually needed to reboot openelec for setting to take effect.

@gdachs
Copy link
Contributor Author

gdachs commented Feb 18, 2016

Has nothing to do with my changes, but good to hear that it works now for you.

@gdachs gdachs deleted the new-amlogic-cec-driver branch February 20, 2016 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants