summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-12-04 12:59:50 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-12-04 12:59:50 +0000
commit5ea35209565fa4269252b25264d38071cf485db4 (patch)
tree3de824128a394597eaeb4ff56b7248dc4ddfa21c
parentf98e0017c9de5e8015fcf53be363417005778577 (diff)
downloadgpsd-5ea35209565fa4269252b25264d38071cf485db4.tar.gz
Add a to-do item for 2.91.
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 3809d8f5..b59dcad7 100644
--- a/TODO
+++ b/TODO
@@ -38,6 +38,12 @@ functions inside earth_distance(). The result is that epd is unstable.
** To do:
+*** Ship a DEVICE notification on every driver change
+
+There's a race condition where if you start cgps at just the right
+time while an NMEA device is being probed, it may switch to a binary
+type but never update the type display.
+
*** Complete and test the speed/parity/stopbit methods in the drivers
These are used for the '?DEVICE' (old 'B') command. All work for 8N1.