cec: fixed - don't request the PA of devices when handling an incoming CEC command...
authorLars Op den Kamp <lars@opdenkamp.eu>
Thu, 26 Apr 2012 09:29:17 +0000 (11:29 +0200)
committerLars Op den Kamp <lars@opdenkamp.eu>
Thu, 26 Apr 2012 09:29:17 +0000 (11:29 +0200)
commit0680dab3d36a09be739b1852ac622a3aac0229bb
treed795753e70574d2fcf84c44b1a471a710785b290
parent4d14323b2ecc400110ace550ae7e4739964dfa8b
cec: fixed - don't request the PA of devices when handling an incoming CEC command, or it'll block things while waiting for a response. if that response never comes, or comes late, then other incoming commands will be timed out before they are handled
src/lib/CECProcessor.cpp
src/lib/CECProcessor.h
src/lib/devices/CECBusDevice.cpp
src/lib/devices/CECBusDevice.h
src/lib/implementations/SLCommandHandler.cpp
src/lib/implementations/VLCommandHandler.cpp