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_zodiac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver_zodiac.c') diff --git a/driver_zodiac.c b/driver_zodiac.c index 30ab0a58..3d9bca9c 100644 --- a/driver_zodiac.c +++ b/driver_zodiac.c @@ -471,7 +471,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 */ + .flags = DRIVER_STICKY, /* no flags set */ .trigger = NULL, /* no trigger */ .channels = 12, /* consumer-grade GPS */ .probe_detect = NULL, /* no probe */ -- cgit v1.2.1