summaryrefslogtreecommitdiff
path: root/driver_ubx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove more duplicative logging. All regression tests pass.Eric S. Raymond2011-06-171-6/+2
* Cut down on gpsd_hexdump_wrapper() calls.Eric S. Raymond2011-06-171-2/+2
* Removed duplicative ntpshm_put() in the UBX driver.Eric S. Raymond2011-04-031-9/+0
* Regularize some names.Eric S. Raymond2011-04-011-8/+8
* gps_maskdump() has been a CPU hog. Drastically reduce the number of calls...Eric S. Raymond2011-03-311-2/+2
* Re-identify most *_IS flags with corresponding *_SET flags.Eric S. Raymond2011-03-271-9/+9
* Clear up some confusion about *_SET vs.. *_IS defines.Eric S. Raymond2011-03-261-1/+1
* Make all drivers set the PPSTIME_IS mask where appropriate. It's not yet used.Eric S. Raymond2011-03-231-2/+2
* Patch to allow uBlox to send time to ntpd/chronyGary E. Miller2011-03-101-5/+12
* Regularize #ifdefs. All regression tests pass.Eric S. Raymond2011-03-041-2/+2
* Verbosity suppression. All regression tests pass.Eric S. Raymond2011-02-281-0/+2
* Remove pass_rtcm(),Eric S. Raymond2011-02-271-1/+1
* Bug fixes and improvements for the NTRIP code.Andre Naujoks2011-02-131-1/+1
* Refactor time handling yet again. All regression tests pass.Eric S. Raymond2011-01-211-2/+2
* Add some suitable warning comments.Eric S. Raymond2011-01-211-0/+5
* Added a driver-type flags member to the driver method structure.Eric S. Raymond2011-01-191-0/+1
* splint cleanup. All regression tests pass.Eric S. Raymond2011-01-181-1/+3
* Refactor time resolution. All regression tests pass.Eric S. Raymond2011-01-171-22/+2
* Introduce GPS_TIME_VALID flag for GPS time validation.Eric S. Raymond2011-01-171-1/+3
* More deheader testing. All regression tests pass.Eric S. Raymond2011-01-131-0/+1
* A lot of subframes are invalid, only SUBFRAME_IS on good ones.Gary E. Miller2011-01-031-4/+3