summaryrefslogtreecommitdiff
path: root/drivers.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-11-16 09:08:38 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-11-16 09:08:38 +0000
commit9818acb270e4dc6e7479e0f72e2baf96f117ad06 (patch)
tree209cf0c2bf3f82ae257c86d371dba90dfd2ed3af /drivers.c
parent483ff0d81be0ef431ab69c14b2ba54a1f32a3e93 (diff)
downloadgpsd-9818acb270e4dc6e7479e0f72e2baf96f117ad06.tar.gz
Added gpscat to the distribution toolset.
Diffstat (limited to 'drivers.c')
-rw-r--r--drivers.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers.c b/drivers.c
index ed2b324a..4ff3b86a 100644
--- a/drivers.c
+++ b/drivers.c
@@ -127,8 +127,9 @@ static void nmea_probe_subtype(struct gps_device_t *session, unsigned int seq)
switch (seq) {
#ifdef SIRF_ENABLE
case 0:
- /* probe for SiRF -- expect $Ack 105. */
+ /* probe for SiRF --. */
(void)nmea_send(session->gpsdata.gps_fd, "$PSRF105,1");
+ (void)nmea_send(session->gpsdata.gps_fd, "$PSRF666");
break;
#endif /* SIRF_ENABLE */
#ifdef NMEA_ENABLE