summaryrefslogtreecommitdiff
path: root/driver_sirf.c
Commit message (Expand)AuthorAgeFilesLines
* Back out the attempt to use VTIME.Eric S. Raymond2015-01-311-1/+0
* Add a minimum packet length to every driver.Eric S. Raymond2015-01-291-0/+1
* Fully initialized fields in some time structures.Eric S. Raymond2015-01-231-2/+5
* cppcheck cleanup.Eric S. Raymond2015-01-221-2/+1
* Coverity/splint cleanup.Eric S. Raymond2015-01-211-0/+6
* Easy splint cleanups. All regression tests pass.Eric S. Raymond2015-01-211-6/+7
* Add str_{,v}appendf, use it everywhere.Zbigniew Chyla2015-01-211-7/+4
* Almost entirely eliminate use of sats_used array.Eric S. Raymond2015-01-101-5/+1
* Revise SiRF driver to be get satellites-used info from the skyview sentence.Eric S. Raymond2015-01-091-18/+25
* Tweak to ifdef guard for RECONFIGURE_ENABLE in driver_sirfJon Schlueter2015-01-091-1/+1
* Better way to avoid glibc dependency.Eric S. Raymond2014-09-291-3/+3
* Remove some custom code, at the cost of introducing a glibc depenency.Eric S. Raymond2014-09-251-2/+2
* Refactor representation of satellite data into an array of structs...Eric S. Raymond2014-09-221-11/+16
* Add some warnings about SiRF-IV flakiness, and remove a related TO-DO item.Eric S. Raymond2014-08-291-0/+7
* Now that the transition is done we can restore the gpsd_report name.Eric S. Raymond2014-08-271-89/+89
* The big leap. Most instances of gpsd_report are replaced...Eric S. Raymond2014-08-271-89/+89
* Introduce struct errout_t to encapsulate error-reporting hooks.Eric S. Raymond2014-08-271-89/+89
* Structure member name change: packet -> lexer. No logic changes.Eric S. Raymond2014-08-271-6/+6
* Another step away from reverse linkage. No logic changes.Eric S. Raymond2014-08-271-46/+51
* Satisfy an order dependency in SiRF initialization.Eric S. Raymond2014-08-271-17/+20
* Split firmwqre version query out of the init method.Eric S. Raymond2014-08-251-10/+12
* splint/ccpcheck cleanup.Eric S. Raymond2014-08-241-4/+4
* Eliminate the tag field entirely, even internally.Eric S. Raymond2014-08-241-6/+5
* Drop the obsolete tag field from JSON output. Bump the minor protocol number.Eric S. Raymond2014-08-241-6/+5
* Document sSiRF sentence suppressions better.Eric S. Raymond2014-08-211-15/+17
* Revert "Remove dodgy sentence-suppresion code in SiRF driver."Eric S. Raymond2014-08-211-0/+6
* Remove dodgy sentence-suppresion code in SiRF driver.Eric S. Raymond2014-08-211-6/+0
* Turn off GND in SiRF binary mode, as we don't use it.Eric S. Raymond2014-08-201-9/+14
* Revert "Constify some storage. All regressions tests pass."Eric S. Raymond2014-08-201-16/+16
* Constify some storage. All regressions tests pass.Eric S. Raymond2014-08-191-16/+16
* Refactor initialization, and again disable wait on ACK.Eric S. Raymond2014-05-191-14/+23
* Instrument so we can tell when a SiRF control is sent out with ACK pending.Eric S. Raymond2014-05-181-1/+23
* Back out my attempt at ACK synchrinization, it fails on SiRF III.Eric S. Raymond2014-05-181-27/+0
* Cut down on the sentence mix transmitted from the device.Eric S. Raymond2014-05-181-2/+11
* 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