summaryrefslogtreecommitdiffstats
path: root/plugins/calypso.c
diff options
context:
space:
mode:
authorFrank Gau <fgau@gau-net.de>2010-09-27 16:05:14 +0200
committerDenis Kenzior <denkenz@gmail.com>2010-09-27 19:08:58 -0500
commit197757242eb194293c2c2ed6b559673baa514fba (patch)
treebdf0d153efc83288cb64a5944df4ca7dfdb30184 /plugins/calypso.c
parent11154dfea07903dfab48ee2c87f4f04d661924c9 (diff)
downloadofono-197757242eb194293c2c2ed6b559673baa514fba.tar.bz2
calypso: update power and reset path
Diffstat (limited to 'plugins/calypso.c')
-rw-r--r--plugins/calypso.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/calypso.c b/plugins/calypso.c
index ea55ed40..130fa6e9 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,