summaryrefslogtreecommitdiff
path: root/evermore.c
Commit message (Expand)AuthorAgeFilesLines
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-1/+2
* Add a new capability to the generic driver structure: wakeup...Eric S. Raymond2006-10-261-0/+1
* squelch compiler warning about this being defined but ununsed.Chris Kuethe2006-10-241-0/+2
* quell compiler warning in --disable-reconfigure caseChris Kuethe2006-10-101-0/+2
* remove mostly-useless variableChris Kuethe2006-10-101-3/+1
* evermore now honours --disable-reconfigureChris Kuethe2006-10-101-0/+4
* GPGSV sent at 5 second intervals is usually enough.Chris Kuethe2006-10-101-2/+2
* rename some of the messages to be more descriptive than "msg8f[]"Chris Kuethe2006-10-101-19/+25
* Update the driver based on newer documentation. From Petr SlanskyChris Kuethe2006-10-011-48/+138
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
* The big dead-storage elimination: we get rid of the newdata member.Eric S. Raymond2006-09-091-13/+13
* Enable the RPM to build again. Also, some minor documentation tweaks.Eric S. Raymond2006-02-171-7/+5
* Fix from Petr Slansky.Eric S. Raymond2005-08-021-1/+1
* Merge Petr Slanky's gpsd_write() patch.Eric S. Raymond2005-08-011-33/+45
* True North support integrated.Eric S. Raymond2005-08-011-1/+4
* More attempts to get the EverMore to work.Eric S. Raymond2005-07-311-15/+42
* Splint cleanup.Eric S. Raymond2005-07-301-2/+5
* Comment fixes.Eric S. Raymond2005-07-301-4/+7
* Harden the code against high data rates.Eric S. Raymond2005-07-301-1/+1
* Minor tweak to EverMore driver by Petr Slansky.Eric S. Raymond2005-07-291-2/+6
* Petr Slanky's latest Evermore patch and some splint cleanups.Eric S. Raymond2005-07-251-42/+126
* Merged in Petr's stuff on undocumented EverMore control sequences.Eric S. Raymond2005-07-241-2/+51
* Documentation fixes and another EverMore patch.Eric S. Raymond2005-07-221-3/+6
* Get rid of statetable.el...Eric S. Raymond2005-07-201-0/+2
* Changes responding to Wolfgang's long response about RTCM, and factoringEric S. Raymond2005-07-201-1/+1
* More EverMore fixes from Petr Slansky.Eric S. Raymond2005-07-201-2/+3
* Add progress messages to gpsflash. splint cleanup.Eric S. Raymond2005-07-191-10/+11
* Yet another incremental patch.Eric S. Raymond2005-07-191-6/+5
* Use gpsd_hexdump().Eric S. Raymond2005-07-191-42/+45
* Another EverMore patch from the maintainer.Eric S. Raymond2005-07-181-35/+43
* Add little-endian macros to bits.h. More fixes for the DBUS problem.Eric S. Raymond2005-07-181-0/+1
* Another Evermore test from Petr Slansky.Eric S. Raymond2005-07-161-1/+21
* Switch to using C99 initializers everywhere.Eric S. Raymond2005-07-161-13/+13
* Documentation impriovenents.Eric S. Raymond2005-07-141-4/+3
* Another Evermore patch from Petr Slansky.Eric S. Raymond2005-07-141-11/+43
* Initialization fix from Petr Slansky.Eric S. Raymond2005-07-111-13/+19
* Architecture extension; handle variable sample rates.Eric S. Raymond2005-07-111-0/+2
* Add a driver-prototype file. Clean up and fix RTCM passthrough.Eric S. Raymond2005-07-081-1/+1
* It is now possible to configure out NMEA support.Eric S. Raymond2005-07-081-0/+2
* 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-22/+47
* Petr Slansky's evermore_write() routine.Eric S. Raymond2005-07-071-45/+39
* Instrument so we can see the Evermore message cycle.Eric S. Raymond2005-07-071-2/+8
* Fail on unsupported baud rates.Eric S. Raymond2005-07-071-1/+2
* More typo fixes.Eric S. Raymond2005-07-061-2/+2
* First cut at Evermore support. Not yet tested.Eric S. Raymond2005-07-061-0/+277