summaryrefslogtreecommitdiff
path: root/driver_oncore.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-01-10 09:46:14 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-01-10 10:51:33 -0500
commit729d860096f96c5d1a7f5bc161967b90368d92e0 (patch)
tree6b901c1b7210b97b31572574e2ffbd9b6472a5a9 /driver_oncore.c
parent4764f5a9028e55378e04a79f8263e0e11edc06ac (diff)
downloadgpsd-729d860096f96c5d1a7f5bc161967b90368d92e0.tar.gz
Correct a comment.
Diffstat (limited to 'driver_oncore.c')
-rw-r--r--driver_oncore.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/driver_oncore.c b/driver_oncore.c
index 4e5b07e7..5fa3dfc5 100644
--- a/driver_oncore.c
+++ b/driver_oncore.c
@@ -429,9 +429,8 @@ static ssize_t oncore_control_send(struct gps_device_t *session,
static void oncore_event_hook(struct gps_device_t *session, event_t event)
{
/*
- * An oncore VP device that has not been used after long
- * power-down is by itself silent (we're told other Oncore models
- * such as the UT series don't have this quirk). Provoke
+ * Some oncore VP variants that have not been used after long
+ * power-down will be silent on startup. Provoke
* identification by requesting the firmware version.
*/
if (event == event_wakeup)