All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] test: shows the id of the modem beeing enabled/disabled
@ 2010-02-24 19:14 =?unknown-8bit?q?Jo=C3=A3o?= Paulo Rechi Vita
  2010-02-24 19:14 ` [PATCH] doc: Add 'Name' property under 'Modem' interface =?unknown-8bit?q?Jo=C3=A3o?= Paulo Rechi Vita
  2010-02-24 20:20 ` [PATCH] test: shows the id of the modem beeing enabled/disabled Denis Kenzior
  0 siblings, 2 replies; 6+ messages in thread
From: =?unknown-8bit?q?Jo=C3=A3o?= Paulo Rechi Vita @ 2010-02-24 19:14 UTC (permalink / raw)
  To: ofono

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

---
 test/disable-modem |    1 +
 test/enable-modem  |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/test/disable-modem b/test/disable-modem
index 47b8531..a1611ec 100755
--- a/test/disable-modem
+++ b/test/disable-modem
@@ -13,6 +13,7 @@ else:
 	properties = manager.GetProperties()
 	path = properties["Modems"][0]
 
+print "Disconnecting modem %s..." % path
 modem = dbus.Interface(bus.get_object('org.ofono', path),
 						'org.ofono.Modem')
 
diff --git a/test/enable-modem b/test/enable-modem
index 86362af..02dc150 100755
--- a/test/enable-modem
+++ b/test/enable-modem
@@ -13,6 +13,7 @@ else:
 	properties = manager.GetProperties()
 	path = properties["Modems"][0]
 
+print "Connecting modem %s..." % path
 modem = dbus.Interface(bus.get_object('org.ofono', path),
 						'org.ofono.Modem')
 
-- 
1.6.3.3


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

end of thread, other threads:[~2010-02-24 20:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-24 19:14 [PATCH] test: shows the id of the modem beeing enabled/disabled =?unknown-8bit?q?Jo=C3=A3o?= Paulo Rechi Vita
2010-02-24 19:14 ` [PATCH] doc: Add 'Name' property under 'Modem' interface =?unknown-8bit?q?Jo=C3=A3o?= Paulo Rechi Vita
2010-02-24 19:14   ` [PATCH] test: show number beeing dialed =?unknown-8bit?q?Jo=C3=A3o?= Paulo Rechi Vita
2010-02-24 20:19     ` Denis Kenzior
2010-02-24 20:19   ` [PATCH] doc: Add 'Name' property under 'Modem' interface Denis Kenzior
2010-02-24 20:20 ` [PATCH] test: shows the id of the modem beeing enabled/disabled 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.