Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Even if ALLOW_RECONFIGURE is not set still report SiRF firmware version. | Gary E. Miller | 2011-01-02 | 1 | -5/+5 |
| | |||||
* | Fix Berlios tracker bug #17813. | Eric S. Raymond | 2011-01-02 | 1 | -1/+1 |
| | |||||
* | Salutary warning to future hackers. | Eric S. Raymond | 2011-01-02 | 1 | -0/+1 |
| | |||||
* | Another attempted fix for changing baud rates. | Eric S. Raymond | 2011-01-02 | 1 | -1/+2 |
| | |||||
* | Try to make gpsctl -s work again. | Eric S. Raymond | 2011-01-02 | 1 | -7/+10 |
| | |||||
* | Attack Gary Miller's mysterious hang. | Eric S. Raymond | 2011-01-02 | 1 | -4/+5 |
| | |||||
* | Another whack at making gpsctl work reliably. | Eric S. Raymond | 2011-01-02 | 1 | -18/+49 |
| | |||||
* | Quite down the JSON parser a bit. | Eric S. Raymond | 2011-01-01 | 1 | -11/+13 |
| | |||||
* | Decoded subframe data is now part of the session structure. | Eric S. Raymond | 2011-01-01 | 2 | -301/+305 |
| | |||||
* | Partial splint cleanup. | Eric S. Raymond | 2011-01-01 | 3 | -10/+16 |
| | |||||
* | More clarification about sensor behavior. | Eric S. Raymond | 2011-01-01 | 1 | -5/+34 |
| | |||||
* | Fix globalsat URL. Thanks to Charles Curley. | Gary E. Miller | 2010-12-31 | 1 | -1/+1 |
| | |||||
* | Fix a bug that caused gpsctl reporting on the wrong device. | Eric S. Raymond | 2010-12-31 | 1 | -1/+1 |
| | |||||
* | Correct the test for GPS week rollover. | Eric S. Raymond | 2010-12-30 | 2 | -2/+16 |
| | |||||
* | Message cleanup following gem's notification-level change. | Eric S. Raymond | 2010-12-30 | 4 | -6/+9 |
| | |||||
* | Remove some old cruft that libusb replaces. | Gary E. Miller | 2010-12-30 | 1 | -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. Miller | 2010-12-29 | 1 | -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. Miller | 2010-12-29 | 2 | -4/+6 |
| | |||||
* | Add generic warning on slow link speed. | Gary E. Miller | 2010-12-29 | 1 | -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. Miller | 2010-12-29 | 1 | -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. Raymond | 2010-12-29 | 1 | -9/+16 |
| | |||||
* | Turn gps_query in gpsctl into a send/expect engine. | Eric S. Raymond | 2010-12-29 | 1 | -21/+58 |
| | | | | Needed to get device recognition to work properly. | ||||
* | Fix preamble data size in subframe. | Gary E. Miller | 2010-12-29 | 1 | -4/+6 |
| | |||||
* | Move the last data items into subframe structure with comments | Gary E. Miller | 2010-12-29 | 1 | -37/+58 |
| | |||||
* | Typo fixes suggested by Charles Curley. | Eric S. Raymond | 2010-12-28 | 1 | -4/+4 |
| | |||||
* | Subframe 5, page 25, structurized, commented and scaled. | Gary E. Miller | 2010-12-28 | 1 | -40/+53 |
| | |||||
* | Subframe 4, page 18, structurized, commented and scaled. | Gary E. Miller | 2010-12-28 | 1 | -65/+142 |
| | |||||
* | Structurize and document subframe 4, page 17. | Gary E. Miller | 2010-12-28 | 1 | -38/+38 |
| | |||||
* | Structurize and document Subframe 4, page 25 | Gary E. Miller | 2010-12-28 | 1 | -71/+86 |
| | |||||
* | Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsd | Gary E. Miller | 2010-12-28 | 4 | -11/+94 |
|\ | |||||
| * | Polish and better document the udev/hotplug code. | Eric S. Raymond | 2010-12-28 | 4 | -7/+89 |
| | | | | | | | | It's working under Ubuntu 10.04.1 LTS. | ||||
| * | Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsd | Eric S. Raymond | 2010-12-28 | 1 | -173/+180 |
| |\ | |||||
| * | | Slight improvement in ckuethe's advice. | Eric S. Raymond | 2010-12-28 | 1 | -1/+2 |
| | | | |||||
| * | | Conform to current udev naming conventions. | Eric S. Raymond | 2010-12-28 | 2 | -3/+3 |
| | | | |||||
* | | | More Subframe 4 page 13 into big-ass structure, document data. | Gary E. Miller | 2010-12-28 | 1 | -85/+98 |
| |/ |/| | |||||
* | | Document scale factors in subframes 1 and 2 to match subframe 3. | Gary E. Miller | 2010-12-28 | 1 | -16/+18 |
| | | |||||
* | | Obfuscate and over-complicate the Subframe 3 code like esr wants. | Gary E. Miller | 2010-12-28 | 1 | -155/+153 |
| | | |||||
* | | Subframe 3 data is all commented and scaled. | Gary E. Miller | 2010-12-28 | 1 | -6/+12 |
| | | |||||
* | | Change uint2int() macro so as not to offend ckuethe. More comments. | Gary E. Miller | 2010-12-28 | 1 | -24/+25 |
|/ | | | | Move comments and data scaling on Subframe 3. | ||||
* | Document what's going on with the source types. | Eric S. Raymond | 2010-12-28 | 1 | -8/+8 |
| | |||||
* | Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsd | Eric S. Raymond | 2010-12-28 | 1 | -105/+260 |
|\ | |||||
| * | Subframe 2 data is now commented and scaled */ | Gary E. Miller | 2010-12-28 | 1 | -15/+33 |
| | | |||||
| * | Subframe 1 data all commented and scaled. | Gary E. Miller | 2010-12-28 | 1 | -3/+15 |
| | | |||||
| * | The almanac data is now all commented and scaled | Gary E. Miller | 2010-12-28 | 1 | -16/+26 |
| | | |||||
| * | toa, Tgd, and M0 commmented and scaled in subframe data. | Gary E. Miller | 2010-12-28 | 1 | -29/+60 |
| | | |||||
| * | Comment and scale Oega0 and omega in subframe data | Gary E. Miller | 2010-12-28 | 1 | -50/+70 |
| | | |||||
| * | IODC and Cic commented and scaled in subframe data. | Gary E. Miller | 2010-12-28 | 1 | -13/+24 |
| | | |||||
| * | Comment and scale af0, af1 and af2 in the subframe data. | Gary E. Miller | 2010-12-28 | 1 | -12/+35 |
| | | |||||
| * | Scale and commment IODE and AODO in subframe data. | Gary E. Miller | 2010-12-28 | 1 | -5/+16 |
| | | |||||
| * | Omega dot now in proper units and commented. | Gary E. Miller | 2010-12-27 | 1 | -10/+18 |
| | |