summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gpscap.ini5
-rw-r--r--gpscap.py2
2 files changed, 3 insertions, 4 deletions
diff --git a/gpscap.ini b/gpscap.ini
index 822e2852..c8f0f5b3 100644
--- a/gpscap.ini
+++ b/gpscap.ini
@@ -736,14 +736,13 @@ vendor = Garmin
packaging = handset
techdoc = http://www.garmin.com/manuals/GPS76_OwnersManual.pdf
uses = Garmin
-interfaces = USB, RS232
-usbchip = pl2303
+interfaces = RS232
tested = 2.39
nmea = 2.3
submitter = Sebastian Niehaus <killedbythoughts@mindcrime.net>,
Geoff Childs <dofinch-aria@yahoo.co.uk>
notes = The device itself has only a 9-pin serial D connector; USB
- support is via an adaptor cable sold by Garmin. Sebastian
+ support is available via an adaptor cable sold by Garmin. Sebastian
Niehaus says it annunces "Software Version 3.70". Geoff Childs adds:
"In [the USB] case the Garmin GPS 76 comms MUST be set to
'NMEA'. The kernel module garmin_gps is not needed and should
diff --git a/gpscap.py b/gpscap.py
index 386d6094..a57716d2 100644
--- a/gpscap.py
+++ b/gpscap.py
@@ -117,7 +117,7 @@ class GPSDictionary(ConfigParser.RawConfigParser):
if self.get(dev, "status") == "excellent":
testfield += "<img src='star.png'/><img src='star.png'/><img src='star.png'/><img src='star.png'/>"
elif self.get(dev, "status") == "good":
- testfield += "<img src='star.png'/><img src='star.png/'><img src='star.png'/>"
+ testfield += "<img src='star.png'/><img src='star.png'/'><img src='star.png'/>"
elif self.get(dev, "status") == "fair":
testfield += "<img src='star.png'/><img src='star.png'/>"
elif self.get(dev, "status") == "poor":