plugins/quectel/mm-shared-quectel: use QGMR to set version
Quectel modems report only their major firmware version through
AT+GMR
, use AT+QGMR
instead to report the full firmware version.
Before
pine64-pinephone:~$ mmcli -m any --firmware-status
-------------------------------
Firmware | method: fastboot
| device ids: USB\VID_2C7C&PID_0125&REV_0318
| USB\VID_2C7C&PID_0125
| USB\VID_2C7C
| version: EG25GGBR07A08M2G
-------------------------------
Fastboot settings | at command: AT+QFASTBOOT
After
pine64-pinephone:~$ mmcli -m any --firmware-status
-------------------------------
Firmware | method: fastboot
| device ids: USB\VID_2C7C&PID_0125&REV_0318
| USB\VID_2C7C&PID_0125
| USB\VID_2C7C
| version: EG25GGBR07A08M2G_01.002.01.002
-------------------------------
Fastboot settings | at command: AT+QFASTBOOT
Follow up of !712 (merged)