From dee81731c725315f9141a43117e71e7e6300decb Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 4 Sep 2008 10:59:00 +0300 Subject: Update the telephony-dummy indicators to match the ones in the HFP spec. --- audio/telephony-dummy.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'audio/telephony-dummy.c') 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 } }; -- cgit