From a8b84bac8cc58e87fc3a1d8467e41ea9f296d13e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 31 Oct 2013 19:32:56 -0400 Subject: Document good support for MTK3329 as reported by Andy Walls. --- drivers.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'drivers.c') diff --git a/drivers.c b/drivers.c index e55d8790..b6727417 100644 --- a/drivers.c +++ b/drivers.c @@ -1052,11 +1052,17 @@ static const struct gps_type_t garmintxt = { #ifdef MTK3301_ENABLE /************************************************************************** * - * MediaTek MTK-3301 + * MediaTek MTK-3301 and 3329 * * OEMs for several GPS vendors, notably including Garmin and FasTrax. * Website at . * + * The Trimble Condor appears to be an MTK3329. It behaves as an MTK3301 + * and positively acknowledges all 3301 sentences as valid. It ignores $PMTK + * sentence fields that are not implemented in the Trimble Condor. It does + * not have power0save mode abd ignores $PMTK320. For $PMTK314 it silently + * ignores periodic enabling of messages that aren't supported. + * **************************************************************************/ static void mtk3301_event_hook(struct gps_device_t *session, event_t event) -- cgit v1.2.1