summaryrefslogtreecommitdiff
path: root/sirf.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-08-01 15:15:55 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-08-01 15:15:55 +0000
commit1aead380840db92adbb6ed3cdb213e93276956a9 (patch)
tree6e907f5825b16671d29f7cae1b01ebdd4139bc96 /sirf.c
parentef029f6a2a1a47be5bd566a21b9b73d1ff0dd22f (diff)
downloadgpsd-1aead380840db92adbb6ed3cdb213e93276956a9.tar.gz
True North support integrated.
It's not compiled in by default, but it does require one architecture change -- device channels is now a driver- specific capability, since the Thales GPS our TrueNorth user is working with has 14 channels.
Diffstat (limited to 'sirf.c')
-rw-r--r--sirf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sirf.c b/sirf.c
index 6bf3d232..ecbf8e69 100644
--- a/sirf.c
+++ b/sirf.c
@@ -706,6 +706,7 @@ struct gps_type_t sirf_binary =
{
.typename = "SiRF-II binary", /* full name of type */
.trigger = "$Ack Input105.", /* expected response to SiRF PSRF105 */
+ .channels = SIRF_CHANNELS, /* consumer-grade GPS */
.probe = NULL, /* no probe */
.initializer = sirfbin_initializer,/* initialize the device */
.get_packet = packet_get, /* use the generic packet getter */