diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2005-02-13 23:55:51 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2005-02-13 23:55:51 +0000 |
commit | cebdad82a61cf420f19769133bbbe9c83eecd12b (patch) | |
tree | 3b6c26677e7265e522d204a678b075ab41283482 /serial.c | |
parent | 9d9fa39665f0f04840230549188bfa370fb24bc2 (diff) | |
download | gpsd-cebdad82a61cf420f19769133bbbe9c83eecd12b.tar.gz |
First version with woRking baud rate change.
Diffstat (limited to 'serial.c')
-rw-r--r-- | serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |