summaryrefslogtreecommitdiff
path: root/drivers.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the -i option, it was only supported for obsolete units anywayEric S. Raymond2005-03-061-15/+0
* Fix some errors in code conditioning, remove an unused variable.Eric S. Raymond2005-03-051-6/+6
* Probe functions are now a per-driver capability. Eric S. Raymond2005-03-051-0/+5
* We have zero configuration. The -T option is dead.Eric S. Raymond2005-03-041-24/+0
* Logic to automatically switch to SiRF binary... Eric S. Raymond2005-03-021-2/+12
* clean up time calls so library will be reentrant.Eric S. Raymond2005-03-011-6/+6
* Move the profiling hooks into the packet engine, where they areEric S. Raymond2005-03-011-17/+0
* Alpha version of SiRF-II driver. Doesn't get GSA information out yet, Eric S. Raymond2005-02-281-2/+3
* Packet engine now copes gracefully when reads span packet boundaries.Eric S. Raymond2005-02-281-2/+2
* Turns out reliable sync isn't good enough for some SiRF chips. you reallyEric S. Raymond2005-02-261-3/+10
* Baud- and stopbit-hunting works well enough now that we no longer need to keepEric S. Raymond2005-02-261-10/+0
* Explicit support for the FV18 is gone, instead we ship its init string at everyEric S. Raymond2005-02-261-31/+2
* Try to make TripMate and Earthmate work again. nmea_handle_input() nowEric S. Raymond2005-02-251-57/+40
* First step in integrating the new packet sniffer. This version works, Eric S. Raymond2005-02-251-28/+0
* Implemented the I command.Eric S. Raymond2005-02-231-1/+1
* Factor out sync after write.Eric S. Raymond2005-02-231-10/+1
* Use O_SYNC to guarantee that nmea_send() writes complete before the Eric S. Raymond2005-02-221-2/+3
* Correct the conditioning-out of SiRF-II support.Eric S. Raymond2005-02-211-4/+4
* Make it possible to configure out SiRF-II support.Eric S. Raymond2005-02-211-6/+4
* Back down the idle after baud-rate change.Eric S. Raymond2005-02-211-1/+1
* Baud-rate changes in this one work on both BU-303 and TN-200.Eric S. Raymond2005-02-211-2/+2
* Buffer size cleanup. Check that we get good data after a baud rateEric S. Raymond2005-02-201-19/+41
* Speed switching is now a per-driver capability.Eric S. Raymond2005-02-201-0/+26
* Clean up after the SiRF probe.Eric S. Raymond2005-02-201-2/+8
* We can detect SiRF-II now!.Eric S. Raymond2005-02-201-2/+37
* Abandon the attempt to compensate for RS232 measurement error.Eric S. Raymond2005-02-171-2/+0
* Measure RS232 transmission time rather than deducing it.Eric S. Raymond2005-02-171-0/+9
* Better name for DTIME macro. Other small cleanups.Eric S. Raymond2005-02-171-2/+2
* OK, that solves the problem of why decode time was so high.Eric S. Raymond2005-02-161-7/+5
* This version breaks profiling (the problem is in gpsy.py somewhere)Eric S. Raymond2005-02-161-28/+38
* Integrate first-cut Garmin binary driver.Eric S. Raymond2005-02-141-0/+5
* Integrated baud-rate hunting.Eric S. Raymond2005-02-131-1/+6
* There are no more direct-connect clients.Eric S. Raymond2005-02-011-1/+0
* Drop back to void type for the raw-mode hook.Eric S. Raymond2005-01-021-5/+5
* Change to the return type of raw hook.Eric S. Raymond2005-01-021-5/+5
* Move config.h include into gpsd.h so we can never foo up the structure Eric S. Raymond2004-12-301-1/+0
* Tilman Koschnick's AMD64 patch.Eric S. Raymond2004-12-231-1/+1
* Lint cleanup page.Eric S. Raymond2004-12-181-2/+2
* -i has to be available if ZODIAC is. Get rid of an unneeded layer ofEric S. Raymond2004-10-221-3/+3
* More fluff removal.Eric S. Raymond2004-10-051-4/+0
* BSD port fixes and more code cleanup.Eric S. Raymond2004-10-041-1/+0
* Tighten up more code.Eric S. Raymond2004-09-301-4/+2
* Input handler does not actually have a rfeturn value, so make it void.Eric S. Raymond2004-09-301-4/+4
* More fluff removal.Eric S. Raymond2004-09-301-17/+8
* Another compaction pass.Eric S. Raymond2004-09-291-29/+1
* Another round of structure trimming.Eric S. Raymond2004-09-291-8/+8
* Remove some redundant structure members.Eric S. Raymond2004-09-291-8/+5
* Get rid of some redundant data members.Eric S. Raymond2004-09-291-3/+3
* Get rid of some more dependencies on the exact driver list.Eric S. Raymond2004-09-271-0/+2
* More support for conditioning out drivers.Eric S. Raymond2004-09-261-0/+4