From: Lars Op den Kamp Date: Fri, 20 Apr 2012 11:25:48 +0000 (+0200) Subject: cec: added a callback to handle menu state changes. if the callback method returns... X-Git-Tag: upstream/2.2.0~1^2~29^2^2~76 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=sidebyside;h=e1804a4e359f5e188a02705c85e7e666d1d1482e;hp=e1804a4e359f5e188a02705c85e7e666d1d1482e;p=deb_libcec.git cec: added a callback to handle menu state changes. if the callback method returns 1, then the change is processed by the CCECBusDevice too. if 0, then the CCECBusDevice will always have menu state 'activated', so keypresses are routed. bugzid: 724 ---