summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-10-07 16:42:49 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2008-10-07 16:42:49 +0200
commit094b68d163b21d9a4db0f8bd83ea259c36330018 (patch)
treea64286fc6a51884767b0676c9846603df3043209 /audio
parentb71d1a35b3efa61f167b14d23a5c4839c004d700 (diff)
Send a proper reply to AT+CMEE
Diffstat (limited to 'audio')
-rw-r--r--audio/headset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/headset.c b/audio/headset.c
index 2e0f6c9c..31955490 100644
--- a/audio/headset.c
+++ b/audio/headset.c
@@ -898,7 +898,7 @@ static int extended_errors(struct audio_device *device, const char *buf)
debug("CME errors disabled for headset %p", hs);
}
- return 0;
+ return headset_send(hs, "\r\nOK\r\n");
}
static int call_waiting_notify(struct audio_device *device, const char *buf)