OSDN Git Service

STPK-1429 Revisit handling of stale incoming data notifications
authorPatrick Porlan <patrick.porlan@intel.com>
Wed, 16 Apr 2014 08:53:23 +0000 (10:53 +0200)
committersuyyala <sridhar.uyyala@intel.com>
Sat, 10 May 2014 15:31:15 +0000 (08:31 -0700)
commit27d9195a1f55eb28f7c5741c2d6f1f26055e6b4f
treed7f6bfc3e5f40f84edb698e9a21c5ad345e7acd7
parent2e12ef207763b080180383023173b726d69cfd4c
STPK-1429 Revisit handling of stale incoming data notifications

It is possible to get notified of incoming data for a sensor
that just got disabled. That can happen because the polling loop
lives in a different thread than the rest of the sensor machinery.
Indicate this with a dedicated trace.

Change-Id: Idb30cddcee4ad5c013db70fb2ade6c398cf0a1ae
Signed-off-by: Patrick Porlan <patrick.porlan@intel.com>
control.c