summaryrefslogtreecommitdiff
path: root/gpsctl.c
Commit message (Expand)AuthorAgeFilesLines
* Make hex_escapes() generally available.Eric S. Raymond2009-01-301-71/+0
* Refactor so we can re-use the hex dumper.Eric S. Raymond2009-01-301-70/+80
* Make gpsctl list speed switchers.Eric S. Raymond2009-01-291-0/+4
* String typo fix.Eric S. Raymond2009-01-291-1/+1
* Splint cleanup.Eric S. Raymond2009-01-291-1/+1
* Send mode-change strings unconditionally.Eric S. Raymond2009-01-281-19/+10
* Enhance gpsctl output so it shows a capability table.Eric S. Raymond2009-01-231-1/+10
* Splint cleanup. All regression tests pass.Eric S. Raymond2009-01-211-2/+3
* Splint cleanup.Eric S. Raymond2009-01-211-5/+13
* When attempting reset, try shipping the control string at current speed...Eric S. Raymond2009-01-211-0/+3
* Teach gpsctl to ship control strings to a UBX device, and eliminate ubxsend.Eric S. Raymond2009-01-211-1/+19
* Fix some "What was I thinking?" code.Eric S. Raymond2009-01-211-14/+4
* Magic-number elimination.Eric S. Raymond2009-01-191-3/+3
* Device subtype probe has to be gated by the readonly flag...Eric S. Raymond2009-01-091-2/+0
* the driver switcher that's coming back to bite us.Eric S. Raymond2009-01-091-4/+7
* hushChris Kuethe2009-01-091-1/+1
* Experimental code for gpsctl -r option.Eric S. Raymond2009-01-091-16/+53
* Generalize the -e switch so it can dump mode switch and speed switch strings.Eric S. Raymond2009-01-071-64/+68
* Add the -re option to gpsctl to echo framed control strings to stdout.Eric S. Raymond2009-01-071-75/+98
* Hex p[arsing fix by Beat Bolli.Eric S. Raymond2009-01-071-3/+4
* New gpsctl send-string feture is ready for test.Eric S. Raymond2009-01-061-4/+92
* Clean up gpsctl a bit before extending it.Eric S. Raymond2009-01-061-9/+9
* Yet more splint cleanup. 3.1.2 really is more capable than 3.1.1, it seems.Eric S. Raymond2008-07-101-1/+1
* 'typename' is a reserved word in C++. Gary E. Miller2008-01-191-9/+9
* New SiRF probe logic works with SiRF-II, should work with I and III as well.Eric S. Raymond2006-11-211-2/+3
* Pull the "configurable" bit out of the context structure & make it per-driver...Eric S. Raymond2006-11-201-1/+1
* add -D to usageChris Kuethe2006-11-161-1/+1
* Type-forcing option now works in gpsctl and is documented. Eric S. Raymond2006-11-131-3/+7
* Zero the private drive storage at device-activate time...Eric S. Raymond2006-11-131-6/+7
* Several small fixes:Eric S. Raymond2006-11-121-4/+38
* Typo and rename fixes.Eric S. Raymond2006-11-081-27/+27
* Change the name of gpsctrl to gpsctl.Eric S. Raymond2006-11-071-0/+290