summaryrefslogtreecommitdiff
path: root/driver_sirf.c
Commit message (Expand)AuthorAgeFilesLines
* Add timeout on wait-for-ACK to SiRF driver.Eric S. Raymond2013-11-191-5/+18
* Document the SiRF IV issue.Eric S. Raymond2013-11-181-1/+6
* Add a warning when a SiRF message send fails.Eric S. Raymond2013-11-181-2/+5
* We attempt to count ACKs to avoid pproblems on the SiRF IV.Eric S. Raymond2013-11-181-16/+7
* spint annotation fixes. No logic changes.Eric S. Raymond2013-11-181-1/+1
* Stall SiRF writes the minimum necessary to guarantee a 4-second cooldown.Eric S. Raymond2013-11-181-43/+86
* SiRF now recommends at least 57600 to use nav data.Gary E. Miller2013-11-151-2/+4
* More consistent use of SiRF settling time.Gary E. Miller2013-11-151-10/+1
* Document en-/dis-able SiRF subframe. remove redundancies.Gary E. Miller2013-11-151-27/+11
* Disable MID 64 in SiRF as it floods the stream at 4800Gary E. Miller2013-11-151-0/+6
* Collect all the SiRF settling time constants into one define.Gary E. Miller2013-11-151-15/+18
* More consistent ise of LOG_PROG.Eric S. Raymond2013-11-121-2/+2
* Reduce gpsd log verbosity a lot.Eric S. Raymond2013-11-121-2/+2
* Rename and rationalize driver table instances. No logic changes.Eric S. Raymond2013-11-121-2/+2
* A bit more SiRF IV decoding.Gary E. Miller2013-11-121-14/+94
* Start to decode new SiRF IV messages.Gary E. Miller2013-11-111-3/+34
* uBlox -> u-blox; the company does not biicapitalize its name.Eric S. Raymond2013-11-091-6/+6
* Fix compiler warnings with clang 4.2 on OS X 10.7.5Beat Bolli2013-11-061-3/+3
* Full splint cleanup. Partial cppcheck cleanup.Eric S. Raymond2013-11-051-1/+2
* Contain the assumption that time hinting is done to NTPD.Eric S. Raymond2013-10-311-17/+17
* Revert "Separate ntpd support from chrony support, step 1."Eric S. Raymond2013-10-301-17/+17
* Separate ntpd support from chrony support, step 1.Eric S. Raymond2013-10-301-17/+17
* More efficiebt sticky-flagging.Eric S. Raymond2013-10-151-1/+1
* OK, visualize as a method was a bad idea. All regression tests pass.Eric S. Raymond2013-10-141-15/+0
* Make all hex-dumping truly thread-safe.Eric S. Raymond2013-10-131-1/+3
* Second step in the visualization code.Eric S. Raymond2013-10-131-1/+13
* Create driver slot and scons option for a visualizer driver method.Eric S. Raymond2013-10-131-0/+3
* Change the logic for managing the drive mode bit to report reality...Eric S. Raymond2013-10-041-30/+3
* Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond2013-09-291-81/+119
* Fix static-checker warnings. All regression tests pass.Eric S. Raymond2013-04-301-1/+1
* Mapping NMEA-ID (33..64) to SBAS PRN and minor refactoring.Michael Tatarinov2012-10-231-1/+1
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-7/+7
* Remove unnecessary includes of termios.h .ukyg9e5r6k7gubiekd62012-09-071-1/+0
* Refactoring SiRF driver.Michael Tatarinov2011-10-311-127/+139
* SiRF driver. Fixed bug with setting speed >= 115200 baud.Michael Tatarinov2011-10-171-2/+10
* In SiRF, don't set the fix timestamp on a MID4.Eric S. Raymond2011-10-091-13/+1
* SiRF driver. Bug fix in code to set used flags on SBAS satellites.Michael Tatarinov2011-10-061-2/+4
* Cosmetic consistency tweak.Eric S. Raymond2011-09-211-1/+1
* Leapsecond setup needs to be visible.Eric S. Raymond2011-09-211-2/+3
* splint revealed some problems with the previous commit.Eric S. Raymond2011-09-181-4/+6
* Sort out some issues with PRN handling.Eric S. Raymond2011-09-181-2/+3
* Correction for SBAS satellite use bit code.Eric S. Raymond2011-09-181-1/+1
* Use SiRF MID27 to set used flags on SBAS satellites.Eric S. Raymond2011-09-171-3/+16
* Uniform use of safe_atof(). All regression tests pass.Eric S. Raymond2011-08-271-1/+1
* Fix problems with reconfigure=no and netfeed=no builds.Eric S. Raymond2011-08-241-0/+2
* Remove gpsd_hexdump_wrapper() from everything outside the packet sniffer.Eric S. Raymond2011-06-171-4/+3
* Cut down on gpsd_hexdump_wrapper() calls.Eric S. Raymond2011-06-171-26/+14
* Regularize some names.Eric S. Raymond2011-04-011-18/+18
* gps_maskdump() has been a CPU hog. Drastically reduce the number of calls...Eric S. Raymond2011-03-311-8/+6
* Re-identify most *_IS flags with corresponding *_SET flags.Eric S. Raymond2011-03-271-20/+20