From c22430b526bf35912aba88dcb249264530cd5128 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 19 Jan 2011 20:03:47 -0500 Subject: Added a driver-type flags member to the driver method structure. All regression tests pass. --- driver_zodiac.c | 1 + 1 file changed, 1 insertion(+) (limited to 'driver_zodiac.c') diff --git a/driver_zodiac.c b/driver_zodiac.c index 9f76ee1f..7e61db17 100644 --- a/driver_zodiac.c +++ b/driver_zodiac.c @@ -482,6 +482,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 */ .trigger = NULL, /* no trigger */ .channels = 12, /* consumer-grade GPS */ .probe_detect = NULL, /* no probe */ -- cgit v1.2.1