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_superstar2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver_superstar2.c') diff --git a/driver_superstar2.c b/driver_superstar2.c index 9cf22d24..31a8658c 100644 --- a/driver_superstar2.c +++ b/driver_superstar2.c @@ -546,7 +546,7 @@ const struct gps_type_t superstar2_binary = { /* Associated lexer packet type */ .packet_type = SUPERSTAR2_PACKET, /* Driver type flags */ - .flags = DRIVER_NOFLAGS, + .flags = DRIVER_STICKY, /* Response string that identifies device (not active) */ .trigger = NULL, /* Number of satellite channels supported by the device */ -- cgit v1.2.1