summaryrefslogtreecommitdiff
path: root/drivers.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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