summaryrefslogtreecommitdiff
path: root/driver_proto.c
Commit message (Expand)AuthorAgeFilesLines
...
* change the signal strength member to float.Chris Kuethe2009-06-221-1/+1
* Documentation comment tweak.Eric S. Raymond2009-03-071-1/+5
* .cycle_chars is gone, replaced by min_cycle.Eric S. Raymond2009-03-071-4/+2
* Support --disable-controlsendEric S. Raymond2009-03-061-29/+33
* Simplify the way ALLOW_RECONFIGURE works.Eric S. Raymond2009-03-061-5/+5
* control_send method is different from a straight write; be clear about this.Eric S. Raymond2009-03-051-3/+3
* More steps towards parity/stopbit setting.Eric S. Raymond2009-02-281-2/+7
* sirfmon -> gpsmon name change.Eric S. Raymond2009-02-171-1/+1
* Format driver sends through a common message buffer.Eric S. Raymond2009-02-161-2/+11
* All driver method tables are now const.Eric S. Raymond2009-02-121-1/+1
* Add a packet_type member to the device structure. Eric S. Raymond2009-02-081-0/+2
* Explanatory comments and one magic-number elimination.Eric S. Raymond2009-02-071-0/+5
* Magic-number elimination.Eric S. Raymond2009-01-291-12/+4
* add some extra decoder trace messagesChris Kuethe2009-01-241-0/+3
* more little fixesChris Kuethe2009-01-241-0/+11
* more fixes to make this useful as a driver templateChris Kuethe2009-01-241-59/+60
* some fixes to make this a little more find-n-replace friendly.Chris Kuethe2009-01-241-26/+20
* Refactor sending of control strings.Eric S. Raymond2009-01-061-6/+7
* Add a wrapper function around gpsd_hexdump to avoid hexdumping buffers...Chris Kuethe2008-12-271-2/+2
* 'typename' is a reserved word in C++. Gary E. Miller2008-01-191-1/+1
* fix my fix of satellite info parsingChris Kuethe2007-12-271-2/+4
* fix the logic for checking satellite statusChris Kuethe2007-12-261-15/+20
* Pull the device_readonly variable into the global context structure.Eric S. Raymond2007-06-011-4/+0
* don't try to write if device_readonly is set.Chris Kuethe2007-04-061-0/+4
* More updates to the driver skeleton, like sample message decoders.Chris Kuethe2007-01-101-64/+258
* Check in regress-builder, after having used it to detect some minor buildEric S. Raymond2006-11-301-1/+1
* Change the configurator method to take a packet sequence number argument...Eric S. Raymond2006-11-271-1/+1
* Mick Durkin's second round.Eric S. Raymond2006-11-201-5/+43
* Explanatory comments by Mick Durkin, with a few corrections.Eric S. Raymond2006-11-201-26/+62
* update the driver skeleton. from petr slanskyChris Kuethe2006-11-141-1/+1
* Split wrapup method into revert and wrapup. The revert method is onlt calledEric S. Raymond2006-11-141-0/+5
* Cosmetic changes to go with Mick Durkin's document.Eric S. Raymond2006-11-071-24/+13
* Define uniform log level macros.Eric S. Raymond2006-11-021-3/+3
* Rename some methods for clarity.Eric S. Raymond2006-10-301-3/+3
* Split the "initializer" driver method in two.Eric S. Raymond2006-10-301-1/+6
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-1/+2
* Add a new capability to the generic driver structure: wakeup...Eric S. Raymond2006-10-261-0/+1
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
* Document the fact that the channels member is no longer used for parsing.Eric S. Raymond2006-08-211-1/+1
* True North support integrated.Eric S. Raymond2005-08-011-0/+1
* Use gpsd_hexdump().Eric S. Raymond2005-07-191-25/+6
* Switch to using C99 initializers everywhere.Eric S. Raymond2005-07-161-13/+13
* Architecture extension; handle variable sample rates.Eric S. Raymond2005-07-111-1/+3
* First cut at iTrax and iTalk support.Eric S. Raymond2005-07-111-2/+2
* Add a driver-prototype file. Clean up and fix RTCM passthrough.Eric S. Raymond2005-07-081-0/+147