summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2011-08-09hso: Fix minor whitespace mistakesMarcel Holtmann1-1/+1
2011-08-09mbm: Fix minor whitespace mistakesMarcel Holtmann1-2/+2
2011-08-09phonesim: Fix minor whitespace mistakesMarcel Holtmann1-5/+5
2011-08-09ste: Fix minor whitespace mistakesMarcel Holtmann1-2/+2
2011-08-09tc65: Fix minor whitespace mistakesMarcel Holtmann1-9/+9
2011-08-09zte: Fix minor whitespace mistakesMarcel Holtmann1-4/+4
2011-08-09udev: Use standard modem properties for Novatel devicesMarcel Holtmann1-2/+2
2011-08-09novatel: Use more standard values for control and modem channelsMarcel Holtmann1-44/+44
2011-08-09udev: Detect Diagnostic (QCDM) port for Huawei devicesMarcel Holtmann1-4/+11
2011-08-09udev: Detect QCDM port for ZTE devicesMarcel Holtmann1-3/+5
2011-08-09udev: Detect GPS and QCDM port for Gobi cardsMarcel Holtmann1-6/+9
2011-08-09udev: Add debug output for special system attributeMarcel Holtmann1-16/+17
2011-08-09udev: udev: Add automatic detection for Nokia data cardsMarcel Holtmann3-36/+43
2011-08-09nokia: Use post_online callback even without onfline/offline supportMarcel Holtmann1-22/+32
2011-08-09udev: Add automatic detection for Olive V-ME101 HSIA modemMarcel Holtmann2-4/+1
2011-08-09samsung: Add skeleton driver for Samsung LTE deviceMarcel Holtmann1-0/+283
2011-08-09alcatel: Add skeleton driver for Alcatel X220L deviceMarcel Holtmann1-0/+278
2011-08-09udev: Add automatic detection for Alcatel X220LMarcel Holtmann2-7/+42
2011-08-09speedup: Use post_online callback even without onfline/offline supportMarcel Holtmann1-9/+15
2011-08-09speedup: Fix minor whitespace issueMarcel Holtmann1-2/+2
2011-08-09udev: Use automatic detection for all SpeedUp modemsMarcel Holtmann2-24/+2
2011-08-09huaweicdma: Enable netreg atomBertrand Aygon1-0/+3
2011-08-08hfp_hf: retrieve AG versionFrédéric Danis1-4/+5
2011-08-08hfpmodem: fix hf featuresFrédéric Danis2-2/+2
check audio gateway version and only set right features
2011-08-08udev: Use semi-automatic detection for SpeedUp devicesMarcel Holtmann3-78/+53
2011-08-07udev: Use fully automatic detection for Samsung LTE devicesMarcel Holtmann3-40/+33
2011-08-06udev: Fix network interface detection for Option HSOMarcel Holtmann1-1/+4
2011-08-06udev: Use fully automatic detection for Option HSO devicesMarcel Holtmann3-57/+57
2011-08-06udev: Add support for automatic tagging of network interfacesMarcel Holtmann1-2/+6
2011-08-06udev: Sort devices by interface number and not device nodeMarcel Holtmann1-1/+1
2011-08-06udev: Add support for default driver assignmentsMarcel Holtmann2-21/+61
If devices are not tagged with OFONO_DRIVER, then the driver will be figured out based on kernel module name, vendor and/or product IDs. Of course the manual tagging with OFONO_DRIVER as part of an udev rule can always overwrite the default assignment.
2011-08-06udev: Use ID_USB_INTERFACE_NUM property instead bInterfaceNumberMarcel Holtmann1-1/+1
2011-08-06udev: Prioritize labeled interfaces over discovered onesMarcel Holtmann1-13/+30
2011-08-06udev: Add warning in case channel gets disconnectedMarcel Holtmann1-9/+15
2011-08-05udevng: Fix minor whitespace violationDenis Kenzior1-2/+2
2011-08-06udev: Add support for cleaner modem detectionMarcel Holtmann1-0/+591
2011-08-06udev: Remove outdated modem detection supportMarcel Holtmann2-602/+10
2011-08-05zte: Set vendor quirk also for GPRS context atomMarcel Holtmann1-1/+4
2011-08-05udev: Fix rules for Huawei E352 dongleMarcel Holtmann1-1/+1
2011-08-05udev: Add rules for Alcatel X220L devicesMarcel Holtmann1-0/+7
2011-08-05udev: Add rule for 4G Systems P14 dongleMarcel Holtmann1-0/+7
2011-08-05zte: Use AT+ZOPRT for online/offline mode changesMarcel Holtmann1-12/+46
The ZTE modems work a lot more reliable when using AT+ZOPRT for switching between online and offline mode. In addition transition to offline mode also for enabling modem and switch device into offline first before switching it off.
2011-08-05zte: Set options for TTY port configurationMarcel Holtmann1-1/+18
Seems like the ZTE modems are a bit more picky than others, so set proper default options here. At least of the ZTE modems work a lot more reliable this way.
2011-08-04udev: add support for Olive HSDPA modem, which seems to be a SpeedUP.Bertrand Aygon1-3/+6
2011-08-04udev: Switch control and modem channel for 4G Systems W14 deviceMarcel Holtmann1-2/+2
This device is rather funny with some commands and insists on sending the response to the other channel, but not the one it got executed on. Aux: > AT+CPNNUM\r Modem: < \r\nPIN1=3; PUK1=10; PIN2=3; PUK2=10\r\r\nOK\r\n
2011-08-04speedup: Use own vendor quirk for SIM atomMarcel Holtmann1-1/+1
2011-08-04huawei: Check for AT^RFSWITCH support to determine offline commandMarcel Holtmann1-38/+8
Using AT+CFUN=7 (if supported) to switch into offline mode has a problem with older modems. Sending AT+CFUN=7 with a data connection active has the problem that it never terminates with OK or ERROR. Devices that support AT^RFSWITCH are known to handle this properly. So only when that command is supported, use AT+CFUN=7 for offline mode. If it is not supported, then keep using AT+CFUN=5 to switch the device into offline mode.
2011-08-04huawei: Add TOO MANY PARAMETERS terminatorMarcel Holtmann1-0/+1
2011-08-04zte: Switch to offline mode first before disabling modemMarcel Holtmann1-1/+2
2011-08-04zte: Blacklist the NO CARRIER terminator for control channelMarcel Holtmann1-0/+3
The ZTE cards will send NO CARRIER to all channels. This confuses setting device into offline mode while still having a data connection.