signal all waiting threads when receiving an active source message, cache the current...
authorLars Op den Kamp <lars@opdenkamp.eu>
Mon, 12 Nov 2012 16:42:20 +0000 (17:42 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Mon, 12 Nov 2012 16:44:17 +0000 (17:44 +0100)
commitd3caa81bbff5c84e49cdc9c4c1de5d0b583eb45d
treee6f0bb2610c40a197057e1cce7cb4b38dbe9f746
parente4e827e620365d043ef94da8874d942f80aefb9b
signal all waiting threads when receiving an active source message, cache the current active source address, so the info doesn't get lost when we don't know the physical address yet. fixes incorrect or slow active source queries
src/lib/CECProcessor.cpp
src/lib/devices/CECBusDevice.cpp
src/lib/devices/CECDeviceMap.cpp
src/lib/devices/CECDeviceMap.h
src/lib/implementations/CECCommandHandler.cpp
src/testclient/main.cpp