summaryrefslogtreecommitdiff
path: root/sirf.c
Commit message (Expand)AuthorAgeFilesLines
* 'typename' is a reserved word in C++. Gary E. Miller2008-01-191-1/+1
* Backed out some recent changes that broke regression tests.Eric S. Raymond2007-12-281-7/+19
* sync satellite info parsing...Chris Kuethe2007-12-271-19/+7
* Minor build and patches from the Gumstix crew.Eric S. Raymond2007-12-131-0/+2
* Call mkgmtime() to get GMT, not mktime() to get local time.Eric S. Raymond2007-12-121-1/+1
* More splint cleanup.Eric S. Raymond2007-12-051-2/+2
* Fix time extraction from SiRF receivers. Chris Kuethe2007-09-121-52/+52
* The shortest reported SiRF version message is now 20 bytesChris Kuethe2007-06-091-1/+1
* More splint cleanups and elimination of another static...Eric S. Raymond2007-06-021-25/+25
* More splint cleanups.Eric S. Raymond2007-06-021-1/+1
* Pull the device_readonly variable into the global context structure.Eric S. Raymond2007-06-011-5/+0
* make sirf_write respect device_readonlyChris Kuethe2007-04-061-0/+5
* protect the reconfiguration stuff with the appropriate preprocessor macroChris Kuethe2007-03-071-0/+2
* validate the packets against their known lengths.Chris Kuethe2007-01-271-7/+39
* since the error or debug messages don't actually affect the session,Chris Kuethe2007-01-271-23/+24
* more refactoring: error messagesChris Kuethe2007-01-271-15/+22
* more refactoring: pps timeChris Kuethe2007-01-271-28/+33
* more refactoring: ublox extended navigation solutionChris Kuethe2007-01-271-59/+65
* more refactoring: navigation parametersChris Kuethe2007-01-271-12/+19
* more refactoring: geodetic navigation solutionChris Kuethe2007-01-271-86/+94
* More refactoring: navigation solutionChris Kuethe2007-01-271-45/+54
* More refactoring: satellite statusChris Kuethe2007-01-271-49/+58
* More refactoring: 50bps data... the NAV messageChris Kuethe2007-01-271-24/+29
* more refactoring. Move some configuration messages around a bit...Chris Kuethe2007-01-271-68/+79
* If I were a cruel man I'd say... Chris Kuethe2007-01-271-20/+32
* Split the packet-sniffer internals out of the session structure. Eric S. Raymond2006-11-301-6/+7
* Fixes to SiRF reversion logic...Eric S. Raymond2006-11-271-7/+7
* Poll for the Navigation Parameters in SiRF message 0x13...Eric S. Raymond2006-11-271-16/+64
* Change the configurator method to take a packet sequence number argument...Eric S. Raymond2006-11-271-1/+3
* New SiRF probe logic works with SiRF-II, should work with I and III as well.Eric S. Raymond2006-11-211-1/+1
* Remove some conditionalizations that don't make sense.Eric S. Raymond2006-11-211-2/+0
* Make back_to_nmea a public flag (rather than a per-driver private flag)...Eric S. Raymond2006-11-211-10/+2
* Minore corrections so the state-restore command plays well with 'B'.Eric S. Raymond2006-11-151-3/+3
* Split wrapup method into revert and wrapup. The revert method is onlt calledEric S. Raymond2006-11-141-8/+7
* Back-to-NMEA-on-exit logic for the Evermore, too.Eric S. Raymond2006-11-131-1/+1
* First step towards restoring parameters on close: Eric S. Raymond2006-11-131-14/+13
* Go through SiRF NMEA on tbe way to SiRF binary. This doesn't break the Eric S. Raymond2006-11-071-1/+1
* Document a few more messagesChris Kuethe2006-11-021-0/+8
* Convert some log levels I missed first time around.Eric S. Raymond2006-11-021-3/+3
* Define uniform log level macros.Eric S. Raymond2006-11-021-42/+42
* Get rid of a stray bracket.Eric S. Raymond2006-11-011-1/+0
* Add a comment and initializer (so far not used)...Eric S. Raymond2006-11-011-0/+14
* Clean up a saved_baud use.Eric S. Raymond2006-11-011-2/+2
* When gpsctrl is given no arguments, it IDs the selected device and exits.Eric S. Raymond2006-11-011-1/+1
* Drivers have to explicitly set the driver_mode field when they do a switch...Eric S. Raymond2006-11-011-4/+5
* document message 29Chris Kuethe2006-11-011-0/+4
* Enable raw tracker data if the port speed is high enough.Chris Kuethe2006-11-011-2/+2
* Improved version of code for shipping a firmware version.Eric S. Raymond2006-10-311-1/+1
* Enable clients to display the GPS type.Eric S. Raymond2006-10-311-0/+1
* Rename some methods for clarity.Eric S. Raymond2006-10-301-3/+3