summaryrefslogtreecommitdiff
path: root/garmin.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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