summaryrefslogtreecommitdiff
path: root/driver_sirf.c
Commit message (Expand)AuthorAgeFilesLines
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-1/+0
* Elegant solution to sirf_binary.mode_switcher() extern.Gary E. Miller2009-11-171-1/+1
* Make 'gpsctl -b' work for SiRF binary.Gary E. Miller2009-11-171-3/+10
* Fix some whitespace glitches found while experimenting with indent(1).Eric S. Raymond2009-11-171-2/+2
* Whitespace fixes.Eric S. Raymond2009-11-171-2/+2
* Ignore SiRF message type 0x04 for OOx purposes.Gary E. Miller2009-11-171-1/+5
* Time of arrival of SiRF binary messages jumps around too much.Gary E. Miller2009-11-171-10/+16
* Make fudge explicit in ntpshm_put(), and log it..Gary E. Miller2009-11-171-5/+5
* Improve NTPD logging (and some code) in the ntpd parts of SiRF.Gary E. Miller2009-11-171-28/+53
* More tagging of NTPD logs.Gary E. Miller2009-11-161-6/+11
* Fix SiRF Switch to NMEA, message ID 129, baud was in the wrong place. Gary E. Miller2009-11-091-3/+6
* Splint pacification, part 2.Eric S. Raymond2009-10-261-0/+4
* In the wake of the change to use only C99 fixed-length types... Eric S. Raymond2009-10-261-6/+6
* The new instrumentation pays off. Eric S. Raymond2009-10-021-4/+2
* Fix a paste-o that made its way into many LOG_DATA format strings.Eric S. Raymond2009-10-021-3/+3
* My bright idea to use timestamp() to set skyview times backfired... Eric S. Raymond2009-10-021-2/+2
* Clear up some driver-level confusion surrounding timestamp setting.Eric S. Raymond2009-10-011-7/+7
* Fix altitude interpretation in SiRF binary.Eric S. Raymond2009-10-011-4/+46
* In the gpsdata structure, satellites -> satellites_visibleEric S. Raymond2009-10-011-1/+1
* Fix computation of epx and epy from eph.Eric S. Raymond2009-09-301-1/+1
* Refactor the cycle-end tracking. The AIS machinery should use it.Eric S. Raymond2009-09-301-1/+1
* Remove some obsolete rate-limiting and clean up some report generation.Eric S. Raymond2009-09-291-9/+1
* splint and instrumentation cleanup.Eric S. Raymond2009-09-281-1/+1
* Un-invert a test.Eric S. Raymond2009-09-281-1/+1
* MND should be available at all firmware rev levels.Eric S. Raymond2009-09-281-41/+45
* Change the driver event set to be more orthogonal.Eric S. Raymond2009-09-161-1/+1
* Separate DOP flags are gone.Eric S. Raymond2009-09-151-4/+5
* Give DOPs their own structure...Eric S. Raymond2009-09-151-7/+7
* Rename event_revert to event_deactivate. No behavior changes.Eric S. Raymond2009-09-131-1/+1
* Fold the probe_wakup method into the new generic lifetime-event hook. Eric S. Raymond2009-09-131-5/+4
* Fold the revert method into the generic event hook.Eric S. Raymond2009-09-131-74/+71
* The configurator member becomes event_hook. Eric S. Raymond2009-09-131-4/+3
* Merge the configurator and probe_subtype methods. Eric S. Raymond2009-09-131-3/+3
* Guard some inclusions that splint doesn't like. Eric S. Raymond2009-09-101-0/+2
* Partial splint cleanup. All regression tests pass.Eric S. Raymond2009-09-091-0/+1
* Fixed a bug in the cycle-signaling code for SiRF. Eric S. Raymond2009-09-091-1/+1
* Reliable cycle-start indication for almost all drivers.Eric S. Raymond2009-09-091-1/+5
* Stop interpreting SiRF GND.Eric S. Raymond2009-09-091-3/+29
* Correct some bad packet dumping.Eric S. Raymond2009-09-081-1/+1
* Minor cleanup. All regression tests pass.Eric S. Raymond2009-09-041-3/+3
* Now make it possible for a driver to signal cycle start, cycle end, ... Eric S. Raymond2009-09-031-1/+1
* Break the cycle-start flag out of general status mask into its own field.Eric S. Raymond2009-09-031-1/+2
* Split eph into epx and epy internally... Eric S. Raymond2009-09-031-1/+4
* Avoid reporting garbage times when you have no fix.Eric S. Raymond2009-08-241-2/+5
* Major rearrangement of device members in struct gpsdata_t... Eric S. Raymond2009-08-231-8/+8
* Move some struct gpsdata_t members around to get better space economy.Eric S. Raymond2009-08-181-1/+1
* Abolish device classes. Eric S. Raymond2009-08-101-1/+0
* Add and document the device_class member, so we can do ?DEVICES properly.Eric S. Raymond2009-07-241-0/+1
* fallout from API change. drivers need to do some basic subframe preprocessing.Chris Kuethe2009-07-091-11/+18
* currently unused, extract the source prn and channel.Chris Kuethe2009-07-091-3/+3