mirror of
https://github.com/sethm/symon.git
synced 2025-04-19 23:37:00 +00:00
invoke setBus() on devices added to the bus
This commit is contained in:
parent
7edbb12f68
commit
004087a742
@ -113,6 +113,7 @@ public class Bus {
|
||||
deviceMap.put(priority, deviceSet);
|
||||
}
|
||||
|
||||
device.setBus(this);
|
||||
deviceSet.add(device);
|
||||
buildDeviceAddressArray();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user