summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-08-06udev: Remove outdated modem detection supportMarcel Holtmann2-602/+10
2011-08-05hfpmodem: Fix g_at_chat leakFrédéric Dalleau3-0/+3
2011-08-05zte: Set vendor quirk also for GPRS context atomMarcel Holtmann1-1/+4
2011-08-05atmodem: Add funny ZTE quirk for GPRS context supportMarcel Holtmann1-0/+21
2011-08-05udev: Fix rules for Huawei E352 dongleMarcel Holtmann1-1/+1
2011-08-05test: update list-modem with DataStrength propertyBertrand Aygon1-1/+2
2011-08-05include: add data strength to cdma-netregBertrand Aygon1-0/+2
2011-08-05cdma-netreg: Add Strength property supportBertrand Aygon1-0/+39
2011-08-05include: add signal reporting to cdma-netregBertrand Aygon1-0/+2
2011-08-05huaweicdmamodem: Add stub implementationBertrand Aygon3-0/+67
2011-08-05cdma-netreg: implement support for Status propertyBertrand Aygon1-0/+47
2011-08-05cdma-netreg: add registration status to public apiBertrand Aygon1-0/+9
2011-08-05cdma-netreg: Add initial stub implementationBertrand Aygon3-1/+193
2011-08-05include: Add cdma-netreg atom public apiBertrand Aygon2-1/+64
2011-08-05udev: Add rules for Alcatel X220L devicesMarcel Holtmann1-0/+7
2011-08-05atmodem: Add support for handling GPRS context vendor quirksMarcel Holtmann1-0/+3
2011-08-05udev: Add rule for 4G Systems P14 dongleMarcel Holtmann1-0/+7
2011-08-05zte: Use AT+ZOPRT for online/offline mode changesMarcel Holtmann1-12/+46
The ZTE modems work a lot more reliable when using AT+ZOPRT for switching between online and offline mode. In addition transition to offline mode also for enabling modem and switch device into offline first before switching it off.
2011-08-05zte: Set options for TTY port configurationMarcel Holtmann1-1/+18
Seems like the ZTE modems are a bit more picky than others, so set proper default options here. At least of the ZTE modems work a lot more reliable this way.
2011-08-05doc: fix Forwarded signal name in VoiceCallManagerAlexander Kanavin1-1/+1
2011-08-04gatchat: Fix minor whitespace mistakeMarcel Holtmann1-1/+1
2011-08-04udev: add support for Olive HSDPA modem, which seems to be a SpeedUP.Bertrand Aygon1-3/+6
2011-08-04speedup: Add support for retrieving PIN retry countersMarcel Holtmann1-0/+65
2011-08-04udev: Switch control and modem channel for 4G Systems W14 deviceMarcel Holtmann1-2/+2
This device is rather funny with some commands and insists on sending the response to the other channel, but not the one it got executed on. Aux: > AT+CPNNUM\r Modem: < \r\nPIN1=3; PUK1=10; PIN2=3; PUK2=10\r\r\nOK\r\n
2011-08-04speedup: Use own vendor quirk for SIM atomMarcel Holtmann1-1/+1
2011-08-04atmodem: Add Speedup vendor quirk to SIM file readingMarcel Holtmann1-0/+1
2011-08-04doc: Add missing PreferredLanguages property to SimManagerAlexander Kanavin1-0/+5
2011-08-04huawei: Check for AT^RFSWITCH support to determine offline commandMarcel Holtmann1-38/+8
Using AT+CFUN=7 (if supported) to switch into offline mode has a problem with older modems. Sending AT+CFUN=7 with a data connection active has the problem that it never terminates with OK or ERROR. Devices that support AT^RFSWITCH are known to handle this properly. So only when that command is supported, use AT+CFUN=7 for offline mode. If it is not supported, then keep using AT+CFUN=5 to switch the device into offline mode.
2011-08-04huawei: Add TOO MANY PARAMETERS terminatorMarcel Holtmann1-0/+1
2011-08-04zte: Switch to offline mode first before disabling modemMarcel Holtmann1-1/+2
2011-08-04zte: Blacklist the NO CARRIER terminator for control channelMarcel Holtmann1-0/+3
The ZTE cards will send NO CARRIER to all channels. This confuses setting device into offline mode while still having a data connection.
2011-08-04udev: For ZTE modems with 5 interfaces, use 4th one for PPPMarcel Holtmann1-1/+1
2011-08-04atmodem: Add support for ZTE technology reportingMarcel Holtmann1-1/+77
2011-08-04zte: Request PCB information when modem gets enabledMarcel Holtmann1-0/+3
2011-08-03zte: Set ZTE vendor quirk for SIM atomMarcel Holtmann1-2/+1
2011-08-03atmodem: Enable support for PIN retry counters of ZTE modemsMarcel Holtmann1-3/+45
2011-08-03atmodem: Enable timezone reporting for ZTE modemsMarcel Holtmann1-0/+6
2011-08-03atmodem: The ZTE dongles send LAC and CI as unquoted stringsMarcel Holtmann1-0/+3
2011-08-03zte: Use vendor quirk for GPRS atomMarcel Holtmann1-1/+1
2011-08-03speedup: Use vendor quirk for network registration and GPRS atomsMarcel Holtmann1-2/+3
2011-08-03atmodem: The Speedup dongles send LAC and CI as unquoted stringsMarcel Holtmann1-0/+3
2011-08-03dunmodem: Add stub for gprs.Mario Tokarz4-1/+99
2011-08-03devinfo: Use correct prefix for cdmaGuillaume Zajac1-4/+4
2011-08-03cdmamodem: remove an unneeded buffer and sprintf.Bertrand Aygon1-4/+1
2011-08-03dbus: Add CDMA netreg atom interface nameBertrand Aygon1-0/+2
2011-08-03udev: Add rule for 4G Systems W14 dongleMarcel Holtmann1-0/+7
2011-08-03bluetooth: Add UUID for DUN.Mario Tokarz1-0/+1
2011-08-03mbm: Don't bother with NULL checking for SIM state query freeMarcel Holtmann1-3/+3
2011-08-03zte: Fix race condition with SIM state polling and removalMarcel Holtmann1-0/+3
2011-08-03speedup: Fix race condition with SIM state polling and removalMarcel Holtmann1-0/+3