Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2011-08-29 | isimodem: Add UICC functionality | Aki Niemi | 1 | -90/+1302 | |
Based on patches from: Iiro Kaihlaniemi <iiro.kaihlaniemi@nokia.com> Jessica Nilsson <jessica.j.nilsson@stericsson.com> | |||||
2011-08-29 | isimodem: Add UICC utilities | Iiro Kaihlaniemi | 2 | -0/+227 | |
2011-08-29 | isimodem: Allow network registration automatically | Iiro Kaihlaniemi | 1 | -0/+99 | |
2011-08-29 | isimodem: Add missing codepoints and debugs | Iiro Kaihlaniemi | 4 | -0/+151 | |
2011-08-14 | stk: Use phonesim vendor for modem-handled cmds | Denis Kenzior | 1 | -0/+22 | |
2011-08-14 | stk: Rewrite generic driver to use 27.007 commands | Denis Kenzior | 1 | -166/+39 | |
2011-08-14 | sim-poll: Remove unused code | Denis Kenzior | 2 | -279/+0 | |
2011-08-09 | atmodem: Samsung devices do not support CIND signal strength reporting | Marcel Holtmann | 1 | -0/+1 | |
2011-08-09 | huaweicdma: Implement 1X signal strength updates | Bertrand Aygon | 1 | -0/+28 | |
2011-08-09 | huaweicdmamodem: Use a more common boolean pattern | Denis Kenzior | 1 | -9/+9 | |
2011-08-09 | huaweicdma: Add netreg driver implementation | Bertrand Aygon | 3 | -0/+177 | |
2011-08-09 | voicecall: Fix minor whitespace issue | Denis Kenzior | 1 | -1/+1 | |
2011-08-08 | hfpmodem: Use an enum | Denis Kenzior | 1 | -2/+4 | |
2011-08-08 | hfpmodem: fix hf features | Frédéric Danis | 2 | -2/+10 | |
check audio gateway version and only set right features | |||||
2011-08-07 | atmodem: Add vendor quirk entry for Samsung devices | Marcel Holtmann | 1 | -0/+1 | |
2011-08-05 | hfpmodem: Fix g_at_chat leak | Frédéric Dalleau | 3 | -0/+3 | |
2011-08-05 | atmodem: Add funny ZTE quirk for GPRS context support | Marcel Holtmann | 1 | -0/+21 | |
2011-08-05 | huaweicdmamodem: Add stub implementation | Bertrand Aygon | 2 | -0/+62 | |
2011-08-05 | atmodem: Add support for handling GPRS context vendor quirks | Marcel Holtmann | 1 | -0/+3 | |
2011-08-04 | speedup: Add support for retrieving PIN retry counters | Marcel Holtmann | 1 | -0/+65 | |
2011-08-04 | atmodem: Add Speedup vendor quirk to SIM file reading | Marcel Holtmann | 1 | -0/+1 | |
2011-08-04 | atmodem: Add support for ZTE technology reporting | Marcel Holtmann | 1 | -1/+77 | |