summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Collapse)AuthorFilesLines
2012-01-06atmodem: Disable AT+COLP for Qualcomm MSM based modemsMarcel Holtmann1-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-01atutil: Fix newline before EOFSyam Sidhardhan1-2/+1
2011-12-28isimodem: Remove extra bogus semicolonSyam Sidhardhan1-1/+1
2011-12-29atmodem: Add support for Option HSO specific PIN retry countersMarcel Holtmann1-0/+43
2011-12-15telit: use CIND "rssi" indicator instead of "signal"Christopher Vogl1-2/+5
"signal" indicator permanently reports 99 (not measurable).
2011-12-09huaweicdmamodem: Fix sysinfo parsingPhilippe Nunes1-1/+1
In practice, the service domain is set to 255 (cdma not supported) with an EV-DO capable hardware.
2011-12-09cdma-connman: Turn off modem dormancy timeoutsDenis Kenzior1-0/+2
2011-12-08cdma-connman: Support Huawei dormant notificationsGuillaume Zajac1-0/+42
2011-12-07huaweicdma: Add data strength notification supportGuillaume Zajac1-0/+28
2011-11-04cdmamodem: Notify when connection is lostGuillaume Zajac1-1/+1
2011-10-21hfpmodem: Report features supported by AGMikel Astiz1-0/+1
2011-10-21hfpmodem: devinfo atom added to export BT addressMikel Astiz3-0/+114
2011-10-21hfpmodem: Avoid segfault in handsfreeMikel Astiz1-1/+7
The use of g_idle_add can cause a segmentation fault if the object is destroyed in the meantime.
2011-10-21hfpmodem: Avoid segfault in call-volumeMikel Astiz1-1/+7
The use of g_idle_add can cause a segmentation fault if the object is destroyed in the meantime.
2011-10-21hfpmodem: Avoid segfault in network-registrationMikel Astiz1-1/+8
The use of g_idle_add can cause a segmentation fault if the object is destroyed in the meantime.
2011-10-21hfpmodem: Support for AT+BVRAMikel Astiz1-0/+53
2011-10-20hfpmodem: minor whitespace fixMikel Astiz1-1/+0
2011-10-20hfpmodem: Support for +BSIR unsolicited responsesMikel Astiz1-0/+19
2011-10-15drivers: Some more copyright fixesMarcel Holtmann7-7/+7
2011-10-13handsfree: Pass the error information to the coreDenis Kenzior1-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-13hfpmodem: Support of number requests (AT+BINP=1)Mikel Astiz1-0/+59
2011-10-13handsfree: Set in-band ringing before registeringDenis Kenzior1-2/+2
Avoid an extra signal emission
2011-10-13hfpmodem: Set initial state for inband ringingMikel Astiz1-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-13hfpmodem: Copyright statement correctionMikel Astiz1-0/+1
2011-10-10drivers: Update copyright informationMarcel Holtmann105-156/+157
2011-10-06atmodem: Use ZTE specific vendor quirk for SMS supportMarcel Holtmann1-0/+2
2011-09-09call-volume: Use g_idle_add to registerDenis Kenzior1-4/+6
2011-09-09hfpmodem: Add skeleton driver implemenetationMikel Astiz3-0/+103
2011-08-29isimodem: Add UICC functionalityAki Niemi1-90/+1302
Based on patches from: Iiro Kaihlaniemi <iiro.kaihlaniemi@nokia.com> Jessica Nilsson <jessica.j.nilsson@stericsson.com>
2011-08-29isimodem: Add UICC utilitiesIiro Kaihlaniemi2-0/+227
2011-08-29isimodem: Allow network registration automaticallyIiro Kaihlaniemi1-0/+99
2011-08-29isimodem: Add missing codepoints and debugsIiro Kaihlaniemi4-0/+151
2011-08-14stk: Use phonesim vendor for modem-handled cmdsDenis Kenzior1-0/+22
2011-08-14stk: Rewrite generic driver to use 27.007 commandsDenis Kenzior1-166/+39
2011-08-14sim-poll: Remove unused codeDenis Kenzior2-279/+0
2011-08-09atmodem: Samsung devices do not support CIND signal strength reportingMarcel Holtmann1-0/+1
2011-08-09huaweicdma: Implement 1X signal strength updatesBertrand Aygon1-0/+28
2011-08-09huaweicdmamodem: Use a more common boolean patternDenis Kenzior1-9/+9
2011-08-09huaweicdma: Add netreg driver implementationBertrand Aygon3-0/+177
2011-08-09voicecall: Fix minor whitespace issueDenis Kenzior1-1/+1
2011-08-08hfpmodem: Use an enumDenis Kenzior1-2/+4
2011-08-08hfpmodem: fix hf featuresFrédéric Danis2-2/+10
check audio gateway version and only set right features
2011-08-07atmodem: Add vendor quirk entry for Samsung devicesMarcel Holtmann1-0/+1
2011-08-05hfpmodem: Fix g_at_chat leakFrédéric Dalleau3-0/+3
2011-08-05atmodem: Add funny ZTE quirk for GPRS context supportMarcel Holtmann1-0/+21
2011-08-05huaweicdmamodem: Add stub implementationBertrand Aygon2-0/+62
2011-08-05atmodem: Add support for handling GPRS context vendor quirksMarcel Holtmann1-0/+3
2011-08-04speedup: Add support for retrieving PIN retry countersMarcel Holtmann1-0/+65
2011-08-04atmodem: Add Speedup vendor quirk to SIM file readingMarcel Holtmann1-0/+1
2011-08-04atmodem: Add support for ZTE technology reportingMarcel Holtmann1-1/+77