All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] calypso: update power and reset path
@ 2010-09-27 14:05 Frank Gau
  2010-09-28  0:10 ` Denis Kenzior
  0 siblings, 1 reply; 3+ messages in thread
From: Frank Gau @ 2010-09-27 14:05 UTC (permalink / raw)
  To: ofono

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

---
 plugins/calypso.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/calypso.c b/plugins/calypso.c
index ea55ed4..130fa6e 100644
--- a/plugins/calypso.c
+++ b/plugins/calypso.c
@@ -58,8 +58,8 @@
 
 #include <drivers/atmodem/vendor.h>
 
-#define CALYPSO_POWER_PATH "/sys/bus/platform/devices/neo1973-pm-gsm.0/power_on"
-#define CALYPSO_RESET_PATH "/sys/bus/platform/devices/neo1973-pm-gsm.0/reset"
+#define CALYPSO_POWER_PATH "/sys/bus/platform/devices/gta02-pm-gsm.0/power_on"
+#define CALYPSO_RESET_PATH "/sys/bus/platform/devices/gta02-pm-gsm.0/reset"
 
 enum powercycle_state {
 	POWERCYCLE_STATE_POWER0 = 0,
-- 
1.7.1



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

end of thread, other threads:[~2010-09-28 11:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-27 14:05 [PATCH] calypso: update power and reset path Frank Gau
2010-09-28  0:10 ` Denis Kenzior
2010-09-28 11:29   ` Frank Gau

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.