Don't send commands if we know them to be unsupported. bugzid: 725
[deb_libcec.git] / src / lib / adapter / AdapterCommunication.h
2012-04-20  Mark KendallDon't send commands if we know them to be unsupported...
2012-04-15  Lars Op den KampMerge branch 'adaptercomm'. bugzid: 654
2012-04-15  Lars Op den Kampcec: refactor USB adapter communication. less locks...
2012-03-23  Lars Op den Kampcec: added the firmware version to cec-client's -l...
2012-03-23  Lars Op den Kampcec: added the firmware version to libcec_configuration...
2012-03-09  Lars Op den Kampcec: read the persisted settings from the ROM, and...
2012-03-03  Lars Op den KampMerge pull request #27 from Fneufneu/master
2012-02-27  Lars Op den Kampcec: added a command to the interface to start the...
2012-02-25  Lars Op den Kamposx compiler was complaining about non-virtual destruct...
2012-02-16  Lars Op den Kampcec: moved the autodetect address api call to libcec_co...
2012-02-15  Lars Op den Kampcec: added GetPortName() to CUSBCECAdapterCommunication
2012-02-10  Lars Op den Kampcec: added CanPersistConfiguration()/cec_can_persist_co...
2012-02-02  Lars Op den Kampcec: added an IAdapterCommunicationCallback interface...
2012-02-01  Bob van Loosenadded: set controlled mode on after opening a connectio...
2012-02-01  Lars Op den Kampcec: receive and send full cec_commands, not CCECAdapte...
2012-01-31  Lars Op den Kampcec: clean up lib/platform
2012-01-30  Lars Op den Kampchanged the year in copyright notices to 2011-2012
2012-01-29  Lars Op den Kampcec: clean ups and only include what we need from lib...
2012-01-25  Lars Op den Kampcec: renamed WaitForTransmitSucceeded() to WaitForAck...
2012-01-25  Lars Op den Kampcec: sync win32
2012-01-25  Lars Op den Kampcec: check whether the adapter responds when connecting...
2012-01-24  Lars Op den Kampcec: move WaitForTransmissionSucceeded() to CAdapterCom...
2012-01-24  Lars Op den Kampcec: moved WaitForTransmitSucceeded() to CAdapterCommun...
2012-01-24  Lars Op den Kampcec: moved all adapter related code to src/lib/adapter...