summaryrefslogtreecommitdiff
path: root/garmin.c
Commit message (Expand)AuthorAgeFilesLines
* Fix ALLOW_RECONFIGURE compilation.Eric S. Raymond2006-12-011-0/+2
* Teach Garmin how to return a subtype ID.Eric S. Raymond2006-12-011-0/+4
* Put the old code for computing Garmin SNRs back in, conditioned out.Eric S. Raymond2006-12-011-0/+6
* A user figured out how Garmin encodes signal strength.Eric S. Raymond2006-11-301-5/+7
* Gary dropped a stitch. No big deal.Eric S. Raymond2006-11-301-0/+2
* Fix Garmin USB initialization.Gary E. Miller2006-11-301-19/+2
* Split the packet-sniffer internals out of the session structure. Eric S. Raymond2006-11-301-6/+6
* Make our assumptions about the units in Garmin error estimatesEric S. Raymond2006-11-291-3/+6
* garmin_usb_configure() is NOT optional. Gary E. Miller2006-11-291-10/+8
* Fix bad packet logging. Delay the ACK a bit.Gary E. Miller2006-11-291-4/+7
* Change the configurator method to take a packet sequence number argument...Eric S. Raymond2006-11-271-1/+3
* Split wrapup method into revert and wrapup. The revert method is onlt calledEric S. Raymond2006-11-141-0/+17
* Compiler-warning and splint cleanup.Eric S. Raymond2006-11-101-2/+2
* Interleave NMEA subtype probes with received packets. This seems to Eric S. Raymond2006-11-071-1/+3
* Fix bad check for garmin_gps in /prc. Thanks to Eivind Tagseth.Gary E. Miller2006-11-061-1/+1
* Sigh...avoid harmless but *annoying* name collision...Eric S. Raymond2006-11-021-9/+9
* Define uniform log level macros.Eric S. Raymond2006-11-021-77/+77
* Pure refactoring. Eric S. Raymond2006-11-011-11/+1
* Silence stupid splint message.Gary E. Miller2006-10-311-1/+1
* Typo and documentation fixes.Eric S. Raymond2006-10-311-1/+1
* Attempt to transplant the methods ftrom garminctl...Eric S. Raymond2006-10-311-13/+60
* Rename some methods for clarity.Eric S. Raymond2006-10-301-22/+28
* unused variable compiler warningChris Kuethe2006-10-301-1/+1
* Fix libgpsd(3) so it's usable when ntpshm_init() has not been called.Eric S. Raymond2006-10-301-1/+1
* Convert garmin_usb to run in serial emulation mode...Gary E. Miller2006-10-301-290/+312
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-1/+2
* Partial splint cleanup.Eric S. Raymond2006-10-261-11/+17
* Add a new capability to the generic driver structure: wakeup...Eric S. Raymond2006-10-261-0/+2
* fix signed-vs-unsigned comparison warningChris Kuethe2006-10-231-2/+2
* Fix units error in Garmin speed. Thanks to Jeff Frances.Gary E. Miller2006-10-151-3/+2
* Cleanup some warnings.Gary E. Miller2006-10-111-2/+3
* Make germin_ser_parse() confirm to the generic parse_packet() prototype.Gary E. Miller2006-10-101-1/+3
* gcc thinks the size argument is coming from the wrong place.Chris Kuethe2006-10-101-1/+1
* missed one... print the correct function name in debug outputChris Kuethe2006-10-101-1/+1
* rename garmin_parse_input to garmin_usb_parse...Chris Kuethe2006-10-101-3/+3
* correct function name in debug outputChris Kuethe2006-10-101-1/+1
* More packet handler consolidation.Gary E. Miller2006-09-291-27/+22
* Move all packet creation into one function.Gary E. Miller2006-09-291-37/+38
* Fix GPGSV output, tweak the file commentsGary E. Miller2006-09-271-4/+7
* 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