summaryrefslogtreecommitdiff
path: root/driver_garmin.c
Commit message (Expand)AuthorAgeFilesLines
* Reliable cycle-start indication for almost all drivers.Eric S. Raymond2009-09-091-1/+4
* Now make it possible for a driver to signal cycle start, cycle end, ... Eric S. Raymond2009-09-031-1/+1
* Break the cycle-start flag out of general status mask into its own field.Eric S. Raymond2009-09-031-1/+2
* Split eph into epx and epy internally... Eric S. Raymond2009-09-031-1/+1
* Abolish device classes. Eric S. Raymond2009-08-101-3/+0
* Add and document the device_class member, so we can do ?DEVICES properly.Eric S. Raymond2009-07-241-0/+3
* system call failure should be tested against -1, rather than "< 0"Chris Kuethe2009-07-091-1/+1
* change the signal strength member to float.Chris Kuethe2009-06-221-3/+3
* Add a couple of comments as I try to understand this; no code change.Greg Troxel2009-03-081-0/+3
* Totally rewrite comment about what the driver is for.Greg Troxel2009-03-081-15/+49
* .cycle_chars is gone, replaced by min_cycle.Eric S. Raymond2009-03-071-4/+3
* Remove 'cycle' member from device structure. Eric S. Raymond2009-03-071-2/+0
* Spiff up error message about 'garmin_gps not active'...Greg Troxel2009-03-061-1/+1
* Support --disable-controlsendEric S. Raymond2009-03-061-3/+11
* Simplify the way ALLOW_RECONFIGURE works.Eric S. Raymond2009-03-061-15/+7
* repository beautification, part 2:Chris Kuethe2009-03-021-0/+1247