gsmd.inc : update the location of reset and power on gta01/02 devices and
authorGraeme Gregory <dp@xora.org.uk>
Sun, 3 Feb 2008 19:57:51 +0000 (19:57 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Sun, 3 Feb 2008 19:57:51 +0000 (19:57 +0000)
bump PR

packages/gsm/files/default
packages/gsm/gsmd.inc

index f113d8b..467bd33 100644 (file)
@@ -5,8 +5,13 @@
 case `machine_id` in
        "gta01"|"gta02")
                GSMD_OPTS="-s 115200 -F"
+               if [ -d '/sys/bus/platform/devices/gta01-pm-gsm.0' ] ; then
                GSM_POW="/sys/bus/platform/devices/gta01-pm-gsm.0/power_on"
                GSM_RES="/sys/bus/platform/devices/gta01-pm-gsm.0/reset"
+               else
+               GSM_POW="/sys/bus/platform/devices/neo1973-pm-gsm.0/power_on"
+               GSM_RES="/sys/bus/platform/devices/neo1973-pm-gsm.0/reset"
+               fi
                GSM_DEV="/dev/ttySAC0"
                ;;
        "htc_apache"|"htc_blueangel"|"htc_universal")
index f7d609e..a6b6fb7 100644 (file)
@@ -5,7 +5,7 @@ SECTION = "libs/gsm"
 PROVIDES += "gsmd"
 RPROVIDES_${PN} = "libgsmd0 libgsmd gsmd gsmd-devel"
 PV = "0.1+svnr${SRCREV}"
-PR = "r40"
+PR = "r41"
 
 SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http \
            file://gsmd \