summaryrefslogtreecommitdiff
path: root/garmin.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 /garmin.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 'garmin.c')
-rw-r--r--garmin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/garmin.c b/garmin.c
index ffb4f0d7..df781cbf 100644
--- a/garmin.c
+++ b/garmin.c
@@ -840,6 +840,7 @@ struct gps_type_t garmin_binary =
{
.typename = "Garmin binary", /* full name of type */
.trigger = NULL, /* no trigger, it has a probe */
+ .channels = GARMIN_CHANNELS, /* consumer-grade GPS */
.probe = garmin_probe, /* how to detect at startup time */
.initializer = garmin_init, /* initialize the device */
.get_packet = garmin_get_packet,/* how to grab a packet */