summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Collapse)AuthorFilesLines
2010-08-30Remove unnecessary alignment to 32bit boundaryAki Niemi2-8/+8
2010-08-26isimodem/gprs: fix attached_status responsePekka Pessi1-2/+22
2010-08-23huaweimodem: Add NDIS based GPRS context driverMarcel Holtmann3-0/+344
2010-08-23hsomodem: Minor style fixes in GPRS context driverMarcel Holtmann1-4/+5
2010-08-23huaweimodem: Add skeleton for Huawei modem driverMarcel Holtmann2-0/+68
2010-08-20atmodem: Default to +CHUP to hangup_allDenis Kenzior1-1/+1
2010-08-20atmodem: Add a few more debug statements for SMS supportMarcel Holtmann1-0/+12
2010-08-20atmodem: Add a few more debug statements for CBS supportMarcel Holtmann1-0/+6
2010-08-20atmodem: Add Nokia specific quirk for AT+CGEREP handlingMarcel Holtmann1-3/+13
2010-08-20atmodem: Fix copy and paste typoMarcel Holtmann1-3/+3
2010-08-20atmodem: Enable MBM specific notification for registration and bearerMarcel Holtmann1-1/+8
2010-08-20mbmmodem: Enable PDP context setup debug notificationsMarcel Holtmann1-0/+3
2010-08-20stemodem: Fix whitespace damage in radio settings driverMarcel Holtmann1-3/+3
2010-08-20mbm: Fix naming of MBM driver for GPRS context handlingMarcel Holtmann1-1/+1
2010-08-20atmodem: Turn a STE GPRS quirk into a MBM and STE quirkMarcel Holtmann1-2/+2
2010-08-20atmodem: Add really nasty hack for Nokia AT+COPS bugMarcel Holtmann1-5/+17
The Nokia modem returns an invalid response when trying to read the numeric value for MCC/MNC of the current network. Control:> AT+COPS?\r Control:< \r\n+COPS: 0,2,"26207,0\r\n\r\nOK\r\n The closing " is just missing and this confuses the AT parser. In case of a Nokia modem skip reading the numerical values for the network.
2010-08-20atmodem: No CIND for Nokia data cardsMarcel Holtmann1-0/+1
2010-08-20atmodem: Add vendor quirk for Nokia data cardsMarcel Holtmann1-0/+1
2010-08-17stemodem: Add Radio Settings to STE ModemSjur Brændeland3-0/+234
2010-08-17atmodem: Allow missing DCS parameter in USSD resultMarcel Holtmann1-9/+9
2010-08-16atmodem: Add Qualcomm specific USSD quirkMarcel Holtmann1-0/+21
2010-08-16atmodem: Add support for storing USSD vendor quirksMarcel Holtmann1-23/+35
2010-08-16calypsomodem: Remove useless NULL checks before g_freeMarcel Holtmann1-2/+1
2010-08-16stemodem: Remove useless NULL checks before g_freeMarcel Holtmann2-14/+7
2010-08-16mbmmodem: Remove useless NULL checks before g_freeMarcel Holtmann1-6/+3
2010-08-16hsomodem: Remove useless NULL checks before g_freeMarcel Holtmann1-6/+3
2010-08-16hfpmodem: Remove useless NULL checks before g_freeMarcel Holtmann3-16/+8
2010-08-16ussd: Use cb_data instead of custom structureDenis Kenzior1-13/+7
2010-08-16atmodem: Remove useless NULL checks before g_freeMarcel Holtmann15-132/+65
2010-08-16netreg: Add quirk for ZTE modem without CIND supportMarcel Holtmann2-0/+4
2010-08-13atutil: Don't try parsing lac/ci when unregisteredDenis Kenzior1-0/+8
2010-08-13nwemodem: Fix up radio-settings driverDenis Kenzior1-13/+16
2010-08-13hsomodem: Fix up radio-settings driverDenis Kenzior1-13/+16
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-12nwemodem: Use g_at_chat_cloneDenis Kenzior1-1/+3
2010-08-12mbmmodem: Use g_at_chat_cloneDenis Kenzior2-4/+8
2010-08-12hsomodem: Use g_at_chat_cloneDenis Kenzior2-3/+7
2010-08-12calypso: Use g_at_chat_cloneDenis Kenzior2-3/+7
2010-08-12atmodem: Use g_at_chat_cloneDenis Kenzior17-27/+71
2010-08-12modem: Be consistent when naming callback typedefsDenis Kenzior1-3/+3
2010-08-12stedriver: Copy caif_socket.h from 2.6.36 RCSjur Brændeland1-84/+123
Copied include/linux/caif/caif_socket.h and added AF_CAIF, PF_CAIF and SOL_CAIF definitions found in linux/include/socket.h.
2010-08-12stedriver: remove unsupported CAIF socket ioctlsSjur Brændeland1-46/+2
2010-08-12voicecall: Rename hangup to hangup_activeSjur Brændeland5-6/+6
2010-08-11Add extra debug statements to MBM STK atom driverMarcel Holtmann1-0/+24
2010-08-10Fix GPRS context IP configuration issue with ISI modemsMarcel Holtmann1-2/+5
2010-08-09Fix isimodem call forwarding.Pekka Pessi1-3/+2
2010-08-06calypso: Couple of minor style issuesDenis Kenzior1-6/+11