summaryrefslogtreecommitdiffstats
path: root/drivers/stemodem
AgeCommit message (Expand)AuthorFilesLines
2010-11-29drivers: explicitly compare pointers to NULLLucas De Marchi3-16/+17
2010-11-26ste: Remove stray newlines in messages sent to logRémi Denis-Courmont2-2/+2
2010-11-23stemodem: Change use of typesSjur Brændeland1-7/+7
2010-11-13stemodem: Fix for error handling, memleak and changed some definesSjur Brændeland1-23/+31
2010-11-13stemodem: Fix various coding style and logic issues with RTNL supportMarcel Holtmann2-33/+40
2010-11-13stemodem: Add RTNL functionality managing CAIF Network Interfaces.Sjur Brændeland2-0/+369
2010-10-30stemodem: Fix broken coding styleMarcel Holtmann1-1/+1
2010-09-27stemodem: Some cleanups in voice call driverMarcel Holtmann1-3/+6
2010-09-14Fix common misspellings in driversLucas De Marchi1-1/+1
2010-08-20stemodem: Fix whitespace damage in radio settings driverMarcel Holtmann1-3/+3
2010-08-17stemodem: Add Radio Settings to STE ModemSjur Brændeland3-0/+234
2010-08-16stemodem: Remove useless NULL checks before g_freeMarcel Holtmann2-14/+7
2010-08-13stemodem: Copy if_caif.h from 2.6.36 RCSjur Brændeland1-42/+6
2010-08-12stemodem: register should not be called from probeDenis Kenzior1-3/+12
2010-08-12stemodem: Use g_at_chat_cloneDenis Kenzior2-4/+7
2010-08-12stemodem: Fix minor whitespace issueDenis Kenzior1-1/+1
2010-08-12stedriver: Copy caif_socket.h from 2.6.36 RCSjur Brændeland1-84/+123
2010-08-12stedriver: remove unsupported CAIF socket ioctlsSjur Brændeland1-46/+2
2010-08-12voicecall: Rename hangup to hangup_activeSjur Brændeland1-1/+1
2010-02-08Refactor: Remove atutil dump_responseDenis Kenzior2-17/+0
2010-02-08Fix: Don't use ofono_debug directly in pluginsDenis Kenzior1-12/+12
2010-02-05Fix: Send *EIAAUW after CGDCONT for STE and MBMDenis Kenzior1-9/+14
2010-02-05Fix: Use snprintf instead of sprintf in stemodemDenis Kenzior2-10/+11
2010-01-28Fix: Update copyright notice for 2010Denis Kenzior4-4/+4
2010-01-28Style: Various whitespace issuesDenis Kenzior1-9/+14
2010-01-28Style: Put voicecall before gprsDenis Kenzior1-2/+2
2010-01-28Add STE voice call support.Sjur Brændeland3-0/+601
2010-01-28The AF_CAIF constant is more like to be 37 than 28Marcel Holtmann1-1/+1
2010-01-27Fix: Remove username/password elementsDenis Kenzior1-14/+10
2010-01-27Style: Couple more fixesDenis Kenzior1-3/+3
2010-01-27Fix: Remove pointless error labelsDenis Kenzior1-17/+10
2010-01-27Style: Various indentation and spacing issuesDenis Kenzior1-16/+23
2010-01-27Style: No space after function nameDenis Kenzior1-4/+4
2010-01-27Style: Use proper comment formattingDenis Kenzior1-6/+6
2010-01-27Style: Don't use underscoreDenis Kenzior1-14/+14
2010-01-27Add STE modem support for GPRS PDP ContextsSjur Brændeland3-0/+617
2010-01-25Remove unused declarationsMarcel Holtmann2-8/+0
2010-01-25Add CAIF header files in drivers/stemodem/Sjur Brændeland2-0/+241
2010-01-25Add STE modem driver definitionSjur Brændeland2-0/+79