All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 1/2] hfpmodem: Fix ECNR HF feature
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Denis Kenzior @ 2013-06-26 15:40 UTC (permalink / raw)
  To: ofono

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

Hi Frederic,

On 06/27/2013 07:45 AM, Frederic Danis wrote:
> ---
>   drivers/hfpmodem/slc.c |    3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
>

Both patches have been applied, thanks.

Regards,
-Denis


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

* [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

* [PATCH 2/2] hfp_hf_bluez5: Fix SDP record with correct features
  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 ` Frederic Danis
  1 sibling, 0 replies; 3+ messages in thread
From: Frederic Danis @ 2013-06-27 12:45 UTC (permalink / raw)
  To: ofono

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

---
 plugins/hfp_hf_bluez5.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/plugins/hfp_hf_bluez5.c b/plugins/hfp_hf_bluez5.c
index 7c663b5..40d8ce0 100644
--- a/plugins/hfp_hf_bluez5.c
+++ b/plugins/hfp_hf_bluez5.c
@@ -636,7 +636,8 @@ static const GDBusMethodTable profile_methods[] = {
 
 static void connect_handler(DBusConnection *conn, void *user_data)
 {
-	uint16_t features = HFP_SDP_HF_FEATURE_3WAY |
+	uint16_t features = HFP_SDP_HF_FEATURE_ECNR |
+				HFP_SDP_HF_FEATURE_3WAY |
 				HFP_SDP_HF_FEATURE_CLIP |
 				HFP_SDP_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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.