summaryrefslogtreecommitdiff
path: root/drivers.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* merge mkt-3301 support. from Henk FijnvandraatChris Kuethe2008-12-311-1/+104
* Add a wrapper function around gpsd_hexdump to avoid hexdumping buffers...Chris Kuethe2008-12-271-6/+5
* bunch of fixes to ubx, particularly for the ublox5. from Henk FijnvandraatChris Kuethe2008-10-191-0/+27
* Rename big-endian bit extraction macros.Eric S. Raymond2008-07-151-3/+3
* Avoid having to call the RTCM3 unpack function just to get type and length.Eric S. Raymond2008-07-151-4/+6
* Rudimentary RTCM104v3 support compiles and splints clean. Eric S. Raymond2008-07-101-1/+1
* More splint cleanups.Eric S. Raymond2008-07-101-1/+2
* Add a CRC-24Q implementation. It's wrong, but it's a start.Eric S. Raymond2008-06-301-11/+55
* RTCM104v3 packet detection. Eric S. Raymond2008-06-301-4/+4
* More preparation for RTCM 3. No behavior changes. All regression tests pass.Eric S. Raymond2008-06-271-2/+2
* Rip out the openbsd-specific timestamping support. Chris Kuethe2008-06-101-40/+0
* Fix Garmin ifdef nesting error. Found by John Arthur <lists@davey.net.au>Gary E. Miller2008-01-201-4/+2
* Add Garmin 5Hz support to PPS. Patch from John Arthur <lists@davey.net.au>Gary E. Miller2008-01-201-2/+6
* 'typename' is a reserved word in C++. Gary E. Miller2008-01-191-11/+11
* Minor splint cleanups. All regressio tests pass.Eric S. Raymond2008-01-011-0/+1
* shuffle some ashtech stuff aroundChris Kuethe2007-12-251-5/+7
* Ashtech fixes.Chris Kuethe2007-12-251-1/+6
* more commits from the caribbean - tidying up some whitespaceChris Kuethe2007-12-201-79/+79
* Ashtech driver. Tested with an Ashtech/Thales/Magellan AC12Chris Kuethe2007-12-201-0/+63
* An attempt at support for the Furuno Electronics GH-79L4 (GPSClock).Eric S. Raymond2007-12-181-2/+59
* Removed wired-in NTP offset from the NMEA driver. Eric S. Raymond2007-12-121-6/+1
* Integrated Garmin Simple Text Protocol driver from Petr Slansky.Eric S. Raymond2007-12-111-0/+51
* Pull the device_readonly variable into the global context structure.Eric S. Raymond2007-06-011-8/+1
* avoid calling write() directly, use gpsd_write() instead.Chris Kuethe2007-04-061-2/+9
* TypoChris Kuethe2007-03-261-1/+1
* First step of a layering fix: move the private ldisc member to gpsd.h.Eric S. Raymond2007-03-261-2/+2
* missing newlinesChris Kuethe2007-03-091-2/+2
* Move the historical italk2 code to the italk3 driver. Chris Kuethe2007-01-181-142/+0
* having both enable-italk and enable-itrax is dumb. Chris Kuethe2006-12-281-3/+3
* The start of a UBX driver, from Andreas Stricker. Not yetChris Kuethe2006-12-151-0/+4
* Diego Burge's driver builds, but it messes up some regression tests...Eric S. Raymond2006-12-151-2/+14
* Evermore patches and one documentation tweak from Petr Slansky.Eric S. Raymond2006-12-051-1/+1
* Change the way the RTCM decoding is layered... Eric S. Raymond2006-12-041-2/+3
* Fix ALLOW_RECONFIGURE compilation.Eric S. Raymond2006-12-011-1/+3
* Check in regress-builder, after having used it to detect some minor buildEric S. Raymond2006-11-301-1/+1
* Split the packet-sniffer internals out of the session structure. Eric S. Raymond2006-11-301-23/+28
* We temporarily need root privs to set up the nmea line discipline on OpenBSD.Chris Kuethe2006-11-291-1/+13
* explain why these ioctls might failChris Kuethe2006-11-291-5/+7
* Because configure allows the selection of PPS on DCD or CTS...Chris Kuethe2006-11-291-0/+4
* Working timestamps arrived after the NMEA line discipline.Chris Kuethe2006-11-281-8/+11
* Finish the OpenBSD kernel timestamping hooks.Chris Kuethe2006-11-281-1/+10
* Change the configurator method to take a packet sequence number argument...Eric S. Raymond2006-11-271-37/+56
* Remove Evermore NMEA, it was pointless.Eric S. Raymond2006-11-241-100/+2
* New SiRF probe logic works with SiRF-II, should work with I and III as well.Eric S. Raymond2006-11-211-81/+14