summaryrefslogtreecommitdiff
path: root/drivers.c
Commit message (Expand)AuthorAgeFilesLines
* Another round of fixes from Rob Janssen.Eric S. Raymond2005-04-301-1/+1
* O command now reports speeds in meters/sec, making the O report all SI units.Eric S. Raymond2005-04-271-2/+2
* Enable GSA on serial Garmin GPSes.Eric S. Raymond2005-04-261-0/+2
* Enable GPZDA on a Motorola Oncore GT+.Eric S. Raymond2005-04-121-0/+2
* MacOS compiler fixes. Oleg's fix for the bilinear interpolation.Eric S. Raymond2005-04-011-0/+1
* FV18 is back because we can enable ZDA if we know we're connected to one... Eric S. Raymond2005-03-311-3/+31
* Russ Nelson's fix.Eric S. Raymond2005-03-311-1/+1
* Don't block non-GP values of TALKER1 and TALKER2 from working.Eric S. Raymond2005-03-291-3/+1
* Change gps_session_t to gps_device_t.Eric S. Raymond2005-03-281-10/+10
* Pass through PGRME.Eric S. Raymond2005-03-261-2/+2
* Big structure reorganization.Eric S. Raymond2005-03-221-14/+14
* Remove more timestamp fields. Soon there will only be one per fix.Eric S. Raymond2005-03-221-2/+1
* Daemon no longer depends on the raw hook to trigger watcher notifications.Eric S. Raymond2005-03-181-4/+4
* Fix some bugs in feature conditionalization.Eric S. Raymond2005-03-181-6/+6
* Split the handle_input method into packet-getter + packet-interpreter methods.Eric S. Raymond2005-03-171-13/+12
* Refactor the baud-rate-change code...Eric S. Raymond2005-03-161-10/+0
* Suppress useless GLL and VTG sentences in SiRF NMEA.Eric S. Raymond2005-03-161-2/+3
* N command is now fully implemented.Eric S. Raymond2005-03-151-5/+22
* Enhancements to gpsfake, and an NMEA packet fix.Eric S. Raymond2005-03-151-3/+4
* Better message in case of driver mismatch.Eric S. Raymond2005-03-141-1/+6
* First step towards implementing -'n' command -- define the driver slot.Eric S. Raymond2005-03-141-0/+4
* Packet engine rewrite to make automatic reconnect work again.Eric S. Raymond2005-03-141-24/+23
* Make sure a driver's initializer is always called when it's selected.Eric S. Raymond2005-03-101-4/+2
* Skip events that look like 0-length packets because there is no input waiting.Eric S. Raymond2005-03-101-1/+1
* Prerelease cleanup.Eric S. Raymond2005-03-101-3/+1
* 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