Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-24 | Fix build warning | Aki Niemi | 1 | -1/+1 | |
2009-08-24 | Fix typos | Aki Niemi | 1 | -16/+18 | |
2009-08-23 | gisi: Fix warning in g_isi_subscribe() | Aki Niemi | 1 | -1/+3 | |
Save the GIsiModem instance in GIsiClient, so that calling g_isi_subscribe() doesn't throw a warning. | |||||
2009-08-23 | Fix memory leak in ISI phonebook driver | Aki Niemi | 1 | -31/+39 | |
2009-08-22 | gisi: Add debugging hooks | Aki Niemi | 2 | -0/+34 | |
2009-08-22 | Fix memory leak in isimodem.c | Aki Niemi | 1 | -1/+2 | |
2009-08-22 | Move dump_msg() to isi.h as static inline | Aki Niemi | 2 | -14/+11 | |
2009-08-21 | Fix getting the offset into sms fragment bitmap. | Andrzej Zaborowski | 1 | -1/+1 | |
Otherwise only 64 fragments fit. | |||||
2009-08-21 | Add generic_at modem driver | Denis Kenzior | 3 | -1/+598 | |
Useful for testing or when the device is extremely 27.007 compliant, e.g. phonesim | |||||
2009-08-21 | Update the isi driver to the new modem driver api | Denis Kenzior | 1 | -6/+52 | |
2009-08-21 | Introduce the Modem driver API | Denis Kenzior | 3 | -91/+339 | |
2009-08-21 | Remove org.ofono.at.Manager | Denis Kenzior | 4 | -618/+0 | |
2009-08-21 | Add CONFIGDIR automake magic | Denis Kenzior | 1 | -0/+9 | |
2009-08-21 | Remove unused function | Denis Kenzior | 1 | -6/+0 | |
2009-08-21 | Enable multi-modem support | Aki Niemi | 1 | -22/+73 | |
This patch enables concurrent use of multiple ISI modems, e.g., all connected via USB using cdc_phonet. | |||||
2009-08-21 | Enable multiple instances of phonebook driver | Aki Niemi | 1 | -32/+18 | |
2009-08-21 | Enable multiple instances of devinfo driver | Aki Niemi | 1 | -14/+29 | |
2009-08-21 | Move struct isi_data to private | Aki Niemi | 1 | -7/+0 | |
2009-08-21 | Refactor isidevinfo | Aki Niemi | 1 | -56/+19 | |
Remove storing of pending request objects to linked list; g_isi_client_destroy() will clear those properly. Fix naming of enums, and use DECLARE_SUCCESS() macro. | |||||
2009-08-21 | Pass modem instance to phonebook driver | Aki Niemi | 2 | -4/+6 | |
2009-08-20 | Fix unused variable l | Denis Kenzior | 1 | -1/+0 | |
2009-08-20 | Rename ofono_modem_*_userdata | Denis Kenzior | 4 | -7/+7 | |
Rename ofono_modem_get_userdata to ofono_modem_get_data Rename ofono_modem_set_userdata to ofono_modem_set_data For consistency with other drivers | |||||
2009-08-20 | Hide the ofono_modem datastructure | Denis Kenzior | 2 | -70/+48 | |
2009-08-20 | Port history to the new atom API | Denis Kenzior | 3 | -34/+54 | |
Use __atom_foreach | |||||
2009-08-20 | Add __ofono_modem_foreach_atom function | Denis Kenzior | 2 | -0/+26 | |
2009-08-20 | Fix unused variable modem | Denis Kenzior | 1 | -1/+0 | |
2009-08-20 | Fix unused function remove_all_watches | Denis Kenzior | 1 | -0/+2 | |
2009-08-20 | Fix unused variable modem | Denis Kenzior | 1 | -1/+0 | |
2009-08-20 | Remove unused function | Denis Kenzior | 1 | -8/+0 | |
2009-08-20 | Remove unused function | Denis Kenzior | 1 | -10/+0 | |
2009-08-20 | Fix implicit declaration of extract_bcd_number | Denis Kenzior | 1 | -0/+1 | |
2009-08-20 | Fix unused variable path | Denis Kenzior | 1 | -1/+1 | |
2009-08-20 | Fix unused variable l | Denis Kenzior | 1 | -1/+0 | |
2009-08-20 | Fix unused variable pbd | Denis Kenzior | 1 | -2/+0 | |
2009-08-20 | Fix return with no value warning | Denis Kenzior | 1 | -1/+1 | |
2009-08-20 | Fix a bunch of warnings about mixed signedness | Denis Kenzior | 1 | -2/+2 | |
2009-08-20 | Fix implicit declaration of ofono_phonebook_create | Denis Kenzior | 1 | -0/+1 | |
2009-08-20 | Fix unused variable pbd | Denis Kenzior | 1 | -1/+0 | |
2009-08-20 | Fix unused variable chat | Denis Kenzior | 1 | -1/+0 | |
2009-08-20 | Fix implicit declaration of ofono_netreg_create | Denis Kenzior | 1 | -0/+1 | |
2009-08-20 | Fix control reaches end of non-void function | Denis Kenzior | 1 | -0/+2 | |
2009-08-20 | Fix unused variable err warning | Denis Kenzior | 1 | -1/+0 | |
2009-08-20 | Fix implicit declaration of close warning | Denis Kenzior | 1 | -0/+1 | |
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 | Break out device info into a separate driver | Denis Kenzior | 8 | -155/+278 | |
The modem info ops (Serial, Manufacturer, etc) are broken into a separate oFono atom. This is mainly to support a proper modem device driver infrastructure. As a result the data structures have been tweaked a little. driver.h is now empty and has been removed. | |||||
2009-08-20 | Use types.h instead of driver.h here | Denis Kenzior | 5 | -5/+7 | |
2009-08-20 | Remove unused variables | Denis Kenzior | 1 | -4/+0 | |
2009-08-20 | Fix ISI driver side conditional name | Aki Niemi | 1 | -3/+3 | |
2009-08-20 | Fix make distcheck and clear GISI build flags when disabled | Aki Niemi | 2 | -8/+13 | |