Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-14 | Add preliminary CBS driver | Aki Niemi | 3 | -0/+218 | |
2009-09-14 | Add proper bootstrapping for netreg driver | Aki Niemi | 1 | -1/+36 | |
Use the ISI version query to bootstrap the netreg driver. | |||||
2009-09-14 | Remove unnecessary debugs | Aki Niemi | 1 | -35/+4 | |
2009-09-12 | Fix registration status decoding | Aki Niemi | 1 | -1/+1 | |
2009-09-12 | Fixes for proper coding style | Aki Niemi | 1 | -47/+81 | |
2009-09-12 | Fix signal strength value calculation | Aki Niemi | 1 | -14/+28 | |
2009-09-12 | Add IMSI retrieval to sim driver | Aki Niemi | 1 | -5/+130 | |
Modified patch originally provided by Jukka Saunamäki. | |||||
2009-09-12 | Fix to use new success/failure callback macros | Aki Niemi | 2 | -55/+16 | |
2009-09-12 | Add implementation of netreg driver | Aki Niemi | 1 | -16/+940 | |
2009-09-12 | Clean up macros for success/failure callbacks | Aki Niemi | 1 | -13/+18 | |
2009-09-11 | Rework DECLARE_FAILURE to be a bit nicer | Denis Kenzior | 14 | -273/+87 | |
2009-09-10 | Ensure CBS is in a known state at startup | Denis Kenzior | 1 | -4/+7 | |
2009-09-10 | Add atmodem cell broadcast driver | Denis Kenzior | 4 | -17/+206 | |
2009-09-08 | Read messages left over in ME storage on startup. | Andrzej Zaborowski | 1 | -0/+125 | |
On modems that don't support +CMT (or for class 2 SMSes) the messages are stored in the modem and then read and deleted from there in two separate steps with no warranty that deletion succeeds or (more likely) power is cut before the deletion happens. Over time the memory may become full and if we don't want to deal with this condition we need to check on startup if there are messages we haven't deleted. We can't differentiate between those messages and those the user already had on the SIM / modem before installing ofono or switching phones, so we might want to deliver messages with REC READ status with some kind of indication that these are potentially old so the UI doesn't emit spurious alerts. We don't do this now and just deliver as usual. | |||||
2009-09-04 | Fix unused variable warning | Denis Kenzior | 1 | -2/+0 | |
2009-09-04 | Add calypso voicecalls driver | Denis Kenzior | 3 | -0/+516 | |
2009-09-04 | Rename at.h to atmodem.h | Denis Kenzior | 14 | -13/+13 | |
2009-09-04 | Break common at utilities to atutils.c/.h | Denis Kenzior | 4 | -55/+110 | |
2009-09-04 | Remove unused declaration | Denis Kenzior | 1 | -2/+0 | |
2009-09-04 | Remove unused structure | Denis Kenzior | 1 | -7/+0 | |
2009-09-03 | Add quirk for network-registration for calypso | Denis Kenzior | 2 | -7/+43 | |
Support calypso-specific AT%CSQ notifications | |||||
2009-09-02 | G1: Add an SMS quirk for CNMI mode | Andres Salomon | 2 | -5/+15 | |
The G1 doesn't support mode2, despite advertising it. The G1 chokes w/ an "Error 303" when we specify NMI mode 2. Adding a quirk to drop that mode from the supported list (just use mode 1) allows the G1 to properly deal with SMS. | |||||
2009-09-02 | Change plugins to the new ofono_modem_create api | Denis Kenzior | 1 | -5/+1 | |
2009-09-01 | Rename isi drivers to isimodem | Denis Kenzior | 13 | -26/+26 | |
Be more consistent with directory naming | |||||
2009-09-01 | Rename generic_at drivers to atmodem | Denis Kenzior | 12 | -12/+12 | |
Be more consistent with directory naming | |||||
2009-09-01 | populate should return void | Denis Kenzior | 1 | -3/+1 | |
2009-09-01 | Make remove functions not return anything | Denis Kenzior | 25 | -66/+25 | |
2009-09-01 | change int vendor to unsigned int vendor | Denis Kenzior | 24 | -30/+43 | |
2009-09-01 | Add stub vendor.h file | Denis Kenzior | 1 | -0/+24 | |
2009-09-01 | Add vendor flag capability to voicecalls | Denis Kenzior | 3 | -5/+7 | |
2009-09-01 | Add vendor flag capability to ussd | Denis Kenzior | 3 | -4/+7 | |
2009-09-01 | Add vendor flag capability to ssn | Denis Kenzior | 3 | -4/+7 | |
2009-09-01 | Add vendor flag capability for sms | Denis Kenzior | 3 | -5/+7 | |
2009-09-01 | Add vendor flag capability to sim | Denis Kenzior | 3 | -4/+7 | |
2009-09-01 | Add vendor flag capability to phonebook | Denis Kenzior | 3 | -5/+7 | |
2009-09-01 | Add vendor flag capability to netreg | Denis Kenzior | 3 | -11/+11 | |
2009-09-01 | Add vendor flag capability to devinfo | Denis Kenzior | 3 | -6/+8 | |
2009-09-01 | Add vendor flag to call-settings | Denis Kenzior | 3 | -5/+13 | |
2009-09-01 | Add vendor parameter to call-meter | Denis Kenzior | 3 | -5/+8 | |
2009-09-01 | Add vendor flag to call-forwarding | Denis Kenzior | 3 | -5/+12 | |
2009-09-01 | Introduce vendor parameter to call-barring | Denis Kenzior | 3 | -4/+9 | |
2009-08-25 | Rename all files under drivers/isimodem/ | Aki Niemi | 12 | -0/+0 | |
2009-08-24 | Convert to fully non-recursive build system | Marcel Holtmann | 15 | -142/+2 | |
2009-08-24 | Use script to generate list of builtin plugin symbols | Marcel Holtmann | 1 | -9/+3 | |
2009-08-24 | Add straw-man for rest of ISI modem driver | Aki Niemi | 13 | -1/+1580 | |
2009-08-24 | Fix typos | Aki Niemi | 1 | -16/+18 | |
2009-08-23 | Fix memory leak in ISI phonebook driver | Aki Niemi | 1 | -31/+39 | |
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 | Update the isi driver to the new modem driver api | Denis Kenzior | 1 | -6/+52 | |