summaryrefslogtreecommitdiff
path: root/garmin.c
Commit message (Expand)AuthorAgeFilesLines
* Make a start at cleaning up splint warnings.Eric S. Raymond2005-05-261-2/+2
* Add trailing \n to log messages where needed.Eric S. Raymond2005-05-241-4/+4
* Cosmetic fixes.Eric S. Raymond2005-05-211-1/+1
* Dynamic SHM segment allocation.Eric S. Raymond2005-05-201-1/+1
* Rob Janssen's second big timekeeping patch.Eric S. Raymond2005-05-161-6/+6
* Clean up and condition some code.Eric S. Raymond2005-05-151-1/+1
* Dead-code removal.release-2.23Eric S. Raymond2005-05-041-2/+0
* Testing works better if we compile with GARMIN_ENABLE and ZODAC_ENABLE on.Eric S. Raymond2005-04-301-6/+7
* Move the USB driver inventory early enough that the daemon is still root.Eric S. Raymond2005-04-291-19/+1
* Garmin driver updates shared context.Eric S. Raymond2005-04-111-0/+2
* More geoid tweaks.Gary E. Miller2005-04-011-5/+6
* Make geoid separation availble to the Garmin.Gary E. Miller2005-04-011-0/+4
* Fix more cast alignment issues.Gary E. Miller2005-04-011-22/+26
* First cut to fix cast alignment issue.Gary E. Miller2005-04-011-17/+31
* Gary misunderstood what the tag field is for. Eric S. Raymond2005-03-311-2/+1
* Garmin: fill in session->tag.Gary E. Miller2005-03-311-0/+1
* Garmin: restore GSV. This is needed for gpsdrive, etc.Gary E. Miller2005-03-301-0/+4
* Make sure all drivers set the packet tag field.Eric S. Raymond2005-03-291-0/+1
* Change gps_session_t to gps_device_t.Eric S. Raymond2005-03-281-10/+10
* Garmin: revert last change, it broke ntpshm.Gary E. Miller2005-03-271-2/+2
* Garmin: report Zulu time instead of PSTGary E. Miller2005-03-271-2/+2
* Add a sentence_time member...Eric S. Raymond2005-03-261-1/+1
* Reduce the burden on drivers by doing fix copying for them.Eric S. Raymond2005-03-251-5/+1
* Garmin: enable ntpshm.Gary E. Miller2005-03-241-0/+3
* Garmin: fix xgps and time.Gary E. Miller2005-03-241-3/+2
* Garmin: oops, remove debug codeGary E. Miller2005-03-241-4/+4
* Garmin: more certain init of the serial portGary E. Miller2005-03-241-4/+33
* Split up the estimated-error validity masks.Eric S. Raymond2005-03-231-2/+2
* Watcher mode now uses 'o' command to dump status.Eric S. Raymond2005-03-231-3/+3
* Compute derived uncertainties for 'O' command.Eric S. Raymond2005-03-231-0/+4
* Zodiac returns estimated speed error.Eric S. Raymond2005-03-221-4/+1
* Take the broken-out dates out of the session structure.Eric S. Raymond2005-03-221-9/+0
* Second step in library refactoring.Eric S. Raymond2005-03-221-10/+2
* Big structure reorganization.Eric S. Raymond2005-03-221-46/+43
* Remove more timestamp fields. Soon there will only be one per fix.Eric S. Raymond2005-03-221-2/+0
* Eliminate track stamp in favor of out-of-band value.Eric S. Raymond2005-03-211-1/+0
* Get ride of status and mode timestamps, these are continuously valid.Eric S. Raymond2005-03-211-3/+0
* Remove redundant timestamps.Eric S. Raymond2005-03-211-2/+0
* Daemon no longer depends on the raw hook to trigger watcher notifications.Eric S. Raymond2005-03-181-3/+8
* Split the handle_input method into packet-getter + packet-interpreter methods.Eric S. Raymond2005-03-171-7/+10
* Clean up device initialization.Eric S. Raymond2005-03-161-4/+1
* First step towards implementing -'n' command -- define the driver slot.Eric S. Raymond2005-03-141-0/+1
* Quiet down the compiler.Eric S. Raymond2005-03-141-2/+1
* Various Garmin fixes.Gary E. Miller2005-03-141-25/+50
* Packet engine rewrite to make automatic reconnect work again.Eric S. Raymond2005-03-141-2/+4
* Header cleanup, and go to modern option naming.Eric S. Raymond2005-03-091-0/+5
* Fixed garmin probe to work with Linux kernel 2.6.11. The name of theGary E. Miller2005-03-061-2/+4
* Fix some errors in code conditioning, remove an unused variable.Eric S. Raymond2005-03-051-1/+0
* Get the slot order right!Eric S. Raymond2005-03-051-1/+1
* Probe functions are now a per-driver capability. Eric S. Raymond2005-03-051-15/+16