Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • ModemManager ModemManager
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 271
    • Issues 271
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 20
    • Merge requests 20
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • Mobile broadband connectivityMobile broadband connectivity
  • ModemManagerModemManager
  • Merge requests
  • !713

plugins/quectel/mm-shared-quectel: use QGMR to set version

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Dylan Van Assche requested to merge dylanvanassche/ModemManager:mm-firmware-qgmr into main Dec 27, 2021
  • Overview 16
  • Commits 1
  • Pipelines 8
  • Changes 1

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)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: mm-firmware-qgmr