summaryrefslogtreecommitdiff
path: root/driver_sirf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* quiet compiler warningChris Kuethe2009-07-041-2/+2
* change the signal strength member to float.Chris Kuethe2009-06-221-1/+1
* Bartos-Elekes Zsolt:Eric S. Raymond2009-03-281-2/+2
* .cycle_chars is gone, replaced by min_cycle.Eric S. Raymond2009-03-071-1/+1
* Remove 'cycle' member from device structure. Eric S. Raymond2009-03-071-1/+0
* Support --disable-controlsendEric S. Raymond2009-03-061-1/+5
* Simplify the way ALLOW_RECONFIGURE works.Eric S. Raymond2009-03-061-17/+19
* SiRF finally got around to documenting packet 0x1b...Eric S. Raymond2009-03-051-41/+2
* Cleanup some 12-channel-limit assumptions.Eric S. Raymond2009-03-051-0/+2
* repository beautification, part 2:Chris Kuethe2009-03-021-0/+1037