Skip to content

qmi-proxy: removing assert when attempting to close ghost device

Vladimir Podshivalov requested to merge vpodshiv/libqmi:qmi-proxy-fix into main

Device list is only updated in 'device_open_ready' callback when the new QMI device is fully opened. So the call to device_close_if_unused may lead to an assert if prior to 'device_open_ready' processing.

Fixes #76 (closed)

Replaces !302 (closed)

Merge request reports