Dispatch response once data are received
authorGuillaume Zajac <guillaume.zajac@linux.intel.com>
Tue, 18 Sep 2012 14:39:47 +0000 (16:39 +0200)
committerAuke Kok <auke-jan.h.kok@intel.com>
Fri, 8 Feb 2013 20:25:49 +0000 (12:25 -0800)
src/desc_imc_pr3.c

index e1cb40b..c7f5673 100644 (file)
@@ -116,6 +116,8 @@ static gboolean on_recv_tty_message(GIOChannel *channel, GIOCondition condition,
        dbg("tty recv (ret = %d)", n);
        tcore_hal_emit_recv_callback(hal, n, buf);
 
+       tcore_hal_dispatch_response_data(hal, 0, n, buf);
+
        return TRUE;
 }