Previosuly, USB_IFACE_DRIVER_ACTIVE would report that the driver is
active even after it detached. That's because a device(9) still
remains.
So, add device_is_alive(9) check for more accurate reporting.
Differential D43960
ugen: fix USB_IFACE_DRIVER_ACTIVE after detaching a driver avg on Feb 18 2024, 2:50 PM. Authored by Tags None Referenced Files
Subscribers
Details Previosuly, USB_IFACE_DRIVER_ACTIVE would report that the driver is So, add device_is_alive(9) check for more accurate reporting.
Diff Detail
Event TimelineComment Actions Seems reasonable to me.
|