git.legacy.paulk.fr
/
hayes-ril.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
94a02e9
)
Call: increase call poll interval
author
Paul Kocialkowski
<contact@paulk.fr>
Thu, 30 Aug 2012 16:21:27 +0000
(18:21 +0200)
committer
Paul Kocialkowski
<contact@paulk.fr>
Thu, 30 Aug 2012 16:21:27 +0000
(18:21 +0200)
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
call.c
patch
|
blob
|
history
diff --git
a/call.c
b/call.c
index
dde4918
..
73a38ee
100644
(file)
--- a/
call.c
+++ b/
call.c
@@
-113,7
+113,8
@@
int at_clcc_expect(struct at_response *response, void *data, RIL_Token t)
int poll = 0;
int i;
int poll = 0;
int i;
- struct timeval poll_interval = {0, 500000};
+ // TODO: ifdef poll with flags (not all devices need this)
+ struct timeval poll_interval = {0, 750000};
if(response->status == AT_STATUS_UNDEF)
return AT_RESPONSE_UNHANDELD_REASON_STATUS;
if(response->status == AT_STATUS_UNDEF)
return AT_RESPONSE_UNHANDELD_REASON_STATUS;