Merge branch 'master' into release
authorLars Op den Kamp <lars@opdenkamp.eu>
Tue, 4 Oct 2011 21:48:29 +0000 (23:48 +0200)
committerLars Op den Kamp <lars@opdenkamp.eu>
Tue, 4 Oct 2011 21:49:05 +0000 (23:49 +0200)
  * fixed int parameter sizes and some signed/unsigned warnings
  * check whether m_port isn't NULL in ReadFromDevice
  * stop the processor thread and delete the CSerialPort instance on exit
  * added mutex in CSerialPort
  * fix segfault on exit
  * renamed libPlatform -> platform.
  * stuck everything from libCEC in the CEC namespace to avoid namespace
    polution


Trivial merge