Open Source Telephony
 help / color / mirror / Atom feed
* [PATCH 1/2] hfpmodem: Fix ECNR HF feature
@ 2013-06-27 12:45 Frederic Danis
  2013-06-26 15:40 ` Denis Kenzior
  2013-06-27 12:45 ` [PATCH 2/2] hfp_hf_bluez5: Fix SDP record with correct features Frederic Danis
  0 siblings, 2 replies; 3+ messages in thread
From: Frederic Danis @ 2013-06-27 12:45 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 650 bytes --]

---
 drivers/hfpmodem/slc.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/hfpmodem/slc.c b/drivers/hfpmodem/slc.c
index 40b22a1..38a9b2e 100644
--- a/drivers/hfpmodem/slc.c
+++ b/drivers/hfpmodem/slc.c
@@ -59,7 +59,8 @@ void hfp_slc_info_init(struct hfp_slc_info *info, guint16 version)
 	info->ag_features = 0;
 	info->ag_mpty_features = 0;
 
-	info->hf_features = HFP_HF_FEATURE_3WAY;
+	info->hf_features = HFP_HF_FEATURE_ECNR;
+	info->hf_features |= HFP_HF_FEATURE_3WAY;
 	info->hf_features |= HFP_HF_FEATURE_CLIP;
 	info->hf_features |= HFP_HF_FEATURE_REMOTE_VOLUME_CONTROL;
 
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-06-27 12:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-27 12:45 [PATCH 1/2] hfpmodem: Fix ECNR HF feature Frederic Danis
2013-06-26 15:40 ` Denis Kenzior
2013-06-27 12:45 ` [PATCH 2/2] hfp_hf_bluez5: Fix SDP record with correct features Frederic Danis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox