]> sigrok.org Git - libsigrok.git/commit
hwdriver: Introduce sr_config_commit() API call.
authorDaniel Elstner <redacted>
Sun, 19 Jan 2014 19:39:11 +0000 (20:39 +0100)
committerBert Vermeulen <redacted>
Mon, 20 Jan 2014 13:16:32 +0000 (14:16 +0100)
commit2a854d71392d2d22c59ec975ca11eb72ab81061d
treefb7e9843f4cfdf933fdcd60fecae3ac2da2c054c
parent2b0e4a468a522770f27959d07efdd7b23e70a509
hwdriver: Introduce sr_config_commit() API call.

(sr_dev_driver.config_probe_set): New optional callback enabling
drivers to be notified upon changes to probe settings.
(sr_dev_probe_enable, sr_dev_trigger_set): Invoke new driver
callback on changes.
(sr_dev_driver.config_commit): New optional callback allowing
drivers to defer application of configuration settings until
an explicit call to config_commit().
(sr_config_commit): New public wrapper function.
device.c
hwdriver.c
libsigrok-internal.h
libsigrok.h
proto.h