From 25c55a4c7a4ed769ac10073fb65466f31305d305 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 12 Nov 2013 17:13:27 -0500 Subject: Rename and rationalize driver table instances. No logic changes. --- driver_italk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'driver_italk.c') diff --git a/driver_italk.c b/driver_italk.c index 35d5a6d2..5520817f 100644 --- a/driver_italk.c +++ b/driver_italk.c @@ -397,9 +397,9 @@ static void italk_ping(struct gps_device_t *session) #endif /* __UNUSED__ */ /* *INDENT-OFF* */ -const struct gps_type_t italk_binary = +const struct gps_type_t driver_italk = { - .type_name = "iTalk binary", /* full name of type */ + .type_name = "iTalk", /* full name of type */ .packet_type = ITALK_PACKET, /* associated lexer packet type */ .flags = DRIVER_STICKY, /* no rollover or other flags */ .trigger = NULL, /* recognize the type */ -- cgit v1.2.1