qcdm-serial-port: allow cancelling the response timeout

This commit is contained in:
Aleksander Morgado
2012-03-07 13:07:17 +01:00
parent 9b38cd4f5c
commit 5a485d74a2
5 changed files with 13 additions and 3 deletions

View File

@@ -201,7 +201,7 @@ qcdm_request_verinfo (MMQcdmSerialPort *port, VerInfoCb cb, GMainLoop *loop)
g_byte_array_free (verinfo, TRUE);
verinfo->len = len;
mm_qcdm_serial_port_queue_command (port, verinfo, 3, cb, loop);
mm_qcdm_serial_port_queue_command (port, verinfo, 3, NULL, cb, loop);
}
static void