Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-27 | atutil: Ignore invalid CLCC results | Denis Kenzior | 1 | -0/+6 | |
Some phones report CLCC calls with out-of-range info. E.g. call index being 0 (it is 1 based according to 27.007) and call states being reported as '6' (valid call states are 0-5.) | |||||
2012-02-22 | sim: Add SIMCOM specific PIN retry handling | Renat Zaripov | 1 | -0/+45 | |
Use AT+SPIC for obtaining retries remaining for SIM PIN / PUK AT+SPIC Retries Remaining to Input SIM PIN/PUK +SPIC: <pin1>,<pin2>,<puk1>,<puk2> Parameters <pin1> Times remained to input chv1 <pin2> Times remained to input chv2 <puk1> Times remained to input puk1 <puk2> Times remained to input puk2 | |||||
2012-02-16 | atmodem: Use CSQ based notification for IFX signal strength | Marcel Holtmann | 1 | -0/+31 | |
Since the XCIEV notifications are unclear, use XCSQ notifcations to report signal strength updates. | |||||
2012-02-16 | atmodem: Ignore results from IFX radio signal strength indication | Marcel Holtmann | 1 | -15/+7 | |
It seems the that XCIEV notification actually returns results from XCSQ and not the described range 0-7. This makes this notification rather useless to report signal strength. | |||||
2012-02-14 | atmodem: Fix handling of IFX signal strength indication | Marcel Holtmann | 1 | -2/+8 | |
2012-02-14 | atmodem: Add debug for IFX signal strength reporting | Marcel Holtmann | 1 | -0/+2 | |
2012-02-10 | ifxmodem: Add support for dynamic DNS for IPv6 and dual mode contexts | Marcel Holtmann | 1 | -1/+17 | |
2012-02-10 | ifxmodem: Add support for IPv6 and dual mode contexts | Marcel Holtmann | 1 | -7/+15 | |
2012-02-10 | ifxmodem: Remove audio settings mode handling | Marcel Holtmann | 1 | -7/+0 | |
With the current updated setup, the audio settings mode is no longer provided. So don't bother even trying to configure it. | |||||
2012-02-10 | ifxmodem: Remove another usage g_utf8_validate | Marcel Holtmann | 1 | -7/+8 | |
2012-02-10 | ifx: Don't use g_utf8_validate | Denis Kenzior | 1 | -7/+7 | |
Emergency Numbers can only be digits, so there's no point to use the 'Hammer of Thor' that is g_utf8_validate when a much simpler function will do the job just as well. | |||||
2012-02-09 | ifx: Modify XLEMA behavior | Denis Kenzior | 1 | -3/+18 | |
XLEMA reports emergency numbers that are hardcoded (e.g. 112 and 911) and that are already read from EFecc. The additional emergency numbers we are interested in should only come from the NVM or the network NITZ update. | |||||
2012-02-10 | ifxmodem: Handle malformed emergency numbers | Marcel Holtmann | 1 | -4/+14 | |
This might be either a modem firmware bug or the SIM card is provisioned really badly, but the last entry contains garbage characters. ofonod[20620]: Voice: < \r\n+XLEMA: 1,9,"112",,1\r\n\r\n+XLEMA: 2,9,"911",,1\r\n\r\n+XLEMA: 3,9,"000",57,1\r\n\r\n+XLEMA: 4,9,"08",49,1\r\n\r\n+XLEMA: 5,9,"112",49,1\r\n\r\n+XLEMA: 6,9,"118",0,1\r\n\r\n+XLEMA: 7,9,"119",0,1\r\n\r\n+XLEMA: 8,9,"911",0,1\r\n\r\n+XLEMA: 9,9,"999\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377",0,1\r\n Fix this by just validating the string and cutting off once an invalid character is found. | |||||
2012-02-09 | ifx: Add necessary incantations for audio | Denis Kenzior | 1 | -0/+250 | |
2012-01-11 | atmodem: Add SIMCOM vendor quirk | Renat Zaripov | 2 | -0/+2 | |
Adding vendor quirk for SIMCOM SIM900 modem module. | |||||
2012-01-12 | huaweimodem: Reset errors for USSD cancel operation | Marcel Holtmann | 1 | -0/+8 | |
2012-01-12 | huaweimodem: Add support for USSD 8-bit PDU mode | Marcel Holtmann | 3 | -0/+220 | |
The Huawei devices support a special 8-bit PDU mode for USSD that is by default selected (AT^USSDMODE=1). It avoids the complicated logic for character set selection and conversion. | |||||
2012-01-12 | atmodem: Add more debug for USSD response parsing | Marcel Holtmann | 1 | -0/+4 | |
2012-01-11 | atmodem: Create new sim driver without EF entries | Guillaume Zajac | 1 | -0/+16 | |
This driver will be used by CDMA modems to support PIN management and IMSI retreival. EF entries for CDMA modems cannot be implemented without manufacturers specifications. | |||||
2012-01-11 | ussd: Remove CSCS handling for QUALCOMM_MSM | Denis Kenzior | 1 | -13/+0 | |
2012-01-06 | huaweimodem: Move CDMA network registration into default driver | Marcel Holtmann | 5 | -76/+15 | |
With merging the GSM/UTMS and CDMA modem plugin into a unified version, it also makes sense to merge the Huawei specific vendor atom drivers into one. | |||||
2012-01-06 | atmodem: Add call state polling for Qualcomm MSM based modems | Marcel Holtmann | 1 | -2/+9 | |
The voice call support of the Qualcomm MSM based modems does not report NO CARRIER, NO ANSWER or BUSY unsolicited notifications. So keep polling for call state changes via AT+CLCC even during an active call. | |||||
2012-01-06 | atmodem: Disable AT+COLP for Qualcomm MSM based modems | Marcel Holtmann | 1 | -1/+10 | |
In case of Qualcomm MSM based modems, AT+COLP=0 needs to be used to make ATD<number>; return right away. Otherwise it only returns once the remote party accepted or rejected the call. | |||||
2012-01-01 | atutil: Fix newline before EOF | Syam Sidhardhan | 1 | -2/+1 | |
2011-12-28 | isimodem: Remove extra bogus semicolon | Syam Sidhardhan | 1 | -1/+1 | |
2011-12-29 | atmodem: Add support for Option HSO specific PIN retry counters | Marcel Holtmann | 1 | -0/+43 | |
2011-12-15 | telit: use CIND "rssi" indicator instead of "signal" | Christopher Vogl | 1 | -2/+5 | |
"signal" indicator permanently reports 99 (not measurable). | |||||
2011-12-09 | huaweicdmamodem: Fix sysinfo parsing | Philippe Nunes | 1 | -1/+1 | |
In practice, the service domain is set to 255 (cdma not supported) with an EV-DO capable hardware. | |||||
2011-12-09 | cdma-connman: Turn off modem dormancy timeouts | Denis Kenzior | 1 | -0/+2 | |
2011-12-08 | cdma-connman: Support Huawei dormant notifications | Guillaume Zajac | 1 | -0/+42 | |
2011-12-07 | huaweicdma: Add data strength notification support | Guillaume Zajac | 1 | -0/+28 | |
2011-11-04 | cdmamodem: Notify when connection is lost | Guillaume Zajac | 1 | -1/+1 | |
2011-10-21 | hfpmodem: Report features supported by AG | Mikel Astiz | 1 | -0/+1 | |
2011-10-21 | hfpmodem: devinfo atom added to export BT address | Mikel Astiz | 3 | -0/+114 | |
2011-10-21 | hfpmodem: Avoid segfault in handsfree | Mikel Astiz | 1 | -1/+7 | |
The use of g_idle_add can cause a segmentation fault if the object is destroyed in the meantime. | |||||
2011-10-21 | hfpmodem: Avoid segfault in call-volume | Mikel Astiz | 1 | -1/+7 | |
The use of g_idle_add can cause a segmentation fault if the object is destroyed in the meantime. | |||||
2011-10-21 | hfpmodem: Avoid segfault in network-registration | Mikel Astiz | 1 | -1/+8 | |
The use of g_idle_add can cause a segmentation fault if the object is destroyed in the meantime. | |||||
2011-10-21 | hfpmodem: Support for AT+BVRA | Mikel Astiz | 1 | -0/+53 | |
2011-10-20 | hfpmodem: minor whitespace fix | Mikel Astiz | 1 | -1/+0 | |
2011-10-20 | hfpmodem: Support for +BSIR unsolicited responses | Mikel Astiz | 1 | -0/+19 | |
2011-10-15 | drivers: Some more copyright fixes | Marcel Holtmann | 7 | -7/+7 | |
2011-10-13 | handsfree: Pass the error information to the core | Denis Kenzior | 1 | -5/+9 | |
if available. This is the preferred way, so that the core can take into account the error information in the future if required. | |||||
2011-10-13 | hfpmodem: Support of number requests (AT+BINP=1) | Mikel Astiz | 1 | -0/+59 | |
2011-10-13 | handsfree: Set in-band ringing before registering | Denis Kenzior | 1 | -2/+2 | |
Avoid an extra signal emission | |||||
2011-10-13 | hfpmodem: Set initial state for inband ringing | Mikel Astiz | 1 | -0/+6 | |
According to the HFP specification, inband ringing will be enabled by default if the AG supports it. This setting could later be changed by the unsolicited result code +BSIR. | |||||
2011-10-13 | hfpmodem: Copyright statement correction | Mikel Astiz | 1 | -0/+1 | |
2011-10-10 | drivers: Update copyright information | Marcel Holtmann | 105 | -156/+157 | |
2011-10-06 | atmodem: Use ZTE specific vendor quirk for SMS support | Marcel Holtmann | 1 | -0/+2 | |
2011-09-09 | call-volume: Use g_idle_add to register | Denis Kenzior | 1 | -4/+6 | |
2011-09-09 | hfpmodem: Add skeleton driver implemenetation | Mikel Astiz | 3 | -0/+103 | |