summaryrefslogtreecommitdiffstats
path: root/src/voicecall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/voicecall.c')
-rw-r--r--src/voicecall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/voicecall.c b/src/voicecall.c
index 69cd2384..41bda3a2 100644
--- a/src/voicecall.c
+++ b/src/voicecall.c
@@ -2806,7 +2806,7 @@ static void emulator_chld_cb(struct ofono_emulator *em,
break;
}
- if (chld >= 10 && chld <= 17) {
+ if (chld >= 11 && chld <= 17) {
if (vc->driver->release_specific == NULL)
goto fail;
@@ -2815,7 +2815,7 @@ static void emulator_chld_cb(struct ofono_emulator *em,
return;
}
- if (chld >= 20 && chld <= 27) {
+ if (chld >= 21 && chld <= 27) {
if (vc->driver->private_chat == NULL)
goto fail;