cec: send a feature abort again for all unhandled commands, removed statics, refactor...
[deb_libcec.git] / src / lib / adapter / USBCECAdapterCommunication.h
2012-05-10  Lars Op den Kampcec: send a feature abort again for all unhandled comma...
2012-05-08  Lars Op den Kampcec: display an alert message when the firmware of...
2012-04-28  Lars Op den KampMerge branch 'development'
2012-04-26  Lars Op den Kampcec: replaced a load of magic numbers
2012-04-24  Lars Op den Kampcec: show the build date for firmwares that have this...
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-04-11  Lars Op den Kampcec: don't call ReadFromDevice() separately in CUSBCECA...
2012-04-11  Lars Op den Kampcec: moved the timed ping to a separate thread. bugzid...
2012-04-11  Lars Op den Kampcec: removed m_outBuffer in CUSBCECAdapterCommunication...
2012-03-28  Lars Op den Kampcec: removed the message processor thread in CUSBCECAda...
2012-03-23  Lars Op den Kampcec: added the firmware version to cec-client's -l...
2012-03-22  Lars Op den Kampcec: don't return from the Close() method in CUSBCECAda...
2012-03-19  Lars Op den Kampcec: don't log polls and don't cut off messages that...
2012-03-19  Lars Op den Kampcec: fix ACK handling after d297cbd4fc30bc93836532a9a31...
2012-03-15  Lars Op den Kampcec: set controlled mode and retry to send the previous...
2012-03-09  Lars Op den Kampcec: read the correct packet length when requesting...
2012-03-09  Lars Op den Kampcec: read the persisted settings from the ROM, and...
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...