summaryrefslogtreecommitdiff
path: root/drivers.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-10-31 19:32:56 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-10-31 19:32:56 -0400
commita8b84bac8cc58e87fc3a1d8467e41ea9f296d13e (patch)
treea5a6deb85bcce75979a45b0d4cb94da31187cb57 /drivers.c
parent8335fba2e3bbd670e3b51bae38212e2340bc4eaa (diff)
downloadgpsd-a8b84bac8cc58e87fc3a1d8467e41ea9f296d13e.tar.gz
Document good support for MTK3329 as reported by Andy Walls.
Diffstat (limited to 'drivers.c')
-rw-r--r--drivers.c8
1 files changed, 7 insertions, 1 deletions
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 <http://www.mediatek.com/>.
*
+ * 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)