summaryrefslogtreecommitdiff
path: root/driver_proto.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-08-21 16:39:36 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-08-21 16:39:36 +0000
commitb8bb7401533d5bc28b0b1f36c14832877e2e1901 (patch)
treeefb4910f920358d6da8f94fed016dd8058a89916 /driver_proto.c
parent3e535e34cbc2461e6ef417f6a3059ea6bdd4e1d4 (diff)
downloadgpsd-b8bb7401533d5bc28b0b1f36c14832877e2e1901.tar.gz
Document the fact that the channels member is no longer used for parsing.
Diffstat (limited to 'driver_proto.c')
-rw-r--r--driver_proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_proto.c b/driver_proto.c
index 8947700d..482803b5 100644
--- a/driver_proto.c
+++ b/driver_proto.c
@@ -115,7 +115,7 @@ struct gps_type_t proto_binary =
{
.typename = "Prototype driver", /* full name of type */
.trigger = NULL, /* recognize the type */
- .channels = 12, /* consumer-grade GPS */
+ .channels = 12, /* used for dumping binary packets */
.probe = NULL, /* no probe */
.initializer = proto_initializer,/* initialize the device */
.get_packet = packet_get, /* use generic packet getter */