Uwe Hermann
695dc859c1
dev_acquisition_{start,stop}(): Drop duplicate 'cb_data' parameter.
...
These are always 'sdi', which is passed in already.
2016-04-29 19:20:53 +02:00
Uwe Hermann
208c1d3543
Consistently don't check sdi->priv in dev_acquisition_start().
...
Most drivers already assume this to be != NULL anyway, and the check
should probably be in the API wrappers anyway.
2016-04-29 18:08:15 +02:00
Uwe Hermann
2217be1dd4
arachnid-labs-re-load-pro: Handle undervoltage condition.
...
Support the SR_CONF_UNDER_VOLTAGE_CONDITION* keys.
Undervoltage (and overtemperature) conditions now emit a
warning-level message as well.
2016-02-11 14:42:50 +01:00
Uwe Hermann
8084e0fa81
arachnid-labs-re-load-pro: Only support firmware >= 1.10.
...
The "on\n" and "off\n" commands require this.
2016-02-11 14:42:50 +01:00
Uwe Hermann
8501448cfe
arachnid-labs-re-load-pro: Add support for setting SR_CONF_ENABLED.
...
The firmware has "on\n" and "off\n" commands since 1.10, so use them.
Apparently you can only set the state (on/off) of the load, but it's
not possible to query the current state.
2016-02-11 14:42:50 +01:00
Uwe Hermann
6e68da5140
arachnid-labs-re-load-pro: Convert to SR_DF_ANALOG.
2016-02-11 14:42:50 +01:00
Uwe Hermann
803db07a1a
arachnid-labs-re-load-pro: Add initial driver.
2016-02-08 15:02:29 +01:00
Uwe Hermann
6e8d31d468
arachnid-labs-re-load-pro: Initial driver skeleton.
2016-02-08 15:02:29 +01:00