Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-25 | Add CAIF header files in drivers/stemodem/ | Sjur Brændeland | 2 | -0/+241 | |
These should go away when CAIF is part of Linux kernel. | |||||
2010-01-25 | Add STE modem driver definition | Sjur Brændeland | 2 | -0/+79 | |
2010-01-25 | Add STE modem support for GPRS and network registration | Sjur Brændeland | 3 | -3/+86 | |
2010-01-25 | Add at_util_call_compare_by_id function | Sjur Brændeland | 2 | -0/+15 | |
2010-01-20 | Fix: Support devices with CSCB mode 0 only | Denis Kenzior | 1 | -14/+73 | |
MBM devices do not support CSCB mode 1 (remove topics). It is thus necessary to use mode 0 and sending an empty topic list in order to turn off all topics. This patch will first query the CSCB modes supported by the hardware. If mode 1 is supported, then the old behavior is used, otherwise the new behavior is used. | |||||
2010-01-20 | Fix: Process CBS settings even if no EFcbmid | Denis Kenzior | 1 | -3/+4 | |
If EFcbmid is not present, corrupt or empty the code that bootstraps the CBS settings is never called. | |||||
2010-01-20 | Fix: Print errors for unlikely CBS failures | Denis Kenzior | 1 | -2/+5 | |
These indicate driver / hardware issues rather than anything else. | |||||
2010-01-20 | Fix: NULL check both set_topics and clear_topics | Denis Kenzior | 1 | -1/+1 | |
2010-01-20 | Fix: Make the powered setting actually work | Denis Kenzior | 1 | -2/+2 | |
2010-01-20 | Refactor: Reorder argument order | Denis Kenzior | 3 | -9/+8 | |
The order of arguments was a bit confusing, reorder them to make more logical sense. | |||||
2010-01-20 | Add gatutil.c to share common APIs with GAtServer | Zhenhua Zhang | 6 | -95/+215 | |
Add gatutil.c/h gat.h and move shared typedef and APIs into it. So that they can be shared by GAtServer and GAtChat. | |||||
2010-01-20 | Fix: Default to powered=true for CBS | Denis Kenzior | 1 | -0/+7 | |
2010-01-20 | Mention Jussi's contributions | Denis Kenzior | 1 | -0/+1 | |
2010-01-20 | Style: Don't go over 80 characters per line | Denis Kenzior | 1 | -2/+8 | |
2010-01-20 | Add quirk for cid and lac handling for Huawei | Jussi Kukkonen | 6 | -25/+72 | |
2010-01-16 | Add command line option for printing version number | Marcel Holtmann | 1 | -3/+11 | |
2010-01-15 | Fix: One more fix for disconnect detection | Denis Kenzior | 1 | -2/+1 | |
In situations where lots of data is generated by the remote side (e.g. phonebook is being read) we can get our ring buffer filled up. In this case setting rbytes to zero first and then breaking out of the loop leads to an erroneous disconnect detection. The fix is to move setting of rbytes after we know we still have some space. | |||||
2010-01-14 | Fix: Make remote disconnect detection work | Denis Kenzior | 1 | -1/+1 | |
2010-01-14 | Refactor phonebook driver | Aki Niemi | 1 | -3/+9 | |
2010-01-14 | Refactor supplementary service drivers | Aki Niemi | 3 | -39/+65 | |
2010-01-14 | Refactor SIM driver | Aki Niemi | 1 | -32/+34 | |
2010-01-14 | Refactor CBS driver | Aki Niemi | 1 | -13/+15 | |
2010-01-14 | Clean up style issues | Aki Niemi | 3 | -12/+9 | |
2010-01-14 | Fix cell ID and LAC values | Aki Niemi | 1 | -2/+2 | |
2010-01-13 | Release 0.16 | Marcel Holtmann | 2 | -1/+9 | |
2010-01-13 | Fix: Don't try to unregister a null mcc/mnc | Denis Kenzior | 1 | -1/+7 | |
Network operators with null MCC & MNC are not registered, but we try to unregister them. Don't do this as it causes a crash. | |||||
2010-01-12 | Make setting CPHS MWIS actually work | Denis Kenzior | 1 | -2/+7 | |
2010-01-12 | Persist CBS Topics list, handle EF-CBMI, EF-CBMIR. | Andrzej Zaborowski | 1 | -24/+75 | |
The two SIM files are only used to bootstrap the topics list value if there's no previous value. | |||||
2010-01-12 | Style: Extraneous space | Denis Kenzior | 1 | -1/+1 | |
2010-01-12 | Style: space after function argument comma pair | Denis Kenzior | 1 | -7/+7 | |
2010-01-12 | Style: Various issues | Denis Kenzior | 2 | -7/+9 | |
2010-01-12 | Style: Should be a space after if | Denis Kenzior | 4 | -8/+8 | |
2010-01-12 | Style: Various issues | Denis Kenzior | 2 | -3/+3 | |
2010-01-12 | Style: Various issues | Denis Kenzior | 2 | -3/+4 | |
2010-01-12 | Style: Trailing whitespace & extra lines | Denis Kenzior | 9 | -26/+25 | |
2010-01-12 | Fix: Make the CPHS MWIS version actually work | Denis Kenzior | 1 | -33/+20 | |
2010-01-12 | Refactor: Move copy-pasted code into a function | Denis Kenzior | 1 | -25/+33 | |
2010-01-12 | Fix: Refactor error conditions | Denis Kenzior | 1 | -11/+26 | |
2010-01-12 | Reorder CPHS initializatin order | Denis Kenzior | 1 | -114/+119 | |
Two issues - CPHS MWIS file must always be read, the specification isn't clear whether it depends on the Mailbox service to be available - CPHS MBDN file must be read after we read EFmbdn, otherwise it will not be processed properly | |||||
2010-01-12 | Fix: Create a dedicated callback for syncs | Denis Kenzior | 1 | -4/+16 | |
When synchronizing CPHS MBDN, create a separate callback that doesn't try to emit signals, etc since the main work has already been done when EFmbdn was set successfully. | |||||
2010-01-12 | Remove #if 0 | Denis Kenzior | 1 | -2/+0 | |
2010-01-12 | Fix: Don't recurse infinitely | Denis Kenzior | 1 | -7/+12 | |
We try to keep the CPHS MBDN elementary file in sync with EFmbdn, unfortunately we share the same callback, which leads to infinite recursive writes. Also cleanup the set_mbdn_request structure if the write fails. | |||||
2010-01-12 | Refactor: Rename & Restructure cphs_support | Denis Kenzior | 3 | -10/+16 | |
- Rename to cphs_service_table to be more inline with the specification. - Since the spec allows arbitrary length service tables, use an unsigned char * return instead of a short. - Use bit_field function instead of defining an enum | |||||
2010-01-12 | Rename: Rename CPHS Phase enums | Denis Kenzior | 2 | -11/+6 | |
Be more consistent with the 3GPP Phase names | |||||
2010-01-12 | If EF-MWIS is not available use the CPHS version. | Andrzej Zaborowski | 2 | -3/+79 | |
2010-01-12 | Use CPHS version of mailbox numbers on SIM if 3GPP version not available. | Andrzej Zaborowski | 3 | -14/+121 | |
Otherwise just try to keep the CPHS version of the files in sync. | |||||
2010-01-12 | Retrieve CPHS phase (if any) from SIM. | Andrzej Zaborowski | 3 | -1/+56 | |
2010-01-11 | Remove trailing/leading whitespace | Aki Niemi | 1 | -2/+2 | |
2010-01-11 | Fix new and renamed files in Makefile.am | Aki Niemi | 1 | -5/+12 | |
2010-01-11 | Refactor devinfo driver | Aki Niemi | 1 | -56/+47 | |