summaryrefslogtreecommitdiff
path: root/driver_proto.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_proto.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_proto.c')
-rw-r--r--driver_proto.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/driver_proto.c b/driver_proto.c
index 716294e2..a8a94d79 100644
--- a/driver_proto.c
+++ b/driver_proto.c
@@ -510,6 +510,8 @@ const struct gps_type_t _proto__binary = {
.type_name = "_proto_ binary",
/* Associated lexer packet type */
.packet_type = _PROTO__PACKET,
+ /* Driver tyoe flags */
+ .flags = DRIVER_NOFLAGS,
/* Response string that identifies device (not active) */
.trigger = NULL,
/* Number of satellite channels supported by the device */