summaryrefslogtreecommitdiff
path: root/drivers.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make back_to_nmea a public flag (rather than a per-driver private flag)...Eric S. Raymond2006-11-211-1/+1
* If we see an EverMore binary packet, we must reconfigure for EverMore *binary*.Eric S. Raymond2006-11-201-1/+1
* EverMore patch by Petr Slansky, and a link for the project page.Eric S. Raymond2006-11-171-4/+4
* Note that expecting $Ack105 only works on a SiRF-II.Eric S. Raymond2006-11-161-2/+1
* Evermore fixes and move of a close message, from Petr Slansky.Eric S. Raymond2006-11-161-18/+27
* Added gpscat to the distribution toolset.Eric S. Raymond2006-11-161-1/+2
* Fix for EverMore by Petr Slansky. He reports it working.Eric S. Raymond2006-11-151-13/+24
* last of the single-protocol builds is complete. fixed a goof i madeChris Kuethe2006-11-151-6/+6
* FV18 is just funky NMEA, so we require generic NMEA support when using FV18.Chris Kuethe2006-11-151-2/+4
* squelch compiler warnings in nmea-only compileChris Kuethe2006-11-151-0/+4
* Make it compile without sirf.Chris Kuethe2006-11-151-2/+2
* fix typoChris Kuethe2006-11-141-1/+1
* make this compile againChris Kuethe2006-11-141-1/+1
* Split wrapup method into revert and wrapup. The revert method is onlt calledEric S. Raymond2006-11-141-10/+64
* Stop trying to reconfigure Sony CXD2951 and Motorola OnCore chips.Eric S. Raymond2006-11-131-11/+1
* First step towards restoring parameters on close: Eric S. Raymond2006-11-131-0/+1
* Conditionalization cleanup patch from Petr Slansky.Eric S. Raymond2006-11-131-8/+8
* Zero the private drive storage at device-activate time...Eric S. Raymond2006-11-131-2/+2
* Another gallimaufry of small fixes:Eric S. Raymond2006-11-131-0/+1
* Updates to Evermore driver, from Petr SlanskyChris Kuethe2006-11-131-3/+77
* squelch a couple of compiler warningsChris Kuethe2006-11-111-2/+2
* Compiler-warning and splint cleanup.Eric S. Raymond2006-11-101-4/+4
* At the moment it doesn't look like supporting iTalk binary is a win.Eric S. Raymond2006-11-071-23/+25
* Go through SiRF NMEA on tbe way to SiRF binary. This doesn't break the Eric S. Raymond2006-11-071-16/+15
* Make sure none of the trigger strings for NMEA drivers are identical to probes. Eric S. Raymond2006-11-071-6/+12
* Binary turnoff code removed at Gary's request.Eric S. Raymond2006-11-071-2/+0
* Document the reason for splitting up the probe sends.Eric S. Raymond2006-11-071-3/+15
* Interleave NMEA subtype probes with received packets. This seems to Eric S. Raymond2006-11-071-25/+43
* Sigh...avoid harmless but *annoying* name collision...Eric S. Raymond2006-11-021-2/+2
* Define uniform log level macros.Eric S. Raymond2006-11-021-20/+20
* Drivers have to explicitly set the driver_mode field when they do a switch...Eric S. Raymond2006-11-011-0/+1
* fix syntax errorChris Kuethe2006-11-011-1/+1
* Back down to a version of the True North code that was working...Eric S. Raymond2006-11-011-21/+129
* Split the initializer method for FV18 and Evermore.Eric S. Raymond2006-10-301-8/+14
* This temporary reversion was needed to regression-test the next change.Eric S. Raymond2006-10-301-1/+56
* Cleanup after the method-splitting patch.Eric S. Raymond2006-10-301-2/+10
* Rename some methods for clarity.Eric S. Raymond2006-10-301-33/+33
* Split the "initializer" driver method in two.Eric S. Raymond2006-10-301-19/+34