cec: fixed - mark a device as active source before transmitting the active source...
authorLars Op den Kamp <lars@opdenkamp.eu>
Fri, 9 Dec 2011 10:37:45 +0000 (11:37 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Fri, 9 Dec 2011 10:37:45 +0000 (11:37 +0100)
commit37b0c5724f06a98e14686695b5089f66ac657f11
tree55c8756996b857e7e62eeadb20c98f4ff16ca2b1
parentdfb08039104f9477f7a974977ec31ce30a4fa92c
cec: fixed - mark a device as active source before transmitting the active source command, not after. renamed IsActiveDevice() -> IsPresentDevice() internally, to avoid confusion with IsActiveSource().
src/lib/CECProcessor.cpp
src/lib/CECProcessor.h
src/lib/LibCEC.cpp
src/lib/devices/CECBusDevice.cpp
src/lib/devices/CECBusDevice.h
src/lib/implementations/CECCommandHandler.cpp
src/lib/implementations/SLCommandHandler.cpp