summaryrefslogtreecommitdiff
path: root/garmin.c
Commit message (Expand)AuthorAgeFilesLines
* fix format warnings and whitespace that was making my eyes bleedChris Kuethe2009-01-061-150/+155
* Refactor sending of control strings.Eric S. Raymond2009-01-061-4/+7
* Add a wrapper function around gpsd_hexdump to avoid hexdumping buffers...Chris Kuethe2008-12-271-10/+14
* change various PI macros to GPS_PIChris Kuethe2008-07-201-1/+1
* 'typename' is a reserved word in C++. Gary E. Miller2008-01-191-3/+3
* use gpsd_write rather than calling write directly.Chris Kuethe2007-04-061-9/+7
* Add sanity checking to Garmin lat/lon values.Gary E. Miller2006-12-291-0/+16
* Trivial splint cleanup for the Garmin driver.Eric S. Raymond2006-12-171-1/+1
* ACKing a garmin packet too soon may hang things.Gary E. Miller2006-12-111-1/+3
* Splint cleanup.Eric S. Raymond2006-12-071-1/+1
* Correct bad comment arising from a misunderstanding.Eric S. Raymond2006-12-051-8/+5
* 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