Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-25 | icera: Select USSD driver based on USSD mode setting | Marcel Holtmann | 1 | -5/+7 | |
2012-05-25 | iceramodem: Handle context deactivation responses | Marcel Holtmann | 1 | -2/+7 | |
2012-05-25 | udev: Add detection for Nokia 21M-01 modems | Marcel Holtmann | 1 | -0/+2 | |
2012-05-25 | udev: Add detection for Samsung GT-Y3300 modems | Marcel Holtmann | 1 | -0/+2 | |
2012-05-25 | udev: Extend port mapping for Icera modems | Marcel Holtmann | 1 | -1/+9 | |
2012-05-25 | icera: Request USSD mode and firmware details | Marcel Holtmann | 1 | -1/+54 | |
2012-05-25 | icera: Query initial state of SIM init status | Marcel Holtmann | 1 | -13/+52 | |
2012-05-25 | icera: Enable support for radio settings handling | Marcel Holtmann | 1 | -0/+3 | |
2012-05-25 | iceramodem: Add support special radio settings handling | Marcel Holtmann | 4 | -1/+223 | |
2012-05-24 | icera: Use SIM init nofitication instead of polling | Marcel Holtmann | 1 | -23/+43 | |
2012-05-24 | atmodem: Add support for Icera network status updates | Marcel Holtmann | 1 | -0/+53 | |
2012-05-24 | atmodem: Add support for Icera network time handling | Marcel Holtmann | 1 | -1/+42 | |
2012-05-24 | icera: Enable SMS sending and receiving support | Marcel Holtmann | 1 | -0/+3 | |
2012-05-24 | atmodem: Icera devices don't support SMS ACK PDUs either | Marcel Holtmann | 1 | -0/+1 | |
2012-05-24 | icera: Enable USSD support and ensure default character set | Marcel Holtmann | 1 | -0/+11 | |
2012-05-24 | atmodem: Fix issue with AT+CREG=? and AT+CGREG=? handling | Marcel Holtmann | 2 | -2/+4 | |
Some modems might see an interim +CREG: or +CGREG: notification when querying the supported modes. Aux: > AT+CFUN=1\r Aux: < \r\nOK\r\n Aux: > AT+CREG=?\r Aux: < \r\n+CREG: 2\r\n Aux: < \r\n+CREG: (0-2)\r\nOK\r\n Unable to initialize Network Registration To make this work, skip to the first line with an actual range value. | |||||
2012-05-22 | gdbus: Fix incorrectly discarded signals | Mikel Astiz | 1 | -7/+3 | |
Signals with no arguments were incorrectly filtered out due to the NULL inequality check. | |||||
2012-05-22 | dundee: Add Bluetooth DUN driver | Daniel Wagner | 4 | -3/+298 | |
2012-05-22 | dundee: Add PPP handling code to device | Daniel Wagner | 2 | -3/+253 | |
2012-05-22 | dundee: Add device D-Bus interface | Daniel Wagner | 2 | -0/+226 | |
2012-05-22 | dundee: Add driver helper functions | Daniel Wagner | 2 | -0/+23 | |
2012-05-22 | dundee: Add device un/register | Daniel Wagner | 2 | -1/+89 | |
2012-05-22 | dundee: Add callback helpers | Daniel Wagner | 1 | -0/+44 | |
2012-05-22 | dundee: Manager append devices | Daniel Wagner | 1 | -0/+22 | |
2012-05-22 | dundee: Add skeleton implementation for device | Daniel Wagner | 4 | -2/+119 | |
2012-05-22 | dundee: Add Manager interface | Daniel Wagner | 4 | -7/+111 | |
2012-05-22 | dundee: Add systemd configuration file | Daniel Wagner | 3 | -1/+19 | |
2012-05-22 | dundee: Add D-Bus configuration file | Daniel Wagner | 2 | -0/+29 | |
2012-05-22 | dundee: Add D-Bus error messages | Daniel Wagner | 3 | -1/+49 | |
2012-05-22 | dundee: Add skeleton implementation | Daniel Wagner | 5 | -0/+318 | |
2012-05-22 | dundee: Add test scripts | Daniel Wagner | 3 | -0/+149 | |
2012-05-22 | dundee: Add documentation | Daniel Wagner | 1 | -0/+76 | |
2012-05-22 | bluetooth: Add Serial interface definition | Daniel Wagner | 1 | -0/+1 | |
2012-05-21 | hfp_hf: Fix up whitespace corruption | Denis Kenzior | 1 | -2/+2 | |
2012-05-21 | test: Add timeout to be compliant with GCF | Guillaume Zajac | 2 | -2/+2 | |
With some GCF test cases, default python script timeout is too short to pass the tests. | |||||
2012-05-22 | iceramodem: Add special GPRS context driver | Marcel Holtmann | 4 | -0/+497 | |
2012-05-22 | icera: Add SIM, network registration and GPRS handling | Marcel Holtmann | 1 | -2/+189 | |
2012-05-22 | atmodem: The Icera modem does not support CIND reporting | Marcel Holtmann | 1 | -0/+1 | |
2012-05-22 | atmodem: Add specific quirk for Icera modems | Marcel Holtmann | 1 | -0/+1 | |
2012-05-20 | gdbus: do not check signature twice | Lucas De Marchi | 1 | -5/+0 | |
Message signature is already checked in generic_message(), so there's no need to check again in the callback. | |||||
2012-05-20 | gdbus: add Method.NoReply annotation in introspection | Lucas De Marchi | 1 | -1/+6 | |
2012-05-20 | gdbus: add Deprecated annotation in introspection | Lucas De Marchi | 1 | -2/+17 | |
2012-05-20 | gdbus: remove signature and reply from tables | Lucas De Marchi | 2 | -61/+1 | |
2012-05-20 | Do not set signature and reply in GDBus tables | Lucas De Marchi | 31 | -254/+240 | |
Use GDBUS_* macros, so signature and reply fields are not set in each method/signal. | |||||
2012-05-20 | gdbus: loop over args to check message signature | Lucas De Marchi | 1 | -7/+27 | |
2012-05-20 | gdbus: use GDBusArgInfo to generate introspection | Lucas De Marchi | 1 | -61/+14 | |
By using GDBusArgInfo in methods and signals, the introspection generation is much simpler and we can add each argument name. | |||||
2012-05-20 | Convert GDBus methods to use macro helpers | Lucas De Marchi | 31 | -234/+406 | |
With these macro helpers we can separate in/out arguments and use their own vector. | |||||
2012-05-20 | gdbus: add and use helpers for table declarations | Lucas De Marchi | 2 | -1/+104 | |
2012-05-20 | gdbus: add argument info to methods and signals | Lucas De Marchi | 1 | -0/+8 | |
2012-05-20 | Constify GDBus signal tables | Henrique Dante de Almeida | 27 | -30/+30 | |
Constify signal tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusSignalTable .* =\)/const \1/g' {} \; |