summaryrefslogtreecommitdiff
path: root/garmin.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix Garmin USB as broken by recent Garmin Serial Binary changesGary E. Miller2006-09-271-4/+11
* NTP, PPS and cgps work now. Init is still problematic.Gary E. Miller2006-09-271-1/+1
* Decodes Garmin Serial binary packets OK...Gary E. Miller2006-09-261-213/+240
* Now usually detects Garmin Serial binary and calls proper driver. Gary E. Miller2006-09-261-5/+122
* More steps on the way to Garmin binary over serial.Gary E. Miller2006-09-251-4/+4
* Start to add support for Garmin binary over serial portGary E. Miller2006-09-251-0/+18
* Add packet length debugging messages. Fix endianess problem.Gary E. Miller2006-09-251-19/+34
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
* Fix comment. Code is now tested on BE/LE and 32/64 bit CPUs.Gary E. Miller2006-09-171-2/+3
* The big dead-storage elimination: we get rid of the newdata member.Eric S. Raymond2006-09-091-22/+22
* Revert change.Gary E. Miller2006-09-061-4/+2
* A gallimaufry of small fixes:Eric S. Raymond2006-09-051-0/+4
* Fix typo in comment.Gary E. Miller2006-06-141-1/+1
* Fix problem that causes gpsd to hang in tcsetattr() when being run from gpsfake.Gary E. Miller2006-06-141-1/+2
* fixed width types now splint clean.Gary E. Miller2006-05-171-8/+12
* First pass at making the fixed width ints splint clean.Gary E. Miller2006-05-171-53/+53
* Some more fixed width changes to basic data structures.Gary E. Miller2006-05-171-15/+15
* Change Packet_t to use the standard fixed width types from the C99 inttypes.hGary E. Miller2006-05-171-8/+9
* Warning and splint cleanup.Eric S. Raymond2005-08-201-1/+1
* Garmin driver should not hide the WAAS satellite. The other drivers do not.Gary E. Miller2005-08-191-3/+1
* splint and error-message cleanup.Eric S. Raymond2005-08-031-2/+4
* Major change to packet parser -- it now returns the *first* packet recognized.Eric S. Raymond2005-08-021-1/+0
* Minor touch-ups.Gary E. Miller2005-08-021-11/+27
* Mostly fix garmin to work with new packet parse structure.Gary E. Miller2005-08-021-15/+53
* True North support integrated.Eric S. Raymond2005-08-011-0/+1
* Support compilers that can't do anonymous unions.Eric S. Raymond2005-07-261-16/+16
* Switch to using C99 initializers everywhere.Eric S. Raymond2005-07-161-13/+13
* Architecture extension; handle variable sample rates.Eric S. Raymond2005-07-111-0/+2
* Report uniform 95% confidence intervals.Eric S. Raymond2005-07-081-4/+4
* Big driver structure refactoring.Eric S. Raymond2005-07-081-1/+1
* USED_SET needs to be a separate mask from SATELLITES_SET...Eric S. Raymond2005-07-081-1/+1
* Move driver-specific members into a union in order to save some storage.Eric S. Raymond2005-07-011-17/+17
* Quiet down splint.Eric S. Raymond2005-07-011-2/+2
* This is the fix I had been waiting for Gary to check in -- I hope.Eric S. Raymond2005-07-011-12/+20
* Try to fix some bugs introduced by FIONREAD removal.Eric S. Raymond2005-06-281-3/+3
* Eliminate use of FIONREAD.Eric S. Raymond2005-06-281-20/+12
* Modify garmin code to remove calloc(). GarminBuffer is now in gps_device_t.Gary E. Miller2005-06-281-12/+14
* More prep work for 16-channel receivers.Eric S. Raymond2005-06-221-3/+6
* New packet-return API using newdata and explicit merging.Eric S. Raymond2005-06-151-23/+23
* First cut at implementing the CYCLE_START_SET flag.Eric S. Raymond2005-06-151-1/+1
* Various small cleanups.Eric S. Raymond2005-06-151-2/+0
* Fix eph missing in garmin driver.Gary E. Miller2005-06-141-1/+1
* Clean up after the raw_hook architecture change.Eric S. Raymond2005-06-121-0/+1
* Refactor so the raw_hook dumping is done in handle_packet...Eric S. Raymond2005-06-121-19/+2
* int to size_t conversions.Eric S. Raymond2005-06-101-3/+3
* Type cleanup.Eric S. Raymond2005-06-101-16/+16
* Zero splint warnings!Eric S. Raymond2005-06-081-1/+1
* 41 splint warnings.Eric S. Raymond2005-06-071-4/+4
* 78 splint warnings.Eric S. Raymond2005-06-071-3/+1
* 556 splint warnings. Found an error in the dsock handling with it.Eric S. Raymond2005-05-291-0/+2