Skip to content
Snippets Groups Projects
Commit eae11bec authored by Simon Glass's avatar Simon Glass
Browse files

dm: usb: Remove inactive children after a bus scan


Each scan of the USB bus may return different results. Existing driver-model
devices are reused when found, but if a device no longer exists it will stay
around, de-activated, but bound.

Detect these devices and remove them after the scan completes.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent e8ea5e8c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment