summaryrefslogtreecommitdiffstats
path: root/audio/telephony-dummy.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-09-04 10:59:00 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-09-04 10:59:00 +0300
commitdee81731c725315f9141a43117e71e7e6300decb (patch)
tree84f34e0d221647b2fe4766516b86cf34e75499a3 /audio/telephony-dummy.c
parentcef9cd308fbd34476e45794eabe1805dc87cd15e (diff)
Update the telephony-dummy indicators to match the ones in the HFP spec.
Diffstat (limited to 'audio/telephony-dummy.c')
-rw-r--r--audio/telephony-dummy.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/telephony-dummy.c b/audio/telephony-dummy.c
index 85bd0d12..8dec4a4b 100644
--- a/audio/telephony-dummy.c
+++ b/audio/telephony-dummy.c
@@ -36,13 +36,10 @@ static struct indicator indicators[] =
{ "battchg", "0-5", 5 },
{ "signal", "0-5", 5 },
{ "service", "0,1", 1 },
- { "sounder", "0,1", 0 },
- { "message", "0,1", 0 },
{ "call", "0,1", 0 },
{ "callsetup", "0-3", 0 },
- { "vox", "0,1", 0 },
+ { "callheld", "0-2", 0 },
{ "roam", "0,1", 0 },
- { "smsfull", "0,1", 0 },
{ NULL }
};