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