cec: added GetSetting() to CUSBCECAdapterCommunication. bugzid: 543
[deb_libcec.git] / src / lib / adapter / USBCECAdapterCommunication.h
2012-03-09  Lars Op den Kampcec: added GetSetting() to CUSBCECAdapterCommunication...
2012-03-09  Lars Op den Kampcec: more cleanups in CUSBCECAdapterCommunication,...
2012-03-08  Lars Op den Kampcec: cleanups. bugzid: 543
2012-03-08  Lars Op den Kampcec: set the device type in the firmware too for v2...
2012-03-08  Lars Op den Kampcec: implemented the write methods for the v2 configura...
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-26  Lars Op den Kampcec: don't add data to the input buffer in CUSBCECAdapt...
2012-02-25  Lars Op den Kampfixed two more accidental double derefs
2012-02-17  Lars Op den Kampcec: process messages that were received async, or...
2012-02-16  Lars Op den Kampcec: ensure that the ackmask is always set to 0 when...
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-11  Lars Op den Kampcec: and now proper predicates
2012-02-10  Lars Op den Kampcec: added CanPersistConfiguration()/cec_can_persist_co...
2012-02-08  Lars Op den Kampcec: use the local cec.h/cectypes.h instead of system...
2012-02-02  Lars Op den Kampcec: ping the adapter and request the firmware version...
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...