summaryrefslogtreecommitdiff
path: root/drivers.c
Commit message (Expand)AuthorAgeFilesLines
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-1/+0
* Suppress a warning.Eric S. Raymond2009-11-171-1/+1
* Elegant solution to sirf_binary.mode_switcher() extern.Gary E. Miller2009-11-171-3/+3
* Only try to move to SiRF binary from NMEA if...Gary E. Miller2009-11-171-1/+4
* Make 'gpsctl -b' work for SiRF binary.Gary E. Miller2009-11-171-1/+16
* Fix some whitespace glitches found while experimenting with indent(1).Eric S. Raymond2009-11-171-2/+2
* Compiler warning suppressions (the MKT3301->MTK3301 change wasn't complete).Eric S. Raymond2009-11-171-1/+2
* Make fudge explicit in ntpshm_put(), and log it..Gary E. Miller2009-11-171-1/+1
* Splint cleanup.Eric S. Raymond2009-11-161-8/+8
* Improvements to core cycle-change logic, and MKT3301 support.Eric S. Raymond2009-11-161-2/+14
* Correct confusion of Garmin NMEA and Garmin Serial binaryGary E. Miller2009-11-151-10/+3
* Some packets do not end in \n, so make sure there is on in the log message.Gary E. Miller2009-11-151-1/+3
* Fix typo. "MKT" should be "MTK", etc. Prompted by heeen on IRCChris Kuethe2009-11-141-19/+19
* Fix driver bugs pointed out by Hakan Johannsen.Eric S. Raymond2009-11-051-1/+1
* Grrr..fire the event_identified hook and fix a broken conditional.Eric S. Raymond2009-11-041-1/+1
* In the wake of the change to use only C99 fixed-length types... Eric S. Raymond2009-10-261-2/+2
* Refactor the cycle-end tracking. The AIS machinery should use it.Eric S. Raymond2009-09-301-2/+0
* Change the driver event set to be more orthogonal.Eric S. Raymond2009-09-161-11/+24
* Rename event_revert to event_deactivate. No behavior changes.Eric S. Raymond2009-09-131-3/+3
* Fold the probe_wakup method into the new generic lifetime-event hook. Eric S. Raymond2009-09-131-80/+62
* Fold the revert method into the generic event hook.Eric S. Raymond2009-09-131-31/+1
* The configurator member becomes event_hook. Eric S. Raymond2009-09-131-48/+39
* Merge the configurator and probe_subtype methods. Eric S. Raymond2009-09-131-170/+166
* Guard some inclusions that splint doesn't like. Eric S. Raymond2009-09-101-0/+2
* Remove a duplicative storage declaration.Eric S. Raymond2009-09-061-1/+1
* Use CYCLE_END condition for the 2-part mal-design of AIS message 24 properly.Eric S. Raymond2009-09-031-2/+1
* AIVDM driver reliably signals end-of-cycle.Eric S. Raymond2009-09-031-1/+3
* Typo fix.Eric S. Raymond2009-09-031-1/+1
* Recognize and process NMEA packets while processing AIVDM.Eric S. Raymond2009-08-291-4/+11
* Cleanup.Eric S. Raymond2009-08-291-5/+4
* Major rearrangement of device members in struct gpsdata_t... Eric S. Raymond2009-08-231-4/+4
* Typo fix.Eric S. Raymond2009-08-131-1/+1
* Abolish device classes. Eric S. Raymond2009-08-101-15/+1
* Add and document the device_class member, so we can do ?DEVICES properly.Eric S. Raymond2009-07-241-3/+17
* AIS dumping is now under the control of the watcher variable.Eric S. Raymond2009-07-241-6/+4
* silence complaint about unused var and missing prototypeChris Kuethe2009-07-241-3/+4
* A step twards reporting AIS data in gpsd. All regression tests pass.Eric S. Raymond2009-07-241-12/+4
* Rough oncore driver.Chris Kuethe2009-07-161-2/+5
* system call failure should be tested against -1, rather than "< 0"Chris Kuethe2009-07-091-1/+1
* make sure trimble devices are set up correctly. from openwrtChris Kuethe2009-06-191-6/+10
* Workaround for the Garmin configure-loop problem.Eric S. Raymond2009-03-271-1/+8
* Garmintxt integration patches from Petr Slansky.Eric S. Raymond2009-03-241-10/+1
* splint cleanup.Eric S. Raymond2009-03-181-2/+2
* Refactor the AIVDM driver to remove dependencies on the session structure.Eric S. Raymond2009-03-151-1/+65
* More driver-interface simplification.Eric S. Raymond2009-03-091-56/+19
* The shell of an AIVDM driver.Eric S. Raymond2009-03-091-0/+11
* Typo fix.Eric S. Raymond2009-03-091-1/+1
* .cycle_chars is gone, replaced by min_cycle.Eric S. Raymond2009-03-071-17/+15
* Remove 'cycle' member from device structure. Eric S. Raymond2009-03-071-10/+0
* Support --disable-controlsendEric S. Raymond2009-03-061-13/+39