summaryrefslogtreecommitdiff
path: root/garmin.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2006-09-27 03:44:09 +0000
committerGary E. Miller <gem@rellim.com>2006-09-27 03:44:09 +0000
commit8bafc32468e1bf5b33205e97293b99d927b1855f (patch)
treec465c2a89f0552a7199b9816aae7e7aab1065d00 /garmin.c
parent9838bb9cb6e66c2a000881c1f7461c699e6b5af0 (diff)
downloadgpsd-8bafc32468e1bf5b33205e97293b99d927b1855f.tar.gz
Fix GPGSV output, tweak the file comments
Diffstat (limited to 'garmin.c')
-rw-r--r--garmin.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/garmin.c b/garmin.c
index 50f61afa..db2df113 100644
--- a/garmin.c
+++ b/garmin.c
@@ -7,10 +7,12 @@
* This code is partly from the Garmin IOSDK and partly from the
* sample code in the Linux garmin_gps driver.
*
- * Presently this code needs the Linux garmin_gps driver and will
- * not function without it. This code has been tested and at leastt
- * at one time is known to work on big- and little-endian CPUs and 32
- * and 64 bit cpu modes.
+ * This code supports both Garmin on a serial port and USB Garmins.
+ *
+ * USB Garmins need the Linux garmin_gps driver and will not function
+ * without it. This code has been tested and at least at one time is
+ * known to work on big- and little-endian CPUs and 32 and 64 bit cpu
+ * modes.
*
* Protocol info from:
* GPS18_TechnicalSpecification.pdf
@@ -23,6 +25,7 @@
* -D 3 = packet trace
* -D 4 = packet details
* -D 5 = more packet details
+ * -D 6 = very excessive details
*
* limitations:
*