[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gpsd-commit-watch
Subject:    [Gpsd-commit-watch] Project gpsd at BerliOS branch, master,
From:       gpsd-dev () lists ! berlios ! de (esr at BerliOS)
Date:       2010-10-13 7:25:45
Message-ID: 20101013072545.D2B3F48114E () sheep ! berlios ! de
[Download RAW message or body]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Project gpsd at BerliOS".

The branch, master has been updated
       via  cec0ab38e9ddaabaf8ca856c93dd085da71b059b (commit)
       via  5b0b1f3047f38e67d727bfd37953602c155bbbe3 (commit)
       via  fbf947add778039d7ee49a8c52c7cb7746f7a9fa (commit)
       via  677272e028f29b5f496bcca51ba9cc0615c26a06 (commit)
      from  b9c1e9c0b76742a0b96cf0b79e607742ee5f1ada (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit cec0ab38e9ddaabaf8ca856c93dd085da71b059b
Author: Eric S. Raymond <esr@thyrsus.com>
Date:   Wed Oct 13 03:25:27 2010 -0400

    More qualifications about the (possibly mythical) powerdown-on-close behavior.

diff --git a/gpsd.xml b/gpsd.xml
index c02343f..a68c43c 100644
--- a/gpsd.xml
+++ b/gpsd.xml
@@ -184,10 +184,12 @@ control commands supported by that driver.</para>
 <varlistentry>
 <term>-n</term>
 <listitem>
-<para>Don't wait for a client to connect before polling
-whatever GPS is associated with it. Many GPSes go to a standby mode
-(drawing less power) before the host machine asserts DTR, so waiting
-for the first actual request saves battery power.</para>
+<para>Don't wait for a client to connect before polling whatever GPS
+is associated with it. Some RS232 GPSes wait in a standby mode
+(drawing less power) when the host machine is not asserting DTR, and
+some cellphone and handheld embedded GPSes have similar behaviors.
+Accordingly, waiting for a watch request to open the device may
+save battery power.</para>
 </listitem>
 </varlistentry>
 <varlistentry>

commit 5b0b1f3047f38e67d727bfd37953602c155bbbe3
Merge: fbf947a b9c1e9c
Author: Eric S. Raymond <esr@thyrsus.com>
Date:   Tue Oct 12 23:49:17 2010 -0400

    Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsd


commit fbf947add778039d7ee49a8c52c7cb7746f7a9fa
Author: Eric S. Raymond <esr@thyrsus.com>
Date:   Sat Oct 9 18:13:13 2010 -0400

    Accept AIVDO as well as AIVDM packets.

diff --git a/packet.c b/packet.c
index 147a593..8b62954 100644
--- a/packet.c
+++ b/packet.c
@@ -1152,6 +1152,8 @@ void packet_parse(struct gps_packet_t *lexer)
 #ifdef AIVDM_ENABLE
 		if (strncmp((char *)lexer->inbuffer, "!AIVDM", 6) == 0)
 		    packet_accept(lexer, AIVDM_PACKET);
+		else if (strncmp((char *)lexer->inbuffer, "!AIVDO", 6) == 0)
+		    packet_accept(lexer, AIVDM_PACKET);
 		else
 #endif /* AIVDM_ENABLE */
 		    packet_accept(lexer, NMEA_PACKET);

commit 677272e028f29b5f496bcca51ba9cc0615c26a06
Author: Eric S. Raymond <esr@thyrsus.com>
Date:   Sat Oct 9 12:36:16 2010 -0400

    Most of the flocktest hosts are unusable for various reasons, alas.

diff --git a/devtools/flocktest.ini b/devtools/flocktest.ini
index 9566d6b..d164a6d 100644
--- a/devtools/flocktest.ini
+++ b/devtools/flocktest.ini
@@ -47,7 +47,7 @@ os = Linux
 arch = i686
 admin = jon.schlueter@gmail.com
 login = gpsd
-status = up
+status = down (off net)
 devices = TNT Revolution on /dev/ttyS0, Garmin GPS-18 x2 on USB (probably USB0 and USB2)
 
 [quark.yazug.com]
@@ -57,7 +57,7 @@ admin = jon.schlueter@gmail.com
 login = gpsd
 devices = -
 port = 4670
-status = up
+status = down (off net)
 
 [mitzi.chem.ualberta.ca]
 os = FreeBSD
@@ -68,4 +68,4 @@ devices = -
 port = 26090
 quiet = yes
 regression = ./autogen.sh && make clean && make -j14 && make check
-status = up
+status = down (missing pkg-config)

-----------------------------------------------------------------------

Summary of changes:
 devtools/flocktest.ini |    6 +++---
 gpsd.xml               |   10 ++++++----
 packet.c               |    2 ++
 3 files changed, 11 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Project gpsd at BerliOS
_______________________________________________
Gpsd-commit-watch mailing list
Gpsd-commit-watch@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/gpsd-commit-watch
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic