summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-06release: bump version to 0.4.997 (0.5 beta3)0.5-beta30.4.997Dan Williams1-1/+1
2011-06-06release: update NEWSDan Williams1-3/+23
2011-06-06plugins: use MMCallbackInfo instead of custom DisableInfoAleksander Morgado5-79/+138
2011-06-06core: ensure ERROR_REMOVED error is used in MMCallbackInfo when detecting mod...Aleksander Morgado1-6/+11
2011-06-06core, plugins: if modem removed don't process responseAleksander Morgado26-301/+1036
2011-06-05x22x: add support for the Alcatel X200Dan Williams2-2/+60
2011-06-05longcheer: ensure the Alcatel X200 is not claimedDan Williams1-2/+52
2011-06-05core: allow plugins to stop probing and not support a modemDan Williams4-19/+11
2011-06-05x22x: support access technology reportingDan Williams1-0/+41
2011-06-02gsm: free the string allocated by utils_hexstr2bin().Nathan Williams1-0/+2
2011-06-02Spec out and implement a command to get a GSM SIM SPN value.Nathan Williams4-0/+169
2011-06-02sms_decode_address(): Add a leading "+" on international numbers.Nathan Williams1-4/+24
2011-06-02serial-parser: allow 0 or more whitespaces before error code in regular expre...Aleksander Morgado1-5/+5
2011-05-27sms: use correct start and length for alphanumeric dataNathan Williams1-10/+2
2011-05-27simtech: tag ports on Prolink PH-300Dan Williams1-0/+7
2011-05-19ussd: formatting and spacing cleanupsDan Williams1-9/+10
2011-05-16qcdm: add some more CDMA band classesDan Williams3-26/+54
2011-05-11build: add include dir to .gitignoreAleksander Morgado1-0/+1
2011-05-11manager: avoid assertion warning when enumerating devicesAleksander Morgado1-3/+6
2011-05-11sms: suppress duplicate SMS received notificationsNathan Williams1-0/+15
2011-05-09gsm: whitespace fixesDan Williams1-2/+1
2011-05-04longcheer: ensure the plugin on handles devices it's supposed toDan Williams1-0/+6
2011-05-04release: bump version to 0.4.996 (0.5-beta2)0.5-beta20.4.996Dan Williams1-1/+1
2011-05-04release: bump version to 0.5-beta1Dan Williams1-1/+1
2011-05-04build: build docs during distcheck and fix up udev rules install baseDan Williams1-3/+6
2011-05-02samsung: lock plugin to Y3300 to exclude other Samsung USB modemsDan Williams1-0/+4
2011-04-29wavecom: enable usage of MM_MODEM_GSM_BAND_ANY in SetBand()Aleksander Morgado1-0/+8
2011-04-29samsung: allow getting more than one bandAleksander Morgado1-25/+24
2011-04-29samsung: allow setting a single band onlyAleksander Morgado1-1/+6
2011-04-29utils: new utils_check_for_single_value() methodAleksander Morgado4-40/+24
2011-04-29huawei: enable getting and setting more than one bandAleksander Morgado1-15/+16
2011-04-29gsm: allow setting more than one bandAleksander Morgado2-16/+6
2011-04-28introspection: add missing UMTS 2600 band referenceAleksander Morgado1-0/+3
2011-04-28build: remove unneeded message in configure build reportAleksander Morgado1-2/+0
2011-04-27build: only require gettext if enabling polkitDan Williams1-1/+2
2011-04-27Revert "build: don't require intltool unless --with-polkit=yes"Dan Williams2-16/+9
2011-04-27Revert "build: po shouldn't be built unless --with-polkit=yes"Dan Williams1-2/+2
2011-04-27build: po shouldn't be built unless --with-polkit=yesDan Williams1-2/+2
2011-04-27build: don't require intltool unless --with-polkit=yesDan Williams2-9/+16
2011-04-27huawei: rework probing and detectionDan Williams2-139/+158
2011-04-26plugins: allow multiple custom init commands in sequenceDan Williams3-25/+50
2011-04-26plugins: simplify custom init commandsDan Williams3-47/+73
2011-04-21mbm: add MBM device IDs for Lenovo F5521gw moduleMarius B. Kotsbak1-0/+1
2011-04-19zte: only dispose Icera data onceDan Williams1-3/+8
2011-04-18samsung: use common Icera codeDan Williams2-574/+67
2011-04-18icera: fix abuse of GInterfaceDan Williams3-32/+55
2011-04-18core: tear down all pending work when closing a portDan Williams1-2/+12
2011-04-18gsm: return success if unlocked but doesn't allow subsequent CPIN commandsDan Williams1-4/+15
2011-04-14Merge remote-tracking branch 'lanedo/plugin-wavecom'Dan Williams7-3/+1368
2011-04-14gsm: implement basic SMS reception and PDU parsingNathan Williams7-9/+703