summaryrefslogtreecommitdiff
path: root/driver_sirf.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_sirf.c')
-rw-r--r--driver_sirf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver_sirf.c b/driver_sirf.c
index bcad53cb..87705e22 100644
--- a/driver_sirf.c
+++ b/driver_sirf.c
@@ -1476,9 +1476,9 @@ static void sirfbin_event_hook(struct gps_device_t *session, event_t event)
/* this is everything we export */
/* *INDENT-OFF* */
-const struct gps_type_t sirf_binary =
+const struct gps_type_t driver_sirf =
{
- .type_name = "SiRF binary", /* full name of type */
+ .type_name = "SiRF", /* full name of type */
.packet_type = SIRF_PACKET, /* associated lexer packet type */
.flags = DRIVER_STICKY, /* no flags set */
.trigger = NULL, /* no trigger */