From 8bd9db1c8daa8675de5ee929e2004912b5d474a2 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 21 May 2013 10:59:54 -0400 Subject: Disable attempts to parse Evermore binary packets. This codse is no longer needed; we just let these devices run in NMEA mode now. --- drivers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers.c') diff --git a/drivers.c b/drivers.c index 9d350812..15c76033 100644 --- a/drivers.c +++ b/drivers.c @@ -191,10 +191,10 @@ static void nmea_event_hook(struct gps_device_t *session, event_t event) #ifdef EVERMORE_ENABLE case 4: gpsd_report(LOG_PROG, "=> Probing for Evermore\n"); - /* Enable checksum and GGA(1s), GLL(0s), GSA(1s), GSV(1s), RMC(1s), VTG(0s), PEMT101(1s) */ + /* Enable checksum and GGA(1s), GLL(0s), GSA(1s), GSV(1s), RMC(1s), VTG(0s), PEMT101(0s) */ /* EverMore will reply with: \x10\x02\x04\x38\x8E\xC6\x10\x03 */ (void)gpsd_write(session, - "\x10\x02\x12\x8E\x7F\x01\x01\x00\x01\x01\x01\x00\x01\x00\x00\x00\x00\x00\x00\x13\x10\x03", + "\x10\x02\x12\x8E\x7F\x01\x01\x00\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x13\x10\x03", 22); break; #endif /* EVERMORE_ENABLE */ -- cgit v1.2.1