Detect modem hardware
It would be nice to have information about connected hardware. Actually it is necessary to have to be able to support qmi protocol.
We were able to get partial detection of qmi devices for a while, but it would be useful to also get the associated device from /dev (e.g. /dev/cdc-wdmX
) of the qmi device.
Essentially to get the pair wwan0
<-> cdc-wdm0
, which might not always be the simple wwanX
-> cdc-wdmX
.
Edited by Martin Matějek