summaryrefslogtreecommitdiff
path: root/driver_oncore.c
Commit message (Expand)AuthorAgeFilesLines
* Change the driver event set to be more orthogonal.Eric S. Raymond2009-09-161-1/+5
* Using clear_dop() means we can get rid of instances of several different flags.Eric S. Raymond2009-09-151-1/+1
* More clear_dop() calls go in place. All regression tests pass.Eric S. Raymond2009-09-151-0/+1
* Give DOPs their own structure...Eric S. Raymond2009-09-151-2/+2
* Fold the probe_wakup method into the new generic lifetime-event hook. Eric S. Raymond2009-09-131-15/+9
* Fold the revert method into the generic event hook.Eric S. Raymond2009-09-131-2/+0
* The configurator member becomes event_hook. Eric S. Raymond2009-09-131-48/+25
* Merge the configurator and probe_subtype methods. Eric S. Raymond2009-09-131-10/+11
* Guard some inclusions that splint doesn't like. Eric S. Raymond2009-09-101-0/+2
* Reliable cycle-start indication for almost all drivers.Eric S. Raymond2009-09-091-0/+10
* Major rearrangement of device members in struct gpsdata_t... Eric S. Raymond2009-08-231-4/+4
* Abolish device classes. Eric S. Raymond2009-08-101-2/+0
* Add and document the device_class member, so we can do ?DEVICES properly.Eric S. Raymond2009-07-241-0/+2
* Hakan Johansson made the oncore driver acutally useful.Chris Kuethe2009-07-221-134/+246
* More patches by Hakan JohanssonChris Kuethe2009-07-181-31/+13
* move the oncore packet length tester to where it really should be.Chris Kuethe2009-07-181-52/+0
* forgot to commit this bit.Chris Kuethe2009-07-161-0/+52
* SVN Id tagsChris Kuethe2009-07-161-1/+1
* Rough oncore driver.Chris Kuethe2009-07-161-0/+417