Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-21 | mbm: Add Dell 5530 modem port suffix | Zhenhua Zhang | 1 | -0/+1 | |
Dell 5530 seems to have three tty ports labeled: "Dell Wireless 5530 HSPA Mobile Broadband Minicard Modem" "Dell Wireless 5530 HSPA Mobile Broadband Minicard Modem 2" "Dell Wireless 5530 HSPA Mobile Broadband Minicard GPS Port" | |||||
2010-04-20 | wavecom: Trivial comment update | Denis Kenzior | 1 | -2/+4 | |
2010-04-20 | wavecom: Braces are not necessary | Denis Kenzior | 1 | -2/+1 | |
2010-04-20 | Added Wavecom modem plugin. | Matthias Günther | 2 | -0/+187 | |
The Wavecom WMP100 is a serial based modem, however it assumes CPIN to be the final response. This requires some quirking in the sim driver. Refer to commit 6d28f82dc1ccb3de3a028a88eafb96fb001c7e61 for details. | |||||
2010-04-20 | Refactor isimodem and gisi/netlink | Pekka Pessi | 1 | -0/+98 | |
Now usbpnmodem plugin is used to register ISI modems. | |||||
2010-04-20 | Parse Interface key for isimodem and n900modem | Pekka Pessi | 2 | -0/+27 | |
2010-04-20 | phonesim: Disable polling in phonesim for now | Denis Kenzior | 1 | -3/+1 | |
Seems that polling support in phonesim is less than working | |||||
2010-04-20 | Trivial: Remove extra ':' from history output | Denis Kenzior | 1 | -1/+1 | |
2010-04-15 | Rename ofono_atmodem_poll_enable | Denis Kenzior | 2 | -2/+2 | |
This is not official oFono API | |||||
2010-04-15 | Implement STATUS polling in atmodem driver. | Andrzej Zaborowski | 2 | -5/+8 | |
2010-04-15 | Add AT driver for STK atom. | Andrzej Zaborowski | 2 | -0/+5 | |
2010-04-15 | Drivers can notify core of SIM insertion / removal | Andrzej Zaborowski | 10 | -10/+50 | |
Add ofono_sim_inserted_notify function to notify the core of SIM insertion / removal. Make every plugin generate a sim inserted event on start. For devices with removable card, the event should be emitted after the plugin detects such event. For devices that need to wait for SIM card initialization, they can emit this event later. | |||||
2010-04-14 | Add support for Option iCON 451 | Daniel Wagner | 1 | -0/+1 | |
2010-04-01 | Add support for Option iCon 452 | Denis Kenzior | 1 | -0/+1 | |
2010-03-31 | Update mbm to use two ports | Denis Kenzior | 1 | -50/+85 | |
The second port might be used for a second active context via ppp | |||||
2010-03-31 | Fix: MD300 uses two ACM ports, so set one to data | Denis Kenzior | 1 | -1/+4 | |
2010-03-31 | Fix: Potential crash in modemconf | Denis Kenzior | 1 | -0/+3 | |
2010-03-29 | Add call-forwarding to mbm driver | Denis Kenzior | 1 | -0/+2 | |
2010-03-28 | Move erinfo notify to atmodem netreg driver | Denis Kenzior | 1 | -23/+0 | |
2010-03-26 | Add phonesim vendor quirk | Denis Kenzior | 1 | -1/+2 | |
2010-03-26 | Add mbm vendor | Denis Kenzior | 1 | -1/+2 | |
2010-03-18 | huawei: use GSM permissive parser instead of V1. | João Paulo Rechi Vita | 1 | -1/+1 | |
With V1 parser the driver fails to detect when a SMS is successfully sent and keeps re-trying until Max retries. | |||||
2010-03-16 | Add support of Huawei EM770 modem | Yang Gu | 3 | -0/+254 | |
Comparing with general Huawei modem, EM770 is a full feature modem that supports voicecall, phonebook, call forwarding, call barring, etc. | |||||
2010-02-15 | hfp: add watch to trigger HUP of the file descriptor | Gustavo F. Padovan | 1 | -0/+10 | |
2010-02-15 | hfp: remove modems if bluetoothd exits unexpectedly | Gustavo F. Padovan | 1 | -2/+25 | |
2010-02-15 | hfp: remove duplicated ofono_modem_set_powered | Gustavo F. Padovan | 1 | -2/+0 | |
2010-02-12 | Fix: Unregistering the agent in disable is wrong | Denis Kenzior | 1 | -3/+5 | |
What we really want to do here is set a flag that the agent has not been released yet. If this is the case we should send the Disconnect call on disable. | |||||
2010-02-12 | Add hfp/ prefix to the path for HFP modems | Denis Kenzior | 1 | -1/+2 | |
2010-02-12 | Add support for alias changes | Denis Kenzior | 1 | -5/+29 | |
2010-02-12 | Set modem name from Bluetooth device alias | Denis Kenzior | 1 | -3/+6 | |
2010-02-12 | Fix: Use persistent paths for hfp modems | Denis Kenzior | 1 | -19/+54 | |
2010-02-12 | Fix: Store the modem in the uuid hash | Denis Kenzior | 1 | -2/+2 | |
The modem is more useful to store than the path, particularly once we track Aliases | |||||
2010-02-12 | Refactor the UUIDs property changed path | Denis Kenzior | 1 | -29/+36 | |
2010-02-12 | Don't leak user_data in send_method_call_with_reply | Denis Kenzior | 1 | -5/+16 | |
2010-02-12 | hfp: Don't use Disconnect when agent was released | Gustavo F. Padovan | 1 | -7/+11 | |
2010-02-12 | Keep track of adapter addresses | Denis Kenzior | 1 | -10/+44 | |
This will be required for peristent HFP modem path tracking. | |||||
2010-02-12 | Fix: Add free_func to send_method_call_with_reply | Denis Kenzior | 1 | -10/+13 | |
2010-02-12 | Fix: ofono_dbus_get_connection does not ref it | Denis Kenzior | 1 | -2/+0 | |
2010-02-12 | Cleanup: No sense in creating the hash if failed | Denis Kenzior | 1 | -4/+3 | |
2010-02-12 | Refactor: Device GetProperties handling | Denis Kenzior | 1 | -65/+18 | |
2010-02-12 | Refactor: Use Adapter Devices property | Denis Kenzior | 1 | -20/+58 | |
Adapter interface ListDevices method is deprecated | |||||
2010-02-12 | Fix: Use Manager's Adapters property instead | Denis Kenzior | 1 | -20/+32 | |
ListAdapters method on Manager interface is deprecated | |||||
2010-02-12 | Add a more sophisticated GetProperties reply parser | Denis Kenzior | 1 | -0/+84 | |
2010-02-12 | Style: No need for this to be a function | Denis Kenzior | 1 | -10/+7 | |
2010-02-12 | Fix: Use a 15 second timeout on a disconnect | Denis Kenzior | 1 | -1/+1 | |
2010-02-12 | Style: No need for this to be a function | Denis Kenzior | 1 | -9/+9 | |
2010-02-12 | Style: No need for a function here | Denis Kenzior | 1 | -8/+3 | |
2010-02-12 | hfp: set timeout to rfcomm establishment procedure | Gustavo F. Padovan | 1 | -25/+83 | |
If it expires we call org.bluez.HandsfreeGateway.Disconnect() It also modifies send_method_call and break it down into two functions. Now we have send_method_call_with_reply, for DBus messages that needs a reply. It sets a reply and a timeout for the message reply. The other funcion is called send_method_call without timeout or reply parameters. | |||||
2010-02-11 | hfp: avoid crash when hfp is declared on modem.conf | Gustavo F. Padovan | 1 | -0/+4 | |
2010-02-11 | hfp: fix copyright notice | Gustavo F. Padovan | 1 | -1/+1 | |