cec: don't keep the mutex locked while opening/closing a connection in CCECProcessor...
authorLars Op den Kamp <lars@opdenkamp.eu>
Fri, 17 Feb 2012 17:36:43 +0000 (18:36 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Fri, 17 Feb 2012 17:36:43 +0000 (18:36 +0100)
commit80726797815c6dd13604818f41511cf3ffa139ee
treeccf0501a37b0905da6dcc5cb3f28f07382fd386a
parent32553784639691c77c172bb68527e458f987c770
cec: don't keep the mutex locked while opening/closing a connection in CCECProcessor now that the communication thread executes commands directly instead of via a buffer. fixes lockup on exit when data is being received
src/lib/CECProcessor.cpp
src/lib/CECProcessor.h