summaryrefslogtreecommitdiff
path: root/drivers.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify the way ALLOW_RECONFIGURE works.Eric S. Raymond2009-03-061-56/+30
* Implement and document support for more NMEA devices.Eric S. Raymond2009-02-201-4/+4
* Compile gpsmon and friends correctly when various GPS drivers are conditionedEric S. Raymond2009-02-201-1/+1
* First hack at supporting multiple devices in the monitor.Eric S. Raymond2009-02-171-1/+1
* Give the ubx driver a real control_send method.Eric S. Raymond2009-02-151-1/+1
* All driver method tables are now const.Eric S. Raymond2009-02-121-23/+23
* Don't bother trying to switch back to the Earthmate driver from Zodiac...Eric S. Raymond2009-02-121-14/+2
* Add a packet_type member to the device structure. Eric S. Raymond2009-02-081-2/+15
* Make gpsctl -n work reliably on SiRF devices...Eric S. Raymond2009-02-051-6/+11
* Another correction for the mode-changer code.Eric S. Raymond2009-01-281-2/+2
* Make mode-switching to garmin binary work.Eric S. Raymond2009-01-281-1/+12
* driver for novatel superstar2. Chris Kuethe2009-01-261-1/+4
* Enhance gpsctl output so it shows a capability table.Eric S. Raymond2009-01-231-35/+38
* Teach gpsctl to ship control strings to a UBX device, and eliminate ubxsend.Eric S. Raymond2009-01-211-10/+0
* Reduce logging verbosity.Eric S. Raymond2009-01-201-4/+6
* Comment fix.Eric S. Raymond2009-01-201-1/+1
* Typo fix.Eric S. Raymond2009-01-201-1/+1
* Refactor sending of control strings.Eric S. Raymond2009-01-061-35/+48
* More splint cleanup.Eric S. Raymond2009-01-061-4/+4
* This diff goes most of the way to getting us splint-clean again.Eric S. Raymond2009-01-051-2/+2
* prototype processMKT3301() to silence compiler warningChris Kuethe2009-01-051-0/+4
* Cleanup after the OceanServer patch.Eric S. Raymond2009-01-041-5/+8
* Merge code for Oceanserver compass from Stefan de Konink.Eric S. Raymond2009-01-041-0/+82