summaryrefslogtreecommitdiff
path: root/driver_ubx.c
Commit message (Expand)AuthorAgeFilesLines
* Separate ntpd support from chrony support, step 1.Eric S. Raymond2013-10-301-3/+3
* 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-3/+0
* Create driver slot and scons option for a visualizer driver method.Eric S. Raymond2013-10-131-0/+3
* Deal with the Macx-1's quirk of not being able to turn off ASCII.Eric S. Raymond2013-10-131-1/+13
* splint cleanup.Eric S. Raymond2013-10-121-1/+1
* Compiler warning cleanup.Eric S. Raymond2013-10-121-1/+1
* Correct a comment.Eric S. Raymond2013-10-111-5/+6
* Add a caveat.Eric S. Raymond2013-10-101-1/+9
* Yet another bug due to wacky CFG-PRT semantics.Eric S. Raymond2013-10-091-26/+25
* Remove a mistaken optimization.Eric S. Raymond2013-10-091-1/+1
* Fixed UBX baud-rate switching.Eric S. Raymond2013-10-091-2/+2
* splint cleanup.Eric S. Raymond2013-10-091-5/+5
* Introduce a mode option so gpscotl can be less intrusive than gpsd.Eric S. Raymond2013-10-091-1/+1
* Switch UBX to binary mode when it's identified.Eric S. Raymond2013-10-091-9/+4
* New, simpler UBX mode switching with synthesized config blocks works.Eric S. Raymond2013-10-081-208/+97
* Cosmetic fixes.Eric S. Raymond2013-10-071-8/+11
* gpsmon switching to UBX binary is now working.Eric S. Raymond2013-10-071-28/+31
* Actually setting up a config block now.Eric S. Raymond2013-10-071-4/+6
* Comment typo fixes.Eric S. Raymond2013-10-071-1/+1
* Try another config synthesis. All regression tests pass.Eric S. Raymond2013-10-061-79/+129
* splint cleanup. All regression tests pass.Eric S. Raymond2013-10-051-1/+2
* Condition out the code that trues to synthesize ta CONFIG-PRT block.Eric S. Raymond2013-10-051-15/+65
* Slightly more sophisticated try at a synthetic config block.Eric S. Raymond2013-10-051-1/+69
* Clarifying comment.Eric S. Raymond2013-10-051-1/+2
* The trigger-string UBX detection was unnecessary; remove it.Eric S. Raymond2013-10-041-1/+1
* Change the logic for managing the drive mode bit to report reality...Eric S. Raymond2013-10-041-8/+3
* uBlox 6 no longer sends model info in $GPTXT (observed on TCX0)...Eric S. Raymond2013-10-041-23/+1
* More instrumentation and a name change.Eric S. Raymond2013-10-041-2/+2
* Improve recognition of UBX chips with a slight change to the trigger string.Eric S. Raymond2013-10-041-1/+1
* Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond2013-09-291-59/+67
* Clean up the Trellisware patch by using event_identified.Eric S. Raymond2013-09-171-10/+2
* Original Trellisware patch.Eric S. Raymond2013-09-171-3/+12
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-8/+8
* Remove unnecessary includes of termios.h .ukyg9e5r6k7gubiekd62012-09-071-1/+0
* Comment typo fix.Eric S. Raymond2012-05-121-1/+1
* More info in the UBX driver header comment.Eric S. Raymond2012-05-121-1/+6
* Magic-number elimination.Eric S. Raymond2012-05-111-12/+17
* Simplify and improve the UBX mode-setting code.Eric S. Raymond2012-05-111-31/+28
* Still working on pacifying Coverity. All regression tests pass.Eric S. Raymond2012-05-111-3/+3
* Pacify Coverity some more.Eric S. Raymond2012-05-111-1/+1
* Suppress more non-defects.Eric S. Raymond2012-05-101-0/+2
* More Coverity-spawned fixes. All regression tests pass.Eric S. Raymond2012-05-091-1/+1
* More coverity-inspired fixes.Eric S. Raymond2012-05-091-4/+3
* Remove UBX driver's bogus code for finding SBAS sats in use.Eric S. Raymond2011-10-261-8/+1
* Avoid a pychecker warning.Eric S. Raymond2011-10-251-4/+5
* SiRF driver. Bug fix in code to set used flags on SBAS satellites.Michael Tatarinov2011-10-061-1/+3
* splint revealed some problems with the previous commit.Eric S. Raymond2011-09-181-3/+5
* Sort out some issues with PRN handling.Eric S. Raymond2011-09-181-1/+1
* Correction for SBAS satellite use bit code.Eric S. Raymond2011-09-181-0/+4