Open Source Telephony
 help / color / mirror / Atom feed
* [PATCH 0/8] Add GPS atom
@ 2010-12-16 20:30 Rafael Ignacio Zurita
  2010-12-16 20:30 ` [PATCH 1/8] gps: define new dbus interface Rafael Ignacio Zurita
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Rafael Ignacio Zurita @ 2010-12-16 20:30 UTC (permalink / raw)
  To: ofono

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

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


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

end of thread, other threads:[~2010-12-27 10:17 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-16 20:30 [PATCH 0/8] Add GPS atom Rafael Ignacio Zurita
2010-12-16 20:30 ` [PATCH 1/8] gps: define new dbus interface Rafael Ignacio Zurita
2010-12-22 21:45   ` Denis Kenzior
2010-12-16 20:30 ` [PATCH 2/8] gps: add new interface to feature map Rafael Ignacio Zurita
2010-12-16 20:30 ` [PATCH 3/8] gps: add public header Rafael Ignacio Zurita
2010-12-22 21:53   ` Denis Kenzior
2010-12-16 20:30 ` [PATCH 4/8] gps: implement interface/atom Rafael Ignacio Zurita
2010-12-16 20:30 ` [PATCH 5/8] mbmmodem: add gps atom Rafael Ignacio Zurita
2010-12-16 20:30 ` [PATCH 6/8] plugins: add gps atom to mbm Rafael Ignacio Zurita
2010-12-22 21:58   ` Denis Kenzior
2010-12-27 10:17     ` Rafael Ignacio Zurita
2010-12-16 20:30 ` [PATCH 7/8] plugins/udev.c: add gps comparison for add_mbm registered modem Rafael Ignacio Zurita
2010-12-16 20:30 ` [PATCH 8/8] gps: add documentation Rafael Ignacio Zurita
2010-12-22 22:02   ` Denis Kenzior

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