summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Even if ALLOW_RECONFIGURE is not set still report SiRF firmware version.Gary E. Miller2011-01-021-5/+5
|
* Fix Berlios tracker bug #17813.Eric S. Raymond2011-01-021-1/+1
|
* Salutary warning to future hackers.Eric S. Raymond2011-01-021-0/+1
|
* Another attempted fix for changing baud rates.Eric S. Raymond2011-01-021-1/+2
|
* Try to make gpsctl -s work again.Eric S. Raymond2011-01-021-7/+10
|
* Attack Gary Miller's mysterious hang.Eric S. Raymond2011-01-021-4/+5
|
* Another whack at making gpsctl work reliably.Eric S. Raymond2011-01-021-18/+49
|
* Quite down the JSON parser a bit.Eric S. Raymond2011-01-011-11/+13
|
* Decoded subframe data is now part of the session structure.Eric S. Raymond2011-01-012-301/+305
|
* Partial splint cleanup.Eric S. Raymond2011-01-013-10/+16
|
* More clarification about sensor behavior.Eric S. Raymond2011-01-011-5/+34
|
* Fix globalsat URL. Thanks to Charles Curley.Gary E. Miller2010-12-311-1/+1
|
* Fix a bug that caused gpsctl reporting on the wrong device.Eric S. Raymond2010-12-311-1/+1
|
* Correct the test for GPS week rollover.Eric S. Raymond2010-12-302-2/+16
|
* Message cleanup following gem's notification-level change.Eric S. Raymond2010-12-304-6/+9
|
* Remove some old cruft that libusb replaces.Gary E. Miller2010-12-301-59/+5
| | | | | Still a few things that need garmin_gps, those need to all be moved to libusb.
* Add errlevel to gpsd_report() output.Gary E. Miller2010-12-291-1/+32
| | | | | This makes is a lot easier to tell the important errors from the programming raw data.
* Move the speed warning so each autobaud test does not give the warning.Gary E. Miller2010-12-292-4/+6
|
* Add generic warning on slow link speed.Gary E. Miller2010-12-291-0/+3
| | | | | | Some people assume a USB GPS is fast, and it may really only be running at 4800 bps. This probably accounts for reports of gpsd reporting slow clocks.
* Warn users if their SiRF link is too slow.Gary E. Miller2010-12-291-3/+7
| | | | | This warning probably needs to be given for all GPS types, depending on the link. As we have seen, even USB can be running at only 4800bps.
* gpsctl device interpretation is working.Eric S. Raymond2010-12-291-9/+16
|
* Turn gps_query in gpsctl into a send/expect engine.Eric S. Raymond2010-12-291-21/+58
| | | | Needed to get device recognition to work properly.
* Fix preamble data size in subframe.Gary E. Miller2010-12-291-4/+6
|
* Move the last data items into subframe structure with commentsGary E. Miller2010-12-291-37/+58
|
* Typo fixes suggested by Charles Curley.Eric S. Raymond2010-12-281-4/+4
|
* Subframe 5, page 25, structurized, commented and scaled.Gary E. Miller2010-12-281-40/+53
|
* Subframe 4, page 18, structurized, commented and scaled.Gary E. Miller2010-12-281-65/+142
|
* Structurize and document subframe 4, page 17.Gary E. Miller2010-12-281-38/+38
|
* Structurize and document Subframe 4, page 25Gary E. Miller2010-12-281-71/+86
|
* Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsdGary E. Miller2010-12-284-11/+94
|\
| * Polish and better document the udev/hotplug code.Eric S. Raymond2010-12-284-7/+89
| | | | | | | | It's working under Ubuntu 10.04.1 LTS.
| * Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsdEric S. Raymond2010-12-281-173/+180
| |\
| * | Slight improvement in ckuethe's advice.Eric S. Raymond2010-12-281-1/+2
| | |
| * | Conform to current udev naming conventions.Eric S. Raymond2010-12-282-3/+3
| | |
* | | More Subframe 4 page 13 into big-ass structure, document data.Gary E. Miller2010-12-281-85/+98
| |/ |/|
* | Document scale factors in subframes 1 and 2 to match subframe 3.Gary E. Miller2010-12-281-16/+18
| |
* | Obfuscate and over-complicate the Subframe 3 code like esr wants.Gary E. Miller2010-12-281-155/+153
| |
* | Subframe 3 data is all commented and scaled.Gary E. Miller2010-12-281-6/+12
| |
* | Change uint2int() macro so as not to offend ckuethe. More comments.Gary E. Miller2010-12-281-24/+25
|/ | | | Move comments and data scaling on Subframe 3.
* Document what's going on with the source types.Eric S. Raymond2010-12-281-8/+8
|
* Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsdEric S. Raymond2010-12-281-105/+260
|\
| * Subframe 2 data is now commented and scaled */Gary E. Miller2010-12-281-15/+33
| |
| * Subframe 1 data all commented and scaled.Gary E. Miller2010-12-281-3/+15
| |
| * The almanac data is now all commented and scaledGary E. Miller2010-12-281-16/+26
| |
| * toa, Tgd, and M0 commmented and scaled in subframe data.Gary E. Miller2010-12-281-29/+60
| |
| * Comment and scale Oega0 and omega in subframe dataGary E. Miller2010-12-281-50/+70
| |
| * IODC and Cic commented and scaled in subframe data.Gary E. Miller2010-12-281-13/+24
| |
| * Comment and scale af0, af1 and af2 in the subframe data.Gary E. Miller2010-12-281-12/+35
| |
| * Scale and commment IODE and AODO in subframe data.Gary E. Miller2010-12-281-5/+16
| |
| * Omega dot now in proper units and commented.Gary E. Miller2010-12-271-10/+18
| |