All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/9] Add GPS atom
@ 2011-01-11  3:23 Rafael Ignacio Zurita
  2011-01-11  3:23 ` [PATCH v2 1/9] gps: define new dbus interface Rafael Ignacio Zurita
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Rafael Ignacio Zurita @ 2011-01-11  3:23 UTC (permalink / raw)
  To: ofono

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

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

Changes since V1:
 - renamed ofono gps interface ".Gps" to "LocationReporting"
 - split set_gps method (in ofono_gps_driver) into enable and disable
   methods
 - additional information is sent by enable method to the core :
   device node and type
 - dropped query_gps which is not needed anymore
 - changed the port used by the gps driver to the proper one (dev port)
 - additional properties is emitted once Powered=True inside a 
   Settings dictionary

Rafael Ignacio Zurita (9):
  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 test scripts
  gps: add documentation

 Makefile.am                 |   13 +-
 doc/gps-api.txt             |   54 ++++++
 drivers/mbmmodem/gps.c      |  229 +++++++++++++++++++++++++
 drivers/mbmmodem/mbmmodem.c |    2 +
 drivers/mbmmodem/mbmmodem.h |    3 +
 include/dbus.h              |    1 +
 include/gps.h               |   74 ++++++++
 plugins/mbm.c               |    8 +
 plugins/udev.c              |    5 +-
 src/gps.c                   |  389 +++++++++++++++++++++++++++++++++++++++++++
 src/modem.c                 |    1 +
 src/ofono.h                 |    2 +
 test/disable-gps            |   20 +++
 test/enable-gps             |   20 +++
 14 files changed, 814 insertions(+), 7 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
 create mode 100755 test/disable-gps
 create mode 100755 test/enable-gps

-- 
1.7.2.3


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

end of thread, other threads:[~2011-01-13 17:33 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-11  3:23 [PATCH v2 0/9] Add GPS atom Rafael Ignacio Zurita
2011-01-11  3:23 ` [PATCH v2 1/9] gps: define new dbus interface Rafael Ignacio Zurita
2011-01-13 17:11   ` Denis Kenzior
2011-01-11  3:23 ` [PATCH v2 2/9] gps: add new interface to feature map Rafael Ignacio Zurita
2011-01-13 17:11   ` Denis Kenzior
2011-01-11  3:23 ` [PATCH v2 3/9] gps: add public header Rafael Ignacio Zurita
2011-01-13 17:33   ` Denis Kenzior
2011-01-11  3:23 ` [PATCH v2 4/9] gps: implement interface/atom Rafael Ignacio Zurita
2011-01-11  3:23 ` [PATCH v2 5/9] mbmmodem: add gps atom Rafael Ignacio Zurita
2011-01-11  3:23 ` [PATCH v2 6/9] plugins: add gps atom to mbm Rafael Ignacio Zurita
2011-01-11  3:23 ` [PATCH v2 7/9] plugins/udev.c: add gps comparison for add_mbm registered modem Rafael Ignacio Zurita
2011-01-11  3:23 ` [PATCH v2 8/9] gps: add test scripts Rafael Ignacio Zurita
2011-01-11  3:23 ` [PATCH v2 9/9] gps: add documentation Rafael Ignacio Zurita
2011-01-13 17:30   ` 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.