summaryrefslogtreecommitdiff
path: root/italk.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-1/+2
| | | | | | ...for those who want to build their own apps linked against libgps and want the headers to work. Works on OpenBSD, tested by Jeff Francis on OS X and Linux
* Add a new capability to the generic driver structure: wakeup...Eric S. Raymond2006-10-261-0/+1
| | | | | | | | | | ...a function to be called just after the autobaud hunt sets the line speed each time. Use this to get rid of the internal baud hunt loop in the True North driver; instead, the ID query and rate-setting strings will be sent by the wakeup hook. Note: this patch is untested. I'm pretty certain it will work, but somebody needs to try it on live hardware.
* italk now honours --disable-reconfigureChris Kuethe2006-10-101-0/+4
|
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
| | | | First line where possible, second line for scripts called with #!
* Warning and splint cleanup.Eric S. Raymond2005-08-201-2/+2
|
* True North support integrated.Eric S. Raymond2005-08-011-0/+1
| | | | | | 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.
* Use gpsd_hexdump().Eric S. Raymond2005-07-191-27/+7
|
* Switch to using C99 initializers everywhere.Eric S. Raymond2005-07-161-13/+13
|
* Architecture extension; handle variable sample rates.Eric S. Raymond2005-07-111-2/+4
|
* First cut at iTrax and iTalk support.Eric S. Raymond2005-07-111-0/+143