From e84f08734721e1924783fd249ed5d2b3ec428685 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 15 Oct 2013 13:35:33 -0400 Subject: More efficiebt sticky-flagging. --- driver_tsip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver_tsip.c') 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 */ -- cgit v1.2.1