summaryrefslogtreecommitdiff
path: root/driver_tsip.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-10-15 13:35:33 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-10-15 13:35:33 -0400
commite84f08734721e1924783fd249ed5d2b3ec428685 (patch)
tree410b240ff227717e2dd7752ba6a78e0c84934e5b /driver_tsip.c
parente0223915f6b5f3e321405676f182896b4b54c397 (diff)
downloadgpsd-e84f08734721e1924783fd249ed5d2b3ec428685.tar.gz
More efficiebt sticky-flagging.
Diffstat (limited to 'driver_tsip.c')
-rw-r--r--driver_tsip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_tsip.c b/driver_tsip.c
index 75863f2c..087dfccf 100644
--- a/driver_tsip.c
+++ b/driver_tsip.c
@@ -1257,7 +1257,7 @@ const struct gps_type_t tsip_binary =
{
.type_name = "Trimble TSIP binary", /* full name of type */
.packet_type = TSIP_PACKET, /* associated lexer packet type */
- .flags = DRIVER_NOFLAGS, /* no flags set */
+ .flags = DRIVER_STICKY, /* remember this */
.trigger = NULL, /* no trigger */
.channels = TSIP_CHANNELS, /* consumer-grade GPS */
.probe_detect = tsip_detect, /* probe for 9600O81 device */