Skip to content

Draft: Add Quectel MBIM command to read firmware info

Quectel MBIM modems report only the major part of the firmware version in the MBIM device caps:

[/dev/cdc-wdm0] Device capabilities retrieved:
              Device type: 'embedded'
           Cellular class: 'gsm'
...
            Firmware info: 'EM05GFAR07A05M1G'
            Hardware info: 'QUECTEL Mobile Broadband Modul'

This MR adds custom Quectel MBIM command to read the full version info:

  ----------------------
  Firmware |     method: firehose
           | device ids: USB\VID_2C7C&PID_030A&REV_0318
           |             USB\VID_2C7C&PID_030A
           |             USB\VID_2C7C
           |    version: EM05GFAR07A05M1G_01.001
Edited by Aleksander Morgado

Merge request reports