You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
commit 0641198ad17c6a6ded66e736da9fe97e09529dbd from
https://github.com/raspberrypi/linux.git rpi-6.1.y
See: https://forum.libreelec.tv/thread/24783-tv-avr-turns-back-on-right-after-turning-them-off
While the kernel provides a :D flag for assuming device is connected,
it doesn't stop this function from being called and generating a cec_phys_addr_invalidate
message when hotplug is deasserted.
That message provokes a flurry of CEC messages which for many users results in the TV
switching back on again and it's very hard to get it to stay switched off.
It seems to only occur with an AVR and TV connected but has been observed across a
number of manufacturers.
The issue started with raspberrypi/linux#4371
and this provides an optional way of getting back the old behaviour
Signed-off-by: Dom Cobley <[email protected]>
Signed-off-by: Meng Li <[email protected]>
0 commit comments