All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 00/15] Bluetooth HFP-specific extensions
@ 2011-10-20 16:38 Mikel Astiz
  2011-10-20 16:38 ` [PATCH v3 01/15] hfpmodem: Support for +BSIR unsol. result codes Mikel Astiz
                   ` (14 more replies)
  0 siblings, 15 replies; 26+ messages in thread
From: Mikel Astiz @ 2011-10-20 16:38 UTC (permalink / raw)
  To: ofono

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

This patch series mainly includes the modified patches from the previous proposal. Additionally, some fixes are proposed to avoid potential crashes during hfpmodem powering.

More significantly, hfpmodem now exposes the BT address through the Serial property in org.ofono.Modem. This is achieved by a simple devinfo driver ATOM.

Mikel Astiz (15):
  hfpmodem: Support for +BSIR unsol. result codes
  doc: Voice recognition function added in Handsfree
  include: Voice recognition in handsfree public api
  handsfree: Implement voice recognition function
  hfpmodem: Support for AT+BVRA
  doc: Handsfree exposes supported AG features
  include: AG features added to handsfree public api
  handsfree: Supported AG features exposed in D-Bus
  hfpmodem: Report features supported by AG
  hfpmodem: Avoid segfault in network-registration
  hfpmodem: Avoid segfault in call-volume
  hfpmodem: Avoid segfault in handsfree
  hfpmodem: devinfo atom added to export BT address
  hfp_hf: BT address exposed through Serial property
  hfpmodem: minor whitespace fix

 Makefile.am                             |    1 +
 doc/handsfree-api.txt                   |   16 ++++-
 drivers/hfpmodem/call-volume.c          |    9 ++-
 drivers/hfpmodem/devinfo.c              |  133 +++++++++++++++++++++++++++++++
 drivers/hfpmodem/handsfree.c            |   81 ++++++++++++++++++-
 drivers/hfpmodem/hfpmodem.c             |    2 +
 drivers/hfpmodem/hfpmodem.h             |    7 ++
 drivers/hfpmodem/network-registration.c |    9 ++-
 include/handsfree.h                     |    9 ++
 plugins/hfp_hf.c                        |    7 ++
 src/handsfree.c                         |  130 ++++++++++++++++++++++++++++++
 11 files changed, 399 insertions(+), 5 deletions(-)
 create mode 100644 drivers/hfpmodem/devinfo.c

-- 
1.7.6.4


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

end of thread, other threads:[~2011-10-21  1:42 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-20 16:38 [PATCH v3 00/15] Bluetooth HFP-specific extensions Mikel Astiz
2011-10-20 16:38 ` [PATCH v3 01/15] hfpmodem: Support for +BSIR unsol. result codes Mikel Astiz
2011-10-20 17:58   ` Denis Kenzior
2011-10-20 16:38 ` [PATCH v3 02/15] doc: Voice recognition function added in Handsfree Mikel Astiz
2011-10-21  1:33   ` Denis Kenzior
2011-10-20 16:38 ` [PATCH v3 03/15] include: Voice recognition in handsfree public api Mikel Astiz
2011-10-21  1:27   ` Denis Kenzior
2011-10-20 16:38 ` [PATCH v3 04/15] handsfree: Implement voice recognition function Mikel Astiz
2011-10-21  1:32   ` Denis Kenzior
2011-10-20 16:38 ` [PATCH v3 05/15] hfpmodem: Support for AT+BVRA Mikel Astiz
2011-10-20 16:38 ` [PATCH v3 06/15] doc: Handsfree exposes supported AG features Mikel Astiz
2011-10-21  1:36   ` Denis Kenzior
2011-10-20 16:38 ` [PATCH v3 07/15] include: AG features added to handsfree public api Mikel Astiz
2011-10-21  1:38   ` Denis Kenzior
2011-10-20 16:38 ` [PATCH v3 08/15] handsfree: Supported AG features exposed in D-Bus Mikel Astiz
2011-10-20 16:38 ` [PATCH v3 09/15] hfpmodem: Report features supported by AG Mikel Astiz
2011-10-20 16:38 ` [PATCH v3 10/15] hfpmodem: Avoid segfault in network-registration Mikel Astiz
2011-10-20 17:59   ` Denis Kenzior
2011-10-20 16:38 ` [PATCH v3 11/15] hfpmodem: Avoid segfault in call-volume Mikel Astiz
2011-10-20 16:38 ` [PATCH v3 12/15] hfpmodem: Avoid segfault in handsfree Mikel Astiz
2011-10-20 16:38 ` [PATCH v3 13/15] hfpmodem: devinfo atom added to export BT address Mikel Astiz
2011-10-21  1:40   ` Denis Kenzior
2011-10-20 16:38 ` [PATCH v3 14/15] hfp_hf: BT address exposed through Serial property Mikel Astiz
2011-10-21  1:42   ` Denis Kenzior
2011-10-20 16:38 ` [PATCH v3 15/15] hfpmodem: minor whitespace fix Mikel Astiz
2011-10-20 17:58   ` Denis Kenzior

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.