summaryrefslogtreecommitdiff
path: root/driver_geostar.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-02-28 14:58:37 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-02-28 14:58:37 -0500
commit9fad32af3e77074e55ebfb27104e33b5665acb0c (patch)
tree7753797a94697fde3e5f55a01b1ec4aa5b0f422e /driver_geostar.c
parentdeb2a9076958580d12357c1c0c60791e8e6352eb (diff)
downloadgpsd-9fad32af3e77074e55ebfb27104e33b5665acb0c.tar.gz
Verbosity suppression. All regression tests pass.
Diffstat (limited to 'driver_geostar.c')
-rw-r--r--driver_geostar.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/driver_geostar.c b/driver_geostar.c
index 27e1272b..2a247672 100644
--- a/driver_geostar.c
+++ b/driver_geostar.c
@@ -466,6 +466,9 @@ static void geostar_event_hook(struct gps_device_t *session, event_t event)
{
unsigned char buf[2 * 4];
+ if (session->context->readonly)
+ return;
+
/*@-shiftimplementation +ignoresigns@*/
if (event == event_identified && event == event_reactivate) {
/* Select binary packets */