Skip to content
Snippets Groups Projects
  1. Jan 12, 2010
  2. Jan 06, 2010
  3. Jan 05, 2010
  4. Jan 02, 2010
  5. Dec 23, 2009
  6. Dec 21, 2009
  7. Dec 20, 2009
  8. Dec 19, 2009
  9. Dec 16, 2009
  10. Dec 12, 2009
    • Dan Williams's avatar
      option: always pick the right data port · 2fc0c039
      Dan Williams authored
      This is the MM equivalent of NM commit 9d7f5b3d084eee2ccfff721c4beca3e3f34bdc50;
      Genuine Option NV devices are always supposed to use USB interface 0 as
      the modem/data port, per mail with Option engineers.  Only this port
      will emit responses to dialing commands.
      2fc0c039
  11. Dec 11, 2009
    • Dan Williams's avatar
      mbm: ensure various unsolicited responses are turned off when disabling · 488baa13
      Dan Williams authored
      If the modem wasn't connected when disable is called, the generic GSM
      code doesn't need to shut anything down and thus closes the serial
      port immediately.  That means the mbm plugin's CREG=0 and CMER=0 won't
      get sent because the port is closed.  mbm needs to ensure that it's
      commands actually get sent to the modem by really sending them and
      waiting for the response before chaining up to the parent's disable.
      488baa13
    • Dan Williams's avatar
      eaf167be
    • Dan Williams's avatar
      cdma: try +CSQ? if CSQ fails · 41ea9a0e
      Dan Williams authored
      Some modems want one, some modems want the other.  Try both.
      41ea9a0e
    • Dan Williams's avatar
      cdma: accept SID 0 in some cases · 3d852435
      Dan Williams authored
      Most AT command references allow modems to report SID 0, even though
      SID 0 is not a valid SID and is not assigned to any CDMA network.
      Some Sierra 5725 cards have been seen to report valid class and band
      from the +CSS response but a SID 0.  Accept SID 0 when at least one
      other element of the +CSS response indicates that the modem has service.
      Otherwise, report "no service" as before.
      3d852435
  12. Dec 08, 2009
  13. Dec 02, 2009
  14. Dec 01, 2009
Loading