summaryrefslogtreecommitdiff
path: root/serial.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-02-13 23:55:51 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-02-13 23:55:51 +0000
commitcebdad82a61cf420f19769133bbbe9c83eecd12b (patch)
tree3b6c26677e7265e522d204a678b075ab41283482 /serial.c
parent9d9fa39665f0f04840230549188bfa370fb24bc2 (diff)
downloadgpsd-cebdad82a61cf420f19769133bbbe9c83eecd12b.tar.gz
First version with woRking baud rate change.
Diffstat (limited to 'serial.c')
-rw-r--r--serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/serial.c b/serial.c
index 553511fc..67b0efdd 100644
--- a/serial.c
+++ b/serial.c
@@ -49,7 +49,7 @@ int gpsd_set_speed(int ttyfd, struct termios *ttyctl, int device_speed)
/*
* Give the GPS and UART this much time to settle and ship some data
* before trying to read after open or baud rate change. Less than
- * 1.25 seconds doesn't work under Linux 2.6.10 on an Athlon 64 3400.
+ * 1.25 seconds doesn't work om most UARTs.
*/
usleep(1250000);
return 1;