summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Collapse)AuthorFilesLines
2010-01-28Fix some leftover oudated copyrightsMarcel Holtmann1-1/+1
2010-01-28Fix: Update copyright notice for 2010Denis Kenzior4-4/+4
2010-01-28Style: Various whitespace issuesDenis Kenzior1-9/+14
2010-01-28Style: Put voicecall before gprsDenis Kenzior1-2/+2
2010-01-28Add STE voice call support.Sjur Brændeland3-0/+601
2010-01-28The AF_CAIF constant is more like to be 37 than 28Marcel Holtmann1-1/+1
2010-01-27Add HFP support through BlueZGustavo F. Padovan1-0/+4
It uses BlueZ through to get HFP working following the org.bluez.HandsfreeGateway and org.bluez.HandsfreeAgent from the BlueZ D-Bus API. You need the HFP suport into BlueZ and the new D-Bus 1.3 or later with fd-passing support. Many thanks to Zhenhua Zhang <zhenhua.zhang@intel.com> for its prototype on this code.
2010-01-27Fix: Remove username/password elementsDenis Kenzior1-14/+10
The reason for this is twofold. First the current code actually leaks memory since it uses g_strdup on username/password and never frees it anywhere. Second the username/password command can just be sent inside activate_primary, no reason to do it in the callback. The fix removes the username / password structure members and moves the AT*EIAAUW handling to activate_primary. This is almost exactly like the username / password / context definition for MBM modems.
2010-01-27Style: Couple more fixesDenis Kenzior1-3/+3
2010-01-27Fix: Remove pointless error labelsDenis Kenzior1-17/+10
2010-01-27Style: Various indentation and spacing issuesDenis Kenzior1-16/+23
2010-01-27Style: No space after function nameDenis Kenzior1-4/+4
2010-01-27Style: Use proper comment formattingDenis Kenzior1-6/+6
2010-01-27Style: Don't use underscoreDenis Kenzior1-14/+14
2010-01-27Add STE modem support for GPRS PDP ContextsSjur Brændeland3-0/+617
2010-01-25Remove unused declarationsMarcel Holtmann2-8/+0
2010-01-25Add CAIF header files in drivers/stemodem/Sjur Brændeland2-0/+241
These should go away when CAIF is part of Linux kernel.
2010-01-25Add STE modem driver definitionSjur Brændeland2-0/+79
2010-01-25Add STE modem support for GPRS and network registrationSjur Brændeland3-3/+86
2010-01-25Add at_util_call_compare_by_id functionSjur Brændeland2-0/+15
2010-01-20Fix: Support devices with CSCB mode 0 onlyDenis Kenzior1-14/+73
MBM devices do not support CSCB mode 1 (remove topics). It is thus necessary to use mode 0 and sending an empty topic list in order to turn off all topics. This patch will first query the CSCB modes supported by the hardware. If mode 1 is supported, then the old behavior is used, otherwise the new behavior is used.
2010-01-20Style: Don't go over 80 characters per lineDenis Kenzior1-2/+8
2010-01-20Add quirk for cid and lac handling for HuaweiJussi Kukkonen5-24/+70
2010-01-14Refactor phonebook driverAki Niemi1-3/+9
2010-01-14Refactor supplementary service driversAki Niemi3-39/+65
2010-01-14Refactor SIM driverAki Niemi1-32/+34
2010-01-14Refactor CBS driverAki Niemi1-13/+15
2010-01-14Clean up style issuesAki Niemi3-12/+9
2010-01-14Fix cell ID and LAC valuesAki Niemi1-2/+2
2010-01-12Style: Extraneous spaceDenis Kenzior1-1/+1
2010-01-12Style: space after function argument comma pairDenis Kenzior1-7/+7
2010-01-12Style: Should be a space after ifDenis Kenzior4-8/+8
2010-01-12Style: Trailing whitespace & extra linesDenis Kenzior6-17/+16
2010-01-11Refactor devinfo driverAki Niemi1-56/+47
2010-01-11Add support for modem controlAki Niemi1-12/+159
This adds support to the PN_MTC server, allowing querying and control of the modem power state.
2010-01-11Refactor netreg driverAki Niemi1-74/+56
2010-01-11Refactor voicecall driverAki Niemi1-19/+24
2010-01-11Refactor phonebook driverAki Niemi1-9/+11
2010-01-11User new debug facilityAki Niemi1-1/+1
2010-01-11Include renamed filesAki Niemi5-8/+9
2010-01-11Remove contact from boilerplateAki Niemi6-12/+0
2010-01-11Add debug implementationAki Niemi2-345/+818
Alsoo remove call specific debugs.
2010-01-11Split ISI codepoints to separate filesAki Niemi17-746/+1208
Also, adding infrastructure for debugging ISI messages, with APIs for turning most common fields into human readable string format.
2010-01-11Split isi.h into isimodem.h and isiutil.hAki Niemi2-56/+64
2010-01-06Port isimodem to the new frameworkDenis Kenzior1-1/+1
2010-01-01Update copyright informationMarcel Holtmann34-34/+34
2009-12-30Add netmask to HSO GPRS context driverMartin Xu1-1/+3
2009-12-18gisi: pass object handle to g_isi_verify() callbackRémi Denis-Courmont7-8/+15
This will be needed for GPDS.
2009-12-17Style: Repeat for driversDenis Kenzior5-6/+12
2009-12-17Fix: The extra 00 at the end isn't necessaryDenis Kenzior1-2/+1