Branch: refs/heads/testing Home: https://github.com/openSUSE/wicked Commit: 96abf00e79405bbcad23fb13b605be7eb6c7054b https://github.com/openSUSE/wicked/commit/96abf00e79405bbcad23fb13b605be7eb6... Author: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de Date: 2015-01-31 (Sat, 31 Jan 2015)
Changed paths: M src/fsm.c
Log Message: ----------- fsm: set wait_for on device factory call
Commit: 34b7635e647e6a553fb7ef1533d2fadc12d280b6 https://github.com/openSUSE/wicked/commit/34b7635e647e6a553fb7ef1533d2fadc12... Author: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de Date: 2015-01-31 (Sat, 31 Jan 2015)
Changed paths: M src/fsm.c
Log Message: ----------- fsm: ignore action if already took place asynchronously
This quite often happens for device-ready transition, which quickly follows device-create event. If we ignore this action, we can always set new state (which also clears wait_for indicator), provided there are no scheduled callbacks (for which we need wait_for). After setting new state wait_for must be NULL.
Commit: 624d21682c7763e1c35302c943b828b2d88c336b https://github.com/openSUSE/wicked/commit/624d21682c7763e1c35302c943b828b2d8... Author: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de Date: 2015-01-31 (Sat, 31 Jan 2015)
Changed paths: M src/fsm.c
Log Message: ----------- Merge branch 'newdevice-ack' into testing
Compare: https://github.com/openSUSE/wicked/compare/3d94953ab66a...624d21682c77
wicked-commit@lists.opensuse.org