[PATCH 2/2] This patch enables the pin number and type of pin to be sent to daemon to unlock the sim card.

2009-10-29 Thread Ryan M. Raasch
--- test/enable-sim | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) create mode 100755 test/enable-sim diff --git a/test/enable-sim b/test/enable-sim new file mode 100755 index 000..bbfd34f --- /dev/null +++ b/test/enable-sim @@ -0,0 +1,18 @@ +#!/usr/bin/python

Re: [PATCH 1/2] Added functionality to remove modem from system, if needed.

2009-10-29 Thread Marcel Holtmann
Hi Ryan, --- test/enable-modem |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/test/enable-modem b/test/enable-modem index 0f9f604..d44783d 100755 --- a/test/enable-modem +++ b/test/enable-modem @@ -1,6 +1,7 @@ #!/usr/bin/python import dbus +import

Re: [PATCH 1/2] Altered the options for the modem.conf to include more tty options.

2009-10-29 Thread Denis Kenzior
Hi Ryan, The modem.conf patch split into gatchat changes. Patch has been applied. Thanks. Regards, -Denis ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

Re: [PATCH 2/2] Altered the atgeneric modem to include the added modem.conf options.

2009-10-29 Thread Denis Kenzior
Hi Ryan, The modem.conf options for the driver portion of the patch. Patch has been applied with some refactoring afterward. I know you ran checkpatch.pl, but please make sure you follow the coding standard even for parts which checkpatch.pl does not catch. In particular: +static const

Re: [PATCH 1/2] Added functionality to remove modem from system, if needed.

2009-10-29 Thread Denis Kenzior
Hi Ryan, Yea. I haven't looked at that part of the code, only that AT+CRC is the first command sent (if i remember right). Our modem sends a ^SYSSTART on powerup, what causes ofonod to go back to its initial state? The core has no idea, everything is up to the modem driver. Only the driver