summaryrefslogtreecommitdiff
path: root/drivers.c
Commit message (Expand)AuthorAgeFilesLines
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-2/+4
* Add a new capability to the generic driver structure: wakeup...Eric S. Raymond2006-10-261-0/+8
* Move the logic for poking the NTP daemomn out of the NMEA driver.Eric S. Raymond2006-10-231-14/+0
* wrap more configuration lines in #ifdef ALLOW_RECONFIGUREChris Kuethe2006-10-101-0/+6
* don't try switch itrax receivers if reconfiguration is inhibitedChris Kuethe2006-10-101-0/+13
* Make germin_ser_parse() confirm to the generic parse_packet() prototype.Gary E. Miller2006-10-101-1/+1
* Garmin now respects the ALLOW_RECONFIGURE option.Gary E. Miller2006-10-091-0/+2
* Fix typo in PPS patch. Disable automatic garmin binary init.Gary E. Miller2006-09-281-2/+2
* Don't init Garmin NMEA if we are going to init Garmin Serial binaryGary E. Miller2006-09-271-2/+2
* Turn off Garmin position averagingGary E. Miller2006-09-271-2/+2
* Now usually detects Garmin Serial binary and calls proper driver. Gary E. Miller2006-09-261-6/+4
* Garmin serial binary is very similar to TSIP binary.Gary E. Miller2006-09-261-1/+12
* More steps on the way to Garmin binary over serial.Gary E. Miller2006-09-251-5/+17
* Start to add support for Garmin binary over serial portGary E. Miller2006-09-251-1/+3
* Tweak the NMEA fudge timeGary E. Miller2006-09-241-1/+5
* 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-3/+3
* Possible fix for NTP breakage.Eric S. Raymond2006-09-081-3/+3
* Document the fact that the channels member is no longer used for parsing.Eric S. Raymond2006-08-211-5/+5
* Use OpenBSD's nmea(4) line discipline.Chris Kuethe2006-08-181-0/+12
* SiRF name cleanup.Chris Kuethe2006-08-171-17/+17
* Apply Ville Nuorvala 's patch for SIRFII typoGary E. Miller2006-04-121-1/+1
* Merged in improved timekeeping patch passed on by Rob Janssen.Eric S. Raymond2006-02-201-3/+7
* Oops, private fix leaked. reverting.Gary E. Miller2005-08-181-2/+1
* fix ^c and (q)uit.Gary E. Miller2005-08-181-1/+2
* Only send garmin init sentences after detecting a garmin.Gary E. Miller2005-08-121-3/+20
* My apologies. I let a private change leak in to SVN. This reverses that.Gary E. Miller2005-08-081-2/+1
* Fixes to packet engine from Curt and Josh. Gary E. Miller2005-08-071-1/+2
* Add detection of Garmin Serial GPS.Gary E. Miller2005-08-031-0/+20
* Typo, capital O, not zero in PGRMO.Gary E. Miller2005-08-031-1/+1
* Merge Petr Slanky's gpsd_write() patch.Eric S. Raymond2005-08-011-2/+1
* True North support integrated.Eric S. Raymond2005-08-011-6/+17
* More attempts to get the EverMore to work.Eric S. Raymond2005-07-311-2/+2
* Don't use nmea_send() to ship binary! Duh!Eric S. Raymond2005-07-301-2/+2
* Fix Petr Slansky's NMEA-switching bug.Eric S. Raymond2005-07-291-0/+2
* Support compilers that can't do anonymous unions.Eric S. Raymond2005-07-261-1/+1
* More work at separating the low-level decoder from the RTCM structure stuff.Eric S. Raymond2005-07-241-1/+1
* Fix some bugs in the RTCM104 interface.Eric S. Raymond2005-07-211-6/+1
* Turn RTCM processing into a real driver.Eric S. Raymond2005-07-191-1/+10
* Another EverMore patch from the maintainer.Eric S. Raymond2005-07-181-2/+2
* Switch to using C99 initializers everywhere.Eric S. Raymond2005-07-161-92/+92
* Stage one of making the RTCM decoder an ordinary driver. Merge the RTCMEric S. Raymond2005-07-161-1/+1
* gpsfake can feed the daemon an RTCM stream...Eric S. Raymond2005-07-161-3/+1
* In theory we now have an RTCM104 driver...Eric S. Raymond2005-07-131-0/+34
* Fix minor bugs reported by Oleg Gusev.Eric S. Raymond2005-07-131-2/+2
* Add literal_send for Oleg Gusev.Eric S. Raymond2005-07-111-10/+31
* Oleg Gusev's fixes.Eric S. Raymond2005-07-111-7/+7
* Configure DBUS correctly.Eric S. Raymond2005-07-111-1/+1
* Try to elicit an Evermore binary response.Eric S. Raymond2005-07-111-0/+11
* Architecture extension; handle variable sample rates.Eric S. Raymond2005-07-111-1/+19