Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-20 | Update ISI driver for new devinfo API | Denis Kenzior | 4 | -376/+455 | |
2009-08-20 | Update the AT modem driver to the new devinfo api | Denis Kenzior | 4 | -171/+233 | |
2009-08-20 | Fix ISI driver side conditional name | Aki Niemi | 1 | -3/+3 | |
2009-08-20 | Add configure switch to disable PhoNet/ISI support | Aki Niemi | 1 | -2/+4 | |
2009-08-19 | Remove modem member from cb_data | Denis Kenzior | 11 | -45/+42 | |
2009-08-19 | Fix release specific not reporting proper reason | Denis Kenzior | 1 | -1/+1 | |
The proper disconnect reason was not being reported in the at modem voicecall plugin | |||||
2009-08-19 | Remove poll_clcc variable | Denis Kenzior | 1 | -26/+17 | |
The reference implementation will always poll. If a modem vendor has extensions for call status reporting, then those should be used in a separate driver | |||||
2009-08-19 | Update the AT modem voicecall driver for new API | Denis Kenzior | 3 | -223/+247 | |
2009-08-19 | Remove dead code in voicecall at driver | Denis Kenzior | 1 | -31/+0 | |
2009-08-19 | Update netreg AT modem driver to the new API | Denis Kenzior | 3 | -96/+109 | |
2009-08-19 | Port AT modem driver to the new MWI api | Denis Kenzior | 1 | -0/+15 | |
2009-08-19 | Remove unneeded function call | Denis Kenzior | 1 | -1/+0 | |
2009-08-19 | Update SIM AT driver to the new API | Denis Kenzior | 3 | -43/+69 | |
2009-08-19 | Port SMS AT modem driver to the new API | Denis Kenzior | 3 | -179/+178 | |
2009-08-19 | Remove unused member | Denis Kenzior | 1 | -1/+0 | |
2009-08-19 | Phonet: add modem parameter to ISI client API | Rémi Denis-Courmont | 2 | -2/+3 | |
2009-08-19 | gisi: provide modem identifier through Netlink API | Rémi Denis-Courmont | 1 | -2/+2 | |
2009-08-17 | Port the USSD at driver to the new API | Denis Kenzior | 3 | -23/+47 | |
2009-08-14 | Update the AT modem SSN driver to the new API | Denis Kenzior | 5 | -66/+148 | |
2009-08-14 | Port over ISI modem driver to the new API | Denis Kenzior | 3 | -43/+58 | |
2009-08-14 | Update the at phonebook driver to the new API | Denis Kenzior | 3 | -103/+111 | |
2009-08-14 | Update at call settings driver to new API | Denis Kenzior | 3 | -46/+71 | |
2009-08-14 | Update the at call meter driver for new API | Denis Kenzior | 3 | -72/+90 | |
2009-08-14 | Update at modem call forwarding driver | Denis Kenzior | 3 | -35/+66 | |
2009-08-14 | Update at modem call-barring driver to the new API | Denis Kenzior | 3 | -36/+67 | |
2009-08-14 | Add ISI modem SIM phonebook support | Alexander Kanavin | 4 | -1/+438 | |
This patch only provides access to the SIM phonebook. Note that the interface to the SIM phonebook is quite slow, which may cause timeouts on phonebooks with a large number of entries using the default D-Bus timeout value. | |||||
2009-08-12 | Warn when (potentially) invalid input encountered | Denis Kenzior | 1 | -0/+10 | |
2009-08-06 | Update AT modem plugin to use GAtChat logging | Denis Kenzior | 1 | -0/+9 | |
Enabled if OFONO_AT_DEBUG environment variable is set | |||||
2009-08-06 | Fixup atmodem.c for gatchat changes | Denis Kenzior | 1 | -7/+6 | |
2009-08-05 | Fix record number in at_sim_update_record. | Andrzej Zaborowski | 1 | -1/+1 | |
2009-07-29 | Remove all uses of modem.h | Denis Kenzior | 1 | -1/+1 | |
2009-07-29 | Rename ofono_modem_userdata | Denis Kenzior | 12 | -100/+111 | |
2009-07-29 | Make plugins use ofono_modem_get_path | Denis Kenzior | 1 | -8/+8 | |
2009-07-29 | Remove supports_tech variable | Denis Kenzior | 1 | -12/+3 | |
The proper way to register with a particular network technology is to use a band selection command (e.g. select 2G only or 3G only, or hybrid) The tech selection according to 27.007 is non-binding anyway | |||||
2009-07-29 | Tweak CREG notification to be more fault tolerant | Denis Kenzior | 1 | -0/+10 | |
2009-07-29 | Get rid of dbus-gsm.h | Denis Kenzior | 1 | -1/+2 | |
2009-07-29 | Rename dbus_gsm_dict_append_array | Denis Kenzior | 1 | -1/+1 | |
2009-07-29 | Move & Rename PROPERTIES_ARRAY_SIGNATURE | Denis Kenzior | 1 | -1/+2 | |
2009-07-29 | Rename dbus_gsm_signal_array_property_changed | Denis Kenzior | 1 | -2/+2 | |
2009-07-29 | Rename dbus_gsm error functions to __ofono_error | Denis Kenzior | 1 | -5/+10 | |
2009-07-29 | Move & Rename dbus_gsm_connection | Denis Kenzior | 1 | -3/+3 | |
Move to ofono/dbus.h ofono_dbus_get_connection | |||||
2009-07-29 | Experimental support for modems with no UCS2/UTF8 | Denis Kenzior | 1 | -2/+28 | |
Some modems, like the G1 do not support UCS2/UTF8. However, we can still attempt to export some phonebook entries which are probably going to be simple Latin1 characters (e.g. 411, etc) | |||||
2009-07-27 | Fix phonebook comment to report CSCS | Yang Gu | 1 | -1/+1 | |
2009-07-27 | Fix phonebook problem when charset is in a list | Yang Gu | 1 | -1/+1 | |
2009-07-27 | Add support for cyclic files | Denis Kenzior | 1 | -0/+1 | |
2009-07-27 | Refactor SIM file access code | Denis Kenzior | 1 | -20/+6 | |
SIM File Access conditions would be reported similarly between various stacks, so it seems like the core logic of figuring out the access conditions belongs up in the daemon. This also fixes various problems, including: - access conditions read from bytes 10-12, instead of 9-11. - read/update, invalidate/rehabilitate and increase conditions read from the wrong bits (0-3 instead of 4-7 and vice versa) | |||||
2009-07-27 | Return SIM file access conditions from read_file_info. | Andrzej Zaborowski | 1 | -5/+23 | |
2009-07-27 | Use int for MoreMessagestoSend (mms) | Denis Kenzior | 1 | -3/+5 | |
2009-07-16 | Refactor phonebook code | Denis Kenzior | 1 | -249/+208 | |
2009-07-16 | Fix style issue | Denis Kenzior | 1 | -1/+0 | |