summaryrefslogtreecommitdiff
path: root/driver_zodiac.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-01-19 20:03:47 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-01-19 20:03:47 -0500
commitc22430b526bf35912aba88dcb249264530cd5128 (patch)
tree89801f03d3b834f68a08d24789e84fcb4e2ff7c2 /driver_zodiac.c
parent901d73928207e94b22e7edcf88df064590161eb6 (diff)
downloadgpsd-c22430b526bf35912aba88dcb249264530cd5128.tar.gz
Added a driver-type flags member to the driver method structure.
All regression tests pass.
Diffstat (limited to 'driver_zodiac.c')
-rw-r--r--driver_zodiac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver_zodiac.c b/driver_zodiac.c
index 9f76ee1f..7e61db17 100644
--- a/driver_zodiac.c
+++ b/driver_zodiac.c
@@ -482,6 +482,7 @@ const struct gps_type_t zodiac_binary =
{
.type_name = "Zodiac binary", /* full name of type */
.packet_type = ZODIAC_PACKET, /* associated lexer packet type */
+ .flags = DRIVER_NOFLAGS, /* no flags set */
.trigger = NULL, /* no trigger */
.channels = 12, /* consumer-grade GPS */
.probe_detect = NULL, /* no probe */