From 0658c2fb8d15fbe78fdd4edd1be184559ab53c32 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 24 Aug 2014 10:17:59 -0400 Subject: Drop the obsolete tag field from JSON output. Bump the minor protocol number. Required a regression-test rebuild, of course. The field is still set by the TSIP and SiRF drivers; the SiRF driver actually uses it. It may be possible to eliminate the TSIP uses, but so far attempting this has produced odd regression-test failures. --- driver_geostar.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'driver_geostar.c') diff --git a/driver_geostar.c b/driver_geostar.c index 8b97abc8..e2f5899e 100644 --- a/driver_geostar.c +++ b/driver_geostar.c @@ -160,8 +160,6 @@ static gps_mask_t geostar_analyze(struct gps_device_t *session) id = (unsigned int)getleu16(session->packet.outbuffer, OFFSET(0)); - (void)snprintf(session->gpsdata.tag, sizeof(session->gpsdata.tag), "ID%02x", id); - gpsd_report(session->context->debug, LOG_DATA, "GeoStar packet id 0x%02x length %d: %s\n", id, len, buf2); -- cgit v1.2.1