cec: use the correct Sleep() method in CCECProcessor::OpenConnection(). the thread...
authorLars Op den Kamp <lars@opdenkamp.eu>
Tue, 28 Feb 2012 18:05:25 +0000 (19:05 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Tue, 28 Feb 2012 18:06:06 +0000 (19:06 +0100)
commita88017b86ccfd1f4926ec018c5392a9f9ff80be4
tree6a3fd8379fc80d2a6f073d137358e7c6caf48c74
parentee7748a3ead9a4810bf123f745077b6885ba0eb6
cec: use the correct Sleep() method in CCECProcessor::OpenConnection(). the thread hasn't been started there yet, so the sleep wasn't working. fixes 'device or resource busy' when plugging in the adapter. issue was reported on the forums
src/lib/CECProcessor.cpp