summaryrefslogtreecommitdiff
path: root/sirf.c
Commit message (Expand)AuthorAgeFilesLines
* repository beautification, part 2:Chris Kuethe2009-03-021-1037/+0
* Document the fact that parity and stopbit setting is now supported but dicy.Eric S. Raymond2009-03-021-6/+6
* Full support for setting parity and stop bits.Eric S. Raymond2009-03-021-7/+7
* Create infrastructure for allowing changes of parity and stop bits.Eric S. Raymond2009-02-281-16/+23
* Format driver sends through a common message buffer.Eric S. Raymond2009-02-161-14/+14
* Splint cleanup.Eric S. Raymond2009-02-151-4/+4
* Name changes in preparation for send-buffer snooping.Eric S. Raymond2009-02-151-7/+9
* Typo fix. Be more explicit about what the speed-changer is doing.Eric S. Raymond2009-02-141-3/+4
* Carry stopbits in from the session structure, and note a limitation.Eric S. Raymond2009-02-141-4/+14
* All driver method tables are now const.Eric S. Raymond2009-02-121-1/+1
* Add a packet_type member to the device structure. Eric S. Raymond2009-02-081-0/+1
* Eliminate anticipatory driver switching.Eric S. Raymond2009-02-071-8/+20
* Explanatory comments and one magic-number elimination.Eric S. Raymond2009-02-071-0/+4
* Magic-number elimination.Eric S. Raymond2009-01-291-4/+4
* Magic-number elimination.Eric S. Raymond2009-01-191-1/+1
* fix format warningsChris Kuethe2009-01-061-8/+8
* A control_send method for the SiRf driver.Eric S. Raymond2009-01-061-1/+15
* Refactor sending of control strings.Eric S. Raymond2009-01-061-1/+2
* This diff goes most of the way to getting us splint-clean again.Eric S. Raymond2009-01-051-2/+2
* try extract a little more information from the GeodeticChris Kuethe2009-01-051-30/+37
* Add a wrapper function around gpsd_hexdump to avoid hexdumping buffers...Chris Kuethe2008-12-271-12/+21
* Commits from the caribbean: if the HDOP in the Geodetic Navigation DataChris Kuethe2008-12-261-1/+7
* fix parsing of geodetic navigation data, from Philip DerrinChris Kuethe2008-12-021-5/+7
* Rename big-endian bit extraction macros.Eric S. Raymond2008-07-151-42/+42
* '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