summaryrefslogtreecommitdiff
path: root/src/gsmd/vendor_ti.c
diff options
context:
space:
mode:
authortick <tick@99fdad57-331a-0410-800a-d7fa5415bdb3>2007-11-16 08:55:01 +0000
committertick <tick@99fdad57-331a-0410-800a-d7fa5415bdb3>2007-11-16 08:55:01 +0000
commit5e9fde8743d4d3d733303bef99e20000c0769148 (patch)
tree2f094302f9bbdc74a5e599c509215fa4c82aa7c0 /src/gsmd/vendor_ti.c
parentcd687c0c2f3e9a77d344d8806d0072cc8fb8084a (diff)
[gsmd] Adding timeout scheme, and merge gta01 wakeup scheme as machine plug-in with timeout. (L. Sean)
git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3430 99fdad57-331a-0410-800a-d7fa5415bdb3
Diffstat (limited to 'src/gsmd/vendor_ti.c')
-rw-r--r--src/gsmd/vendor_ti.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gsmd/vendor_ti.c b/src/gsmd/vendor_ti.c
index 52fbb70..c384cc6 100644
--- a/src/gsmd/vendor_ti.c
+++ b/src/gsmd/vendor_ti.c
@@ -262,7 +262,7 @@ static int cpi_detect_cb(struct gsmd_atcmd *cmd, void *ctx, char *resp)
return -EINVAL;
/* retrieve voicemail number */
- cmd = atcmd_fill("AT%CPMB=1", 10, &cpmb_detect_cb, g, 0);
+ cmd = atcmd_fill("AT%CPMB=1", 10, &cpmb_detect_cb, g, 0, NULL);
if (cmd)
atcmd_submit(g, cmd);
@@ -304,7 +304,7 @@ static int ticalypso_initsettings(struct gsmd *g)
rc |= gsmd_simplecmd(g, "AT%CPHS=1");
/* enable %CPI: call progress indication */
- cmd = atcmd_fill("AT%CPI=?", 9, &cpi_detect_cb, g, 0);
+ cmd = atcmd_fill("AT%CPI=?", 9, &cpi_detect_cb, g, 0, NULL);
if (cmd)
atcmd_submit(g, cmd);
personal git repositories of Harald Welte. Your mileage may vary