|
From: Paul F. <pg...@us...> - 2008-11-06 03:31:09
|
Update of /cvsroot/roadmap/roadmap/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10238/src Modified Files: roadmap_gps.c Log Message: add fixme note Index: roadmap_gps.c =================================================================== RCS file: /cvsroot/roadmap/roadmap/src/roadmap_gps.c,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** roadmap_gps.c 14 Sep 2008 19:03:09 -0000 1.47 --- roadmap_gps.c 6 Nov 2008 03:31:03 -0000 1.48 *************** *** 848,851 **** --- 848,855 ---- roadmap_serial_open (device, "r", atoi(baud)); + // FIXME -- maybe remove the conditional, to allow roadmap to + // detect serial devices that are attached after startup. check + // on logging -- we should log at least one failure to open it. + // in fact, we should log every close/reopen, or open failure. if (ROADMAP_SERIAL_IS_VALID(RoadMapGpsLink.os.serial)) { RoadMapGpsLink.subsystem = ROADMAP_IO_SERIAL; |