summaryrefslogtreecommitdiff
path: root/driver_oncore.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-12 17:13:27 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-11-12 17:13:27 -0500
commit25c55a4c7a4ed769ac10073fb65466f31305d305 (patch)
tree1b12403252e54d58dc2eb0dd68103bc803cba61a /driver_oncore.c
parent8eb7514a020463ffda56654de516095141ca63d3 (diff)
downloadgpsd-25c55a4c7a4ed769ac10073fb65466f31305d305.tar.gz
Rename and rationalize driver table instances. No logic changes.
Diffstat (limited to 'driver_oncore.c')
-rw-r--r--driver_oncore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver_oncore.c b/driver_oncore.c
index 14e2f6d5..36e7a475 100644
--- a/driver_oncore.c
+++ b/driver_oncore.c
@@ -480,9 +480,9 @@ static gps_mask_t oncore_parse_input(struct gps_device_t *session)
/* This is everything we export */
/* *INDENT-OFF* */
-const struct gps_type_t oncore_binary = {
+const struct gps_type_t driver_oncore = {
- .type_name = "Oncore binary", /* Full name of type */
+ .type_name = "Motorola Oncore", /* Full name of type */
.packet_type = ONCORE_PACKET, /* numeric packet type */
.flags = DRIVER_STICKY, /* remember this */
.trigger = NULL, /* identifying response */