summaryrefslogtreecommitdiff
path: root/driver_ubx.c
Commit message (Expand)AuthorAgeFilesLines
* gpsctl ID now gets basic version info from u-blox receivers.Eric S. Raymond2013-11-131-0/+5
* More consistent ise of LOG_PROG.Eric S. Raymond2013-11-121-1/+1
* Reduce gpsd log verbosity a lot.Eric S. Raymond2013-11-121-35/+35
* Rename and rationalize driver table instances. No logic changes.Eric S. Raymond2013-11-121-3/+3
* Virtuous code removal.Eric S. Raymond2013-11-121-18/+0
* We can now change baud rates on the GR601-W.Eric S. Raymond2013-11-121-12/+34
* Fix a truly stupid u-blox driver bug. Make baud rate change effective.Eric S. Raymond2013-11-111-54/+54
* u-blox name cleanup. All regression tests pass, PPS is live.Eric S. Raymond2013-11-091-2/+2
* Typo fixes.Eric S. Raymond2013-11-091-2/+2
* Typo fix.Eric S. Raymond2013-11-091-1/+1
* uBlox -> u-blox; the company does not biicapitalize its name.Eric S. Raymond2013-11-091-4/+4
* Typo fixes. All regression test pass. PPS is live.Eric S. Raymond2013-11-081-1/+1
* Improve the UBX sentence mix in NMEA mode.Eric S. Raymond2013-11-081-0/+76
* Better solution to the flapping problem.Eric S. Raymond2013-11-081-0/+27
* Full splint cleanup. Partial cppcheck cleanup.Eric S. Raymond2013-11-051-2/+3
* Contain the assumption that time hinting is done to NTPD.Eric S. Raymond2013-10-311-3/+3
* Revert "Separate ntpd support from chrony support, step 1."Eric S. Raymond2013-10-301-3/+3
* 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