Don't send commands if we know them to be unsupported. bugzid: 725
authorMark Kendall <mkendall@mythtv.org>
Fri, 20 Apr 2012 14:57:14 +0000 (15:57 +0100)
committerMark Kendall <mkendall@mythtv.org>
Fri, 20 Apr 2012 14:57:14 +0000 (15:57 +0100)
commit33dd87a962743d205ade8dc83693f23e94e36f03
tree89b12a850685798d69fcc5132c89e17c6c859e71
parentc3ce6b477f21ac72bebd036074bfad3b966f6154
Don't send commands if we know them to be unsupported. bugzid: 725

The bulk of the change is to move the retry handling into CECProcessor
so that we have access to the unsupported features.
src/lib/CECProcessor.cpp
src/lib/adapter/AdapterCommunication.h
src/lib/adapter/USBCECAdapterCommunication.cpp
src/lib/adapter/USBCECAdapterCommunication.h
src/lib/adapter/USBCECAdapterMessage.cpp
src/lib/adapter/USBCECAdapterMessage.h
src/lib/adapter/USBCECAdapterMessageQueue.cpp
src/lib/devices/CECBusDevice.cpp
src/lib/devices/CECBusDevice.h