aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gsm/files/default
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gsm/files/default')
-rw-r--r--packages/gsm/files/default8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/gsm/files/default b/packages/gsm/files/default
index 4b582dd5ac..14c8fc8589 100644
--- a/packages/gsm/files/default
+++ b/packages/gsm/files/default
@@ -6,6 +6,7 @@ case `cpuinfo_id` in
"GTA01"|"GTA02")
GSMD_OPTS="-s 115200 -F"
GSM_POW="/sys/bus/platform/devices/gta01-pm-gsm.0/power_on"
+ GSM_RES="/sys/bus/platform/devices/gta01-pm-gsm.0/reset"
GSM_DEV="/dev/ttySAC0"
;;
"HTC Apache"|"HTC Blueangel")
@@ -28,6 +29,10 @@ case `cpuinfo_id` in
GSMD_OPTS="-s 460800 -F -w 1"
GSM_DEV="/dev/ttyS0"
;;
+ "Motorola Ezx Platform")
+ GSMD_OPTS="-s 115200 -F"
+ GSM_DEV="/dev/mux0"
+ ;;
*)
# Unknown board
@@ -37,6 +42,9 @@ case `cpuinfo_id` in
# If your GSM device needs to be powered up, uncomment and modify the next line
#GSM_POW="/sys/bus/platform/devices/gta01-pm-gsm.0/power_on"
+ # If your GSM device then needs to be reset, uncomment and modify the next line
+ #GSM_RES="/sys/bus/platform/devices/gta01-pm-gsm.0/reset"
+
# This should be in a common /etc/default/serial, together with
# BT_DEV and IR_DEV for devices that have those on a serial port
#GSM_DEV="/dev/ttyS1"