This commit is contained in:
kepler155c@gmail.com 2019-07-19 10:12:25 -06:00
parent 92686381c7
commit 9ce61b5d98
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ kernel.hook('device_attach', function(_, eventData)
device[name][k] = nil
end
end
Util.merge(device[name], dev)
else
cache[name] = dev
end