Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-11 | voicecall: Remove pointless whitespace | Denis Kenzior | 1 | -10/+0 | |
2011-03-11 | isimodem: implement SSN handling | Andras Domokos | 1 | -0/+359 | |
2011-03-11 | voicecall: Minor nitpicks to previous commit | Denis Kenzior | 1 | -7/+5 | |
2011-03-11 | atmodem: implement SSN handling | Andras Domokos | 1 | -0/+61 | |
2011-03-11 | voicecall: Refactor held and mpty notify logic | Denis Kenzior | 1 | -40/+22 | |
2011-03-11 | voicecall: Minor whitespace fix for previous commit | Denis Kenzior | 1 | -2/+2 | |
2011-03-11 | voicecall: implement SSN handling functions | Andras Domokos | 1 | -0/+174 | |
2011-03-11 | voicecall: add SSN function declarations | Andras Domokos | 1 | -0/+6 | |
2011-03-11 | ssn: remove SSN atom completely | Andras Domokos | 22 | -1013/+2 | |
2011-03-09 | gdbus: Unconditionally remove D-Bus timeouts | Grant Erickson | 1 | -3/+0 | |
Address an issue in which the daemon incorrectly handles D-Bus main loop timeouts by only removing timeouts that are not enabled when D-Bus requests a timeout removal. | |||||
2011-03-08 | test: display more properties in test-modem | Bertrand Aygon | 1 | -0/+25 | |
This includes Name, Online, Lockdown, etc. | |||||
2011-03-08 | doc: other typos in radio-settings-api | Bertrand Aygon | 1 | -2/+2 | |
2011-03-08 | doc: typo in radio-settings-api | Bertrand Aygon | 1 | -1/+1 | |
2011-03-08 | test: Add missing properties to test-call-settings | Bertrand Aygon | 1 | -1/+4 | |
2011-03-08 | test: Allow specifiying the modem | Bertrand Aygon | 1 | -5/+13 | |
in test/test-call-settings | |||||
2011-03-08 | AUTHORS: Mention Bertrand's contributions | Denis Kenzior | 1 | -0/+1 | |
2011-03-08 | test: Allow test/test-call-settings to exit | Bertrand Aygon | 1 | -0/+4 | |
if new value is equal to actual value | |||||
2011-03-04 | huawei: do not check for NULL pointer | Lucas De Marchi | 1 | -4/+0 | |
cb_data_new() uses g_new0(), hence there's no need to check the return value being NULL. | |||||
2011-03-04 | mbmmodem: do not check for NULL pointer | Lucas De Marchi | 1 | -4/+0 | |
cb_data_new() uses g_new0(), hence there's no need to check the return value being NULL. | |||||
2011-03-04 | gisi: M6 coding style violation corrections | Antti Paila | 1 | -8/+8 | |
2011-03-03 | mbmmodem: don't let chat open after fd is sent | Lucas De Marchi | 1 | -17/+15 | |
Instead of using a GAtChat, just use a GIOChannel and close it as soon as its fd is sent to core. | |||||
2011-03-03 | doc: Add basic information about hardware support | Marcel Holtmann | 1 | -0/+101 | |
2011-03-03 | ste: Add support for multiple AT channels | Lasse Kunnasluoto | 1 | -52/+92 | |
2011-03-03 | ste: Minor style fixes | Denis Kenzior | 1 | -2/+2 | |
2011-03-03 | ste: Reset have_sim appropriately | Jussi Kangas | 1 | -0/+1 | |
2011-03-03 | isimodem: removed unused NETWORK_TIMEOUT | George Matveev | 1 | -1/+0 | |
2011-03-03 | isimodem: Use alignment helper macro | Aki Niemi | 1 | -1/+1 | |
2011-03-03 | isiusb: add message-waiting | Jukka Saunamaki | 1 | -0/+6 | |
2011-03-03 | gisi: Make cursor a 16bit unsigned | Aki Niemi | 1 | -1/+1 | |
This is to match subblock length when long header format is in use. | |||||
2011-03-03 | gisi: Consumer functions for ISI message iterator | Antti Paila | 2 | -0/+76 | |
2011-03-03 | isimodem: Fix call-forwarding driver | Aki Niemi | 1 | -9/+8 | |
Message length was incorrectly calculated. Also some cleanups. | |||||
2011-03-03 | isimodem: Add missing codepoints | Aki Niemi | 3 | -0/+8 | |
Not used; mostly for debugging purposes. | |||||
2011-03-03 | u8500: Create wgmodem2.5 drivers | Aki Niemi | 1 | -2/+2 | |
2011-03-03 | isimodem: Refactor SSN driver | Aki Niemi | 1 | -241/+280 | |
2011-03-03 | isimodem: Move SS related codepoints to ss.h | Aki Niemi | 2 | -27/+26 | |
2011-03-03 | isimodem: Use existing call SS codepoints | Aki Niemi | 2 | -29/+13 | |
2011-03-03 | isimodem: wgmodem2.5 added to ssn | Jessica Nilsson | 2 | -6/+401 | |
2011-03-03 | isimodem: Refactor call-forwarding driver | Aki Niemi | 1 | -75/+39 | |
2011-03-03 | isimodem: Fix nit in call-barring | Aki Niemi | 1 | -1/+1 | |
2011-03-03 | isimodem: wgmodem2.5 added to call-forwarding | Jessica Nilsson | 1 | -4/+25 | |
2011-03-03 | isimodem: Refactor call barring driver | Aki Niemi | 1 | -160/+131 | |
2011-03-03 | isimodem: Change type for BSC argument | Aki Niemi | 1 | -1/+1 | |
2011-03-03 | isimodem: SS_GSM_BARRING_INFO added | Jessica Nilsson | 1 | -11/+88 | |
SS_GSM_BSC_INFO added. | |||||
2011-03-03 | isimodem: Remove empty line in voicecall driver | Aki Niemi | 1 | -1/+0 | |
2011-03-03 | isiusb: Create wgmodem2.5 driver as well | Aki Niemi | 1 | -0/+1 | |
2011-03-03 | isimodem: Split voicecall into two drivers | Aki Niemi | 1 | -117/+119 | |
These drivers share most of the modem ops, though, so they are still in the same source file. | |||||
2011-03-03 | isimodem: wgmodem2.5 added to voicecall | Jessica Nilsson | 2 | -44/+259 | |
2011-03-03 | isimodem: Refactor USSD driver | Aki Niemi | 1 | -50/+30 | |
Clean up, and fix padding to be used always (does no harm). | |||||
2011-03-03 | isimodem: Refactor and fix GPRS alignment | Aki Niemi | 1 | -23/+22 | |
2011-03-03 | isimodem: Add helper macro for 32bit alignment | Aki Niemi | 1 | -0/+2 | |