Merge branch 'master' into release
authorLars Op den Kamp <lars@opdenkamp.eu>
Mon, 3 Oct 2011 22:54:29 +0000 (00:54 +0200)
committerLars Op den Kamp <lars@opdenkamp.eu>
Mon, 3 Oct 2011 22:54:53 +0000 (00:54 +0200)
commit93f86187ea362ab62f9e0f93b77fb3bcc29166ab
treeef9435070cc4bc3c08579794931f0188a849ec1b
parent175d5c4f566f7e978aeb137f8721c5ec5fa90fd3
parent88c5a743d71c6655bfc08c2bd7a82828775cc828
Merge branch 'master' into release
  * bumped interface version to 4
  * timeout parameter removed from Close()/cec_close(). return type changed to
    void
  * added cec_destroy() method
  * removed timeout parameter from Transmit()
  * change the default argument of PowerOnDevices() to CECDEVICE_TV
  * removed PowerOffDevices(). use StandbyDevices() instead
  * removed obsolete methods from the interface
  * fixed bug: pthread_cond_wait was called without the mutex locked
  * fixed possible deadlock: don't send messages and wait for an ack with the
    mutex locked in CCECParser
  * created a separate reader thread and fixed the 'lock timeout' bug
  * testclient: use CECDEVICE_TV instead of the default argument
    (CECDEVICE_BROADCAST) for PowerOnDevices() and PowerOffDevices()