Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-18 | Turn off echo on HSO modems | Denis Kenzior | 1 | -0/+3 | |
2009-11-18 | Make HSO modem driver use App & Control ports | Denis Kenzior | 1 | -29/+59 | |
The Application port gets all unsolicited notifications except for OWANCALL notifications. In turn only the Control port gets OWANCALL notifications. This means that we run GPRS Context control on the Control port and network registration / sms on the application port | |||||
2009-11-18 | Make HSO support detect Application & Control port | Denis Kenzior | 1 | -5/+13 | |
2009-11-18 | Fix: Use none_prefix | Denis Kenzior | 1 | -3/+5 | |
Do not eat up unsolicited notifications that might arrive as a result of CFUN=0 | |||||
2009-11-18 | Add initial HSO GPRS context driver | Denis Kenzior | 1 | -0/+10 | |
2009-11-18 | Fix: modem _disable needs to send the CFUN | Denis Kenzior | 1 | -8/+9 | |
For PalmPre driver | |||||
2009-11-18 | Fix: modem _disable needs to send the CFUN | Denis Kenzior | 1 | -6/+6 | |
For Novatel driver | |||||
2009-11-18 | Fix: modem _disable needs to send the CFUN | Denis Kenzior | 1 | -5/+5 | |
For MBM driver | |||||
2009-11-18 | Fix: modem _disable needs to send the CFUN | Denis Kenzior | 1 | -6/+6 | |
For Huawei driver | |||||
2009-11-18 | Fix: modem _disable needs to send the CFUN | Denis Kenzior | 1 | -6/+6 | |
For HSO driver | |||||
2009-11-18 | Fix: modem _disable needs to send the CFUN | Denis Kenzior | 1 | -4/+5 | |
For G1 Driver | |||||
2009-11-18 | Support SonyEricsson MD300 | Denis Kenzior | 1 | -1/+2 | |
2009-11-17 | Fix: Use Application port instead of Control | Denis Kenzior | 1 | -1/+1 | |
It seems Control port does not send CGREG unsolicited notifications | |||||
2009-11-13 | Fix: Add support for Option Icon 401 | Denis Kenzior | 1 | -0/+1 | |
2009-11-13 | Fix: Remove yet another duplicate atom | Denis Kenzior | 1 | -1/+0 | |
2009-11-13 | Fix: Remove duplicate SMS atom from HSO plugin | Denis Kenzior | 1 | -1/+0 | |
2009-11-11 | Fix: Capitalize modem options in calypso driver | Ryan M. Raasch | 1 | -7/+7 | |
This patch fixes the calypso driver when setting the g_at_tty variables. | |||||
2009-11-11 | Add call volume support for hfpmodem | Zhenhua Zhang | 1 | -0/+2 | |
The call volume driver listens the speaker volume and microphone gain from the AG. It also allow to synchronze the speaker and microphone volume changes with the AG through AT+VGS and AT+VGM. Volume level synchronization from HFP spec 1.5 Section 4.28.2 is performed on startup. | |||||
2009-11-10 | Add SMS support to PalmPre plugin | Denis Kenzior | 1 | -0/+3 | |
2009-11-10 | Add Palm Pre plugin | Andrzej Zaborowski | 2 | -1/+222 | |
2009-11-10 | Fix: Rename G1 quirk to QUALCOMM_MSM | Denis Kenzior | 2 | -2/+2 | |
2009-11-05 | Add sample implementation of SMS history | Denis Kenzior | 1 | -0/+71 | |
2009-11-05 | Fix: Handle MBM hardware that fails on EMRDY? | Denis Kenzior | 1 | -2/+25 | |
2009-11-03 | Fix: Minor style issues | Denis Kenzior | 1 | -0/+1 | |
2009-11-03 | Create network registration driver for hfpmodem | Gustavo F. Padovan | 1 | -0/+1 | |
This driver handles phone informations about registration status, signal strength and roaming status listening +CIEV commands. It also gets the Network Operator name with +COPS commands. | |||||
2009-11-01 | Use ofono_info() for AT command debugging | Marcel Holtmann | 3 | -5/+5 | |
2009-11-01 | Inserted the GSM syntax option in modem.conf | Ryan M. Raasch | 2 | -1/+12 | |
This is patch to allow the gsm syntax to be specified in the modem.conf file. It is a 2nd version based on code change requests. | |||||
2009-10-29 | Fix: Quiet compiler warning | Denis Kenzior | 1 | -1/+0 | |
2009-10-29 | Refactor: Make MBM driver actually use EMRDY | Denis Kenzior | 1 | -4/+60 | |
2009-10-29 | Fix: Return EINPROGRESS as intended | Denis Kenzior | 1 | -2/+2 | |
2009-10-28 | Add voicecall driver for Bluetooth HFP | Zhenhua Zhang | 1 | -0/+3 | |
HFP voicecall driver uses AT+CIEV indicator to notify call status update according to Bluetooth HFP spec v1.5. This patch only adds single call support. | |||||
2009-10-28 | Cleanup previous patch | Denis Kenzior | 2 | -87/+47 | |
2009-10-28 | Add serial settings parser to modemconf plugin | Ryan Raasch | 2 | -4/+103 | |
2009-10-25 | Remove support for call forwarding and barring from MBM plugin | Marcel Holtmann | 1 | -4/+0 | |
2009-10-24 | Register gprs-context on calypso modem/phonesim. | Andrzej Zaborowski | 1 | -1/+8 | |
2009-10-23 | Add GPRS context setup to MBM plugin | Denis Kenzior | 1 | -0/+10 | |
2009-10-23 | Fix: Update Init string & shutdown string for mbm | Denis Kenzior | 1 | -1/+3 | |
2009-10-23 | Refactor: First round of renaming | Denis Kenzior | 1 | -1/+1 | |
2009-10-23 | Refactor: rename data-connection to gprs | Denis Kenzior | 1 | -1/+1 | |
Keep the name specific to GSM, other implementations will probably require their own interfaces | |||||
2009-10-23 | Add GPRS support | Andrzej Zaborowski | 1 | -0/+3 | |
This commit implements the GPRS context setup and teardown according to doc/dataconnectionmanager-api.txt One issue with the AT implementation of the api is that "Powered" (a read-write property) can be set independently of "Attached" (read-only property) and remain set when "Attached" is clear. The semantics would be that the network doesn't have resources to let the modem attach, but the modem waits for the resources to become available and then attaches. On AT the modem is in this state only when executing +CGATT, so currently the code will rerun +CGATT as soon as the previous one returns with error, probably starving other commands. A possible workaround would be for "Powered" to flip back to False after the modem fails to attach once, or give up on having separate properties. Alternatively we could re-try to attach periodically but on one modem I've tried +CGATT fails after about 1 minute (that's the Calypso) and on another only about 0.5s (Nokia phones with AT emulation). When "Powered" is set and "RoamingAllowed" is clear and we manage to attach and find that we're roaming, ofono resets "Powered". We may want to catch the user trying to dial *99***1# which is the backwards compatibility quirk for old modems (same way ofono parses USSD strings). | |||||
2009-10-21 | Migrate from RFC2822 to ISO8601 | Olivier Le Thanh Duong | 1 | -3/+3 | |
2009-10-19 | Rename: drivers/hfpmodem/hfp.[ch] to hfpmodem.[ch] | Denis Kenzior | 1 | -1/+1 | |
Be more consistent with other drivers | |||||
2009-10-19 | Fix: Make 'make distcheck' happy again | Denis Kenzior | 1 | -3/+1 | |
2009-10-19 | Fix: Use debug instead of info | Denis Kenzior | 1 | -1/+1 | |
2009-10-19 | Refactor: Setup the HF features bitmap | Denis Kenzior | 1 | -3/+11 | |
Do not use magic numbers unless strictly necessary | |||||
2009-10-19 | Refactor: Don't store indicator names | Denis Kenzior | 1 | -36/+38 | |
We already know the indicators we're interested in from the specification, malloc/free-ing the indicator names is thus pointless. Instead save off the indicator index positions in an array. Parse the current values instead of storing the unparsed list. | |||||
2009-10-19 | Add initial glue code for hfp driver | Zhenhua Zhang | 2 | -1/+334 | |
2009-10-15 | Setup better debugging information for calypso | Denis Kenzior | 1 | -4/+17 | |
2009-10-15 | Multiplexer support for OpenMoko device | Denis Kenzior | 1 | -31/+108 | |
2009-10-15 | Fix: Do not leak chat memory | Denis Kenzior | 1 | -3/+4 | |