cec: refactor CEC command handling. split up standard and non-standard CEC implementa...
authorLars Op den Kamp <lars@opdenkamp.eu>
Wed, 26 Oct 2011 22:59:40 +0000 (00:59 +0200)
committerLars Op den Kamp <lars@opdenkamp.eu>
Wed, 26 Oct 2011 22:59:40 +0000 (00:59 +0200)
commite9de9629478f63b357b69314d7935c6539c3ad71
tree3d10182daa3eb4b11585138d15d30e0f88047a40
parentdfc63a477abf728b24cc8fad520a6e60d7c129cf
cec: refactor CEC command handling. split up standard and non-standard CEC implementations.
15 files changed:
configure.ac
include/cecloader.h
src/lib/ANCommandHandler.cpp [new file with mode: 0644]
src/lib/ANCommandHandler.h [new file with mode: 0644]
src/lib/CECBusDevice.cpp [new file with mode: 0644]
src/lib/CECBusDevice.h [new file with mode: 0644]
src/lib/CECCommandHandler.cpp [new file with mode: 0644]
src/lib/CECCommandHandler.h [new file with mode: 0644]
src/lib/CECProcessor.cpp
src/lib/CECProcessor.h
src/lib/LibCEC.cpp
src/lib/LibCEC.h
src/lib/Makefile.am
src/lib/SLCommandHandler.cpp [new file with mode: 0644]
src/lib/SLCommandHandler.h [new file with mode: 0644]