summaryrefslogtreecommitdiff
path: root/driver_proto.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_proto.c
parentdeb2a9076958580d12357c1c0c60791e8e6352eb (diff)
downloadgpsd-9fad32af3e77074e55ebfb27104e33b5665acb0c.tar.gz
Verbosity suppression. All regression tests pass.
Diffstat (limited to 'driver_proto.c')
-rw-r--r--driver_proto.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/driver_proto.c b/driver_proto.c
index d6fd8dba..16b99802 100644
--- a/driver_proto.c
+++ b/driver_proto.c
@@ -363,6 +363,9 @@ static ssize_t _proto__control_send(struct gps_device_t *session,
#ifdef ALLOW_RECONFIGURE
static void _proto__event_hook(struct gps_device_t *session, event_t event)
{
+ if (session->context->readonly)
+ return;
+
if (event == event_wakeup) {
/*
* Code to make the device ready to communicate. Only needed if the