These patches add GPS atom to ofono, and implement it for mbm modem.

Rafael Ignacio Zurita (8):
  gps: define new dbus interface
  gps: add new interface to feature map
  gps: add public header
  gps: implement interface/atom
  mbmmodem: add gps atom
  plugins: add gps atom to mbm
  plugins/udev.c: add gps comparison for add_mbm registered modem
  gps: add documentation

 Makefile.am                 |   10 +-
 doc/gps-api.txt             |   41 ++++++
 drivers/mbmmodem/gps.c      |  185 ++++++++++++++++++++++++
 drivers/mbmmodem/mbmmodem.c |    2 +
 drivers/mbmmodem/mbmmodem.h |    3 +
 include/dbus.h              |    1 +
 include/gps.h               |   65 +++++++++
 plugins/mbm.c               |   30 ++++-
 plugins/udev.c              |    5 +-
 src/gps.c                   |  333 +++++++++++++++++++++++++++++++++++++++++++
 src/modem.c                 |    1 +
 src/ofono.h                 |    2 +
 12 files changed, 670 insertions(+), 8 deletions(-)
 create mode 100644 doc/gps-api.txt
 create mode 100644 drivers/mbmmodem/gps.c
 create mode 100644 include/gps.h
 create mode 100644 src/gps.c

-- 
1.7.2.3

_______________________________________________
ofono mailing list
ofono@ofono.org
http://lists.ofono.org/listinfo/ofono

Reply via email to