summaryrefslogtreecommitdiff
path: root/packet_states.h
Commit message (Collapse)AuthorAgeFilesLines
* Garmin serial binary is very similar to TSIP binary.Gary E. Miller2006-09-261-2/+5
| | | | | This modifies the TSIP binary detection to also detect Garmin serial binary. Nothing is done yet with the packet after it is identified.
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+2
| | | | First line where possible, second line for scripts called with #!
* SiRF name cleanup.Chris Kuethe2006-08-171-2/+2
| | | | | | | | | | 1) the product line is called SiRFstar 2) I don't have any original SiRFstar receivers but my documentation says the protocol remained mostly the same between SS1, SS2 and SS3; it just got richer as time went by. At least with my SS2 and SS3 receivers, this holds true. 3) elsewhere in the code there are SIRF_THIS and SIRF_THAT, which implies (correctly) independence of chipset version.
* True North support integrated.Eric S. Raymond2005-08-011-0/+4
| | | | | | It's not compiled in by default, but it does require one architecture change -- device channels is now a driver- specific capability, since the Thales GPS our TrueNorth user is working with has 14 channels.
* Get rid of statetable.el...Eric S. Raymond2005-07-201-0/+94
...there's an easier way to keep enum and name arrays in sync.