Comment 21 for bug 305968

Revision history for this message
Martin Pitt (pitti) wrote : Re: 3G ZTE MF622 modem not working after bugfix #291333

OK, I researched the history of this a bit. It seems that this chip is used in two different devices, but with the same product ID, and speak two different protocols:

        <!-- Qualcomm: Telstra/NextG CDMA , ZTE CDMA Tech -->
        <match <email address hidden>:usb.product_id" int_outof="0x0001;0xfffe">
          <match <email address hidden>:usb.interface.number" int="0">
            <append key="modem.command_sets" type="strlist">IS-707-A</append>
          </match>
        </match>

The 1 here was assumedly correct when this got committed first. But it is not called "ONDA" here. So perhaps we need a more fine-grained differentiation based on product names. Can anyone who is affected by this please do

  lshal > /tmp/hal.txt

and attach /tmp/hal.txt here?