From 5fbf141bec04172e30cb428d19a5d9128d0f8537 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 12 Oct 2013 07:48:25 -0400 Subject: Enrich the driver method listing. Shorten an overly long name. --- drivers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers.c') diff --git a/drivers.c b/drivers.c index a33afd2e..e115038f 100644 --- a/drivers.c +++ b/drivers.c @@ -626,7 +626,7 @@ static void earthmate_event_hook(struct gps_device_t *session, event_t event) /*@ -redef @*/ /* *INDENT-OFF* */ static const struct gps_type_t earthmate = { - .type_name = "Delorme EarthMate (pre-2003, Zodiac chipset)", + .type_name = "Pre-2003 Delorme EarthMate", .packet_type = NMEA_PACKET, /* associated lexer packet type */ .flags = DRIVER_NOFLAGS, /* no rollover or other flags */ .trigger = "EARTHA", /* Earthmate trigger string */ -- cgit v1.2.1