diff --git a/local/recipes/system/driver-manager/source/src/config.rs b/local/recipes/system/driver-manager/source/src/config.rs index 1ef4afeb8a..12eee7f121 100644 --- a/local/recipes/system/driver-manager/source/src/config.rs +++ b/local/recipes/system/driver-manager/source/src/config.rs @@ -37,6 +37,7 @@ pub struct DriverConfig { pub matches: Vec, pub depends_on: Vec, spawned: Mutex>, + pid_to_device: Mutex>, } impl Clone for DriverConfig { @@ -434,6 +435,7 @@ impl DriverConfig { matches, depends_on: driver.depends_on, spawned: Mutex::new(HashMap::new()), + pid_to_device: Mutex::new(HashMap::new()), }); } } diff --git a/local/sources/base b/local/sources/base index f315a9be3b..6571df7802 160000 --- a/local/sources/base +++ b/local/sources/base @@ -1 +1 @@ -Subproject commit f315a9be3b14b2b1231eec5c17db2130045092ed +Subproject commit 6571df780263131231bb2f5af07d8a4117238d6c