don't power off the phone at gsmd startup.

git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@2579 99fdad57-331a-0410-800a-d7fa5415bdb3
This commit is contained in:
laforge 2007-07-31 07:11:08 +00:00
parent 5540e791be
commit 31538ce00e
1 changed files with 0 additions and 2 deletions

View File

@ -178,8 +178,6 @@ static int gsmd_initsettings2(struct gsmd *gsmd)
rc |= gsmd_simplecmd(gsmd, "AT+CLIP=1");
/* use +COLP: to indicate COLP */
rc |= gsmd_simplecmd(gsmd, "AT+COLP=1");
/* power off the phone */
rc |= gsmd_simplecmd(gsmd, "AT+CFUN=0");
/* configure message format as PDU mode*/
/* FIXME: TEXT mode support!! */
rc |= gsmd_simplecmd(gsmd, "AT+CMGF=0");