Skip to content
Snippets Groups Projects
  1. Jul 19, 2013
  2. Jul 18, 2013
  3. Jul 17, 2013
  4. Jul 15, 2013
  5. Jul 14, 2013
  6. Jul 12, 2013
  7. Jul 11, 2013
    • Dan Williams's avatar
      build: fix multiply defined EXTRA_DIST · f3d9c35e
      Dan Williams authored
      plugins/Makefile.am:375: warning: EXTRA_DIST multiply defined in condition TRUE ...
      gtester.make:6: ... 'EXTRA_DIST' previously defined here
      plugins/Makefile.am:1:   'gtester.make' included from here
      f3d9c35e
    • Aleksander Morgado's avatar
      huawei: use ^NDISSTATQRY to check for connection status · 0b2e04ed
      Aleksander Morgado authored
      Patch based on changes from Franko Fang <fangxiaozhi@huawei.com>.
      0b2e04ed
    • Aleksander Morgado's avatar
    • Ben Chan's avatar
      broadband-modem-qmi: fix incorrect conversions from double to gint32 · 5e82707b
      Ben Chan authored
      This patch fixes the following incorrect conversions from double to gint32:
      
      mm-broadband-modem-qmi.c:4785:27: error: implicit conversion from 'double' to 'gint32' (aka 'int')
      changes value from 2.225073858507201E-308 to 0 [-Werror,-Wliteral-conversion]
          gint32 bs_longitude = MM_LOCATION_LONGITUDE_UNKNOWN;
                 ~~~~~~~~~~~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      
      mm-broadband-modem-qmi.c:4786:26: error: implicit conversion from 'double' to 'gint32' (aka 'int')
      changes value from 2.225073858507201E-308 to 0 [-Werror,-Wliteral-conversion]
          gint32 bs_latitude = MM_LOCATION_LATITUDE_UNKNOWN;
                 ~~~~~~~~~~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      5e82707b
    • Ben Chan's avatar
      modem-helpers-qmi: fix enumeration type mismatches · d366b286
      Ben Chan authored
      This patch fixes the following enumeration type mismatches:
      
      mm-modem-helpers-qmi.c:980:12: error: implicit conversion from
      enumeration type 'QmiNasRatModePreference' to different
      enumeration type 'QmiNasRadioTechnologyPreference' [-Werror,-Wenum-conversion]
          return qmi;
          ~~~~~~ ^~~
      
      mm-modem-helpers-qmi.c:1082:12: error: implicit conversion from
      enumeration type 'MMModemMode' to different
      enumeration type 'QmiNasGsmWcdmaAcquisitionOrderPreference' [-Werror,-Wenum-conversion]
          return MM_MODEM_MODE_NONE;
          ~~~~~~ ^~~~~~~~~~~~~~~~~~
      
      mm-modem-helpers-qmi.c:1096:16: error: implicit conversion from
      enumeration type 'QmiNasRegistrationState' to different
      enumeration type 'MMModem3gppRegistrationState' [-Werror,-Wenum-conversion]
          return QMI_NAS_REGISTRATION_STATE_NOT_REGISTERED;
          ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      d366b286
  8. Jul 10, 2013
  9. Jul 08, 2013
  10. Jul 04, 2013
  11. Jun 28, 2013
    • Ben Chan's avatar
      altair-lte: propagate error when load_{supported,current}_bands fails · 989210bf
      Ben Chan authored
      This patch fixes a potential crash when
      MMIfaceModem::load_current_bands_ready() dereferences a NULL GError
      pointer, which happens when the altair-lte plugin fails to load the
      current bands but does not propagate the error. It also fixes a similar
      issue with the plugin fails to load the supported bands, even though
      MMIfaceModem::load_supported_bands_ready() checks for a NULL GError
      pointer.
      989210bf
    • Ben Chan's avatar
      novatel-lte: propagate error when load_current_bands fails · 5be1ce6e
      Ben Chan authored
      This patch fixes the following crash when
      MMIfaceModem::load_current_bands_ready() dereferences a NULL GError
      pointer, which happens when the novatel-lte plugin fails to load the
      current bands but does not propagate the error.
      
      Thread 0 *CRASHED* ( SIGSEGV @ 0x00000000 )
      
      0x7f04d6c89c36   [ModemManager]            - mm-iface-modem.c:3886      load_current_bands_ready
      0x7f04d6942236   [libgio-2.0.so.0.3200.4]  - gsimpleasyncresult.c:767   g_simple_async_result_complete
      0x7f04d6942338   [libgio-2.0.so.0.3200.4]  - gsimpleasyncresult.c:779   complete_in_idle_cb
      0x7f04d67fad74   [libglib-2.0.so.0.3200.4] - gmain.c:2539               g_main_context_dispatch
      0x7f04d67fb0f7   [libglib-2.0.so.0.3200.4] - gmain.c:3146               g_main_context_iterate
      0x7f04d67fb551   [libglib-2.0.so.0.3200.4] - gmain.c:3340               g_main_loop_run
      0x7f04d6c68795   [ModemManager]            - main.c:142]                main
      0x7f04d6213464   [libc-2.15.so]            - libc-start.c:234]          __libc_start_main
      0x7f04d6c68318   [ModemManager]            + 0x0001d318]
      5be1ce6e
  12. Jun 27, 2013
  13. Jun 26, 2013
  14. Jun 25, 2013
  15. Jun 24, 2013
Loading