All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] hfpmodem: Add Apple Siri
@ 2013-12-16 17:52 KrzysztofX Wilk
  2013-12-16 17:52 ` [PATCH 1/8] doc: Add Siri API KrzysztofX Wilk
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: KrzysztofX Wilk @ 2013-12-16 17:52 UTC (permalink / raw)
  To: ofono

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

This is an integration of the extended features for Apple devices which 
are connected via Bluetooth HFP. The plugin provides the Siri availability
and the selection of Eyes Free Mode as defined in the following document:
https://developer.apple.com/hardwaredrivers/bluetoothdesignguidelines.pdf

KrzysztofX Wilk (8):
  doc: Add Siri API
  dbus: Define Siri DBUS Interface
  include: Add Siri interface definition
  siri: Add atom implementation
  siri: Add atom driver
  hfp_hf_bluez4: Enable Siri atom
  hfp_hf_bluez5: Enable Siri atom
  phonesim: Enable Siri atom

 Makefile.am                 |  10 +-
 doc/siri-api.txt            |  43 ++++++
 drivers/hfpmodem/hfpmodem.c |   2 +
 drivers/hfpmodem/hfpmodem.h |   3 +
 drivers/hfpmodem/siri.c     | 215 ++++++++++++++++++++++++++++
 include/dbus.h              |   1 +
 include/siri.h              |  65 +++++++++
 plugins/hfp_hf_bluez4.c     |   2 +
 plugins/hfp_hf_bluez5.c     |   2 +
 plugins/phonesim.c          |   2 +
 src/ofono.h                 |   1 +
 src/siri.c                  | 331 ++++++++++++++++++++++++++++++++++++++++++++
 12 files changed, 673 insertions(+), 4 deletions(-)
 mode change 100644 => 100755 Makefile.am
 create mode 100644 doc/siri-api.txt
 mode change 100644 => 100755 drivers/hfpmodem/hfpmodem.c
 mode change 100644 => 100755 drivers/hfpmodem/hfpmodem.h
 create mode 100755 drivers/hfpmodem/siri.c
 create mode 100755 include/siri.h
 mode change 100644 => 100755 plugins/hfp_hf_bluez4.c
 mode change 100644 => 100755 plugins/hfp_hf_bluez5.c
 mode change 100644 => 100755 plugins/phonesim.c
 mode change 100644 => 100755 src/ofono.h
 create mode 100755 src/siri.c

-- 
1.7.11.7


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

end of thread, other threads:[~2013-12-18  6:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-16 17:52 [PATCH 0/8] hfpmodem: Add Apple Siri KrzysztofX Wilk
2013-12-16 17:52 ` [PATCH 1/8] doc: Add Siri API KrzysztofX Wilk
2013-12-16 17:52 ` [PATCH 2/8] dbus: Define Siri DBUS Interface KrzysztofX Wilk
2013-12-16 17:52 ` [PATCH 3/8] include: Add Siri interface definition KrzysztofX Wilk
2013-12-16 17:52 ` [PATCH 4/8] siri: Add atom implementation KrzysztofX Wilk
2013-12-16 17:52 ` [PATCH 5/8] siri: Add atom driver KrzysztofX Wilk
2013-12-16 17:52 ` [PATCH 6/8] hfp_hf_bluez4: Enable Siri atom KrzysztofX Wilk
2013-12-16 17:52 ` [PATCH 7/8] hfp_hf_bluez5: " KrzysztofX Wilk
2013-12-16 17:52 ` [PATCH 8/8] phonesim: " KrzysztofX Wilk
2013-12-18  6:24 ` [PATCH 0/8] hfpmodem: Add Apple Siri 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.