summaryrefslogtreecommitdiff
path: root/driver_sirf.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-08-21 01:05:22 -0400
committerEric S. Raymond <esr@thyrsus.com>2014-08-21 01:05:22 -0400
commit908a4b133455df8ed1b6ab997c534b0df98524fd (patch)
treee7347ffaa53935ba89929f7f9b98b620ca0ac2dc /driver_sirf.c
parenteea5085fa500ec79684aa49996ad814f8e9b7311 (diff)
downloadgpsd-908a4b133455df8ed1b6ab997c534b0df98524fd.tar.gz
Remove dodgy sentence-suppresion code in SiRF driver.
All regression tests pass.
Diffstat (limited to 'driver_sirf.c')
-rw-r--r--driver_sirf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/driver_sirf.c b/driver_sirf.c
index 0dfc5faa..d07a59e0 100644
--- a/driver_sirf.c
+++ b/driver_sirf.c
@@ -1486,12 +1486,6 @@ static void sirfbin_event_hook(struct gps_device_t *session, event_t event)
}
break;
- case 12:
- gpsd_report(session->context->debug, LOG_PROG, "SiRF: disable MID 7, 28, 29, 30, 31...\n");
- putbyte(unsetmidXX, 5, 0x05);
- (void)sirf_write(session, unsetmidXX);
- break;
-
#endif /* RECONFIGURE_ENABLE */
default:
/* initialization is done */