summaryrefslogtreecommitdiff
path: root/gpscap.py
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-01-21 21:39:01 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-01-21 21:39:01 +0000
commitf64be0b287d2a173bb5557d76b3fea4c632b5f81 (patch)
tree562803ca6d6ede874d95c6a3b8d74a503e720270 /gpscap.py
parentfa813f85e090251419ef762d682d232f4646f614 (diff)
downloadgpsd-f64be0b287d2a173bb5557d76b3fea4c632b5f81.tar.gz
Include the -b glitch in the hardware table.
Diffstat (limited to 'gpscap.py')
-rw-r--r--gpscap.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpscap.py b/gpscap.py
index a86cca74..100120e4 100644
--- a/gpscap.py
+++ b/gpscap.py
@@ -109,6 +109,8 @@ class GPSDictionary(ConfigParser.RawConfigParser):
testfield += "<img title='Have regression test' src='regression.png'>"
else:
testfield += tested
+ if self.has_option(dev, "noconfigure"):
+ testfield += "<img title='Requires -b option' src='noconfigure.png'>"
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":