Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-08 | hfpmodem: Use an enum | Denis Kenzior | 1 | -2/+4 | |
2011-08-08 | hfpmodem: fix hf features | Frédéric Danis | 4 | -4/+12 | |
check audio gateway version and only set right features | |||||
2011-08-08 | udev: Use semi-automatic detection for SpeedUp devices | Marcel Holtmann | 3 | -78/+53 | |
2011-08-07 | atmodem: Add vendor quirk entry for Samsung devices | Marcel Holtmann | 1 | -0/+1 | |
2011-08-07 | test: Add longer timeouts for basic modem operations | Marcel Holtmann | 4 | -4/+4 | |
2011-08-07 | udev: Use fully automatic detection for Samsung LTE devices | Marcel Holtmann | 3 | -40/+33 | |
2011-08-06 | udev: Fix network interface detection for Option HSO | Marcel Holtmann | 1 | -1/+4 | |
2011-08-06 | udev: Use fully automatic detection for Option HSO devices | Marcel Holtmann | 3 | -57/+57 | |
2011-08-06 | udev: Add support for automatic tagging of network interfaces | Marcel Holtmann | 1 | -2/+6 | |
2011-08-06 | udev: Sort devices by interface number and not device node | Marcel Holtmann | 1 | -1/+1 | |
2011-08-06 | udev: Add support for default driver assignments | Marcel Holtmann | 2 | -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-06 | udev: Use ID_USB_INTERFACE_NUM property instead bInterfaceNumber | Marcel Holtmann | 1 | -1/+1 | |
2011-08-06 | udev: Prioritize labeled interfaces over discovered ones | Marcel Holtmann | 1 | -13/+30 | |
2011-08-06 | udev: Add warning in case channel gets disconnected | Marcel Holtmann | 1 | -9/+15 | |
2011-08-05 | udevng: Fix minor whitespace violation | Denis Kenzior | 1 | -2/+2 | |
2011-08-06 | udev: Add support for cleaner modem detection | Marcel Holtmann | 2 | -0/+594 | |
2011-08-06 | udev: Remove outdated modem detection support | Marcel Holtmann | 2 | -602/+10 | |
2011-08-05 | hfpmodem: Fix g_at_chat leak | Frédéric Dalleau | 3 | -0/+3 | |
2011-08-05 | zte: Set vendor quirk also for GPRS context atom | Marcel Holtmann | 1 | -1/+4 | |
2011-08-05 | atmodem: Add funny ZTE quirk for GPRS context support | Marcel Holtmann | 1 | -0/+21 | |
2011-08-05 | udev: Fix rules for Huawei E352 dongle | Marcel Holtmann | 1 | -1/+1 | |
2011-08-05 | test: update list-modem with DataStrength property | Bertrand Aygon | 1 | -1/+2 | |
2011-08-05 | include: add data strength to cdma-netreg | Bertrand Aygon | 1 | -0/+2 | |
2011-08-05 | cdma-netreg: Add Strength property support | Bertrand Aygon | 1 | -0/+39 | |
2011-08-05 | include: add signal reporting to cdma-netreg | Bertrand Aygon | 1 | -0/+2 | |
2011-08-05 | huaweicdmamodem: Add stub implementation | Bertrand Aygon | 3 | -0/+67 | |
2011-08-05 | cdma-netreg: implement support for Status property | Bertrand Aygon | 1 | -0/+47 | |
2011-08-05 | cdma-netreg: add registration status to public api | Bertrand Aygon | 1 | -0/+9 | |
2011-08-05 | cdma-netreg: Add initial stub implementation | Bertrand Aygon | 3 | -1/+193 | |
2011-08-05 | include: Add cdma-netreg atom public api | Bertrand Aygon | 2 | -1/+64 | |
2011-08-05 | udev: Add rules for Alcatel X220L devices | Marcel Holtmann | 1 | -0/+7 | |
2011-08-05 | atmodem: Add support for handling GPRS context vendor quirks | Marcel Holtmann | 1 | -0/+3 | |
2011-08-05 | udev: Add rule for 4G Systems P14 dongle | Marcel Holtmann | 1 | -0/+7 | |
2011-08-05 | zte: Use AT+ZOPRT for online/offline mode changes | Marcel Holtmann | 1 | -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-05 | zte: Set options for TTY port configuration | Marcel Holtmann | 1 | -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-05 | doc: fix Forwarded signal name in VoiceCallManager | Alexander Kanavin | 1 | -1/+1 | |
2011-08-04 | gatchat: Fix minor whitespace mistake | Marcel Holtmann | 1 | -1/+1 | |
2011-08-04 | udev: add support for Olive HSDPA modem, which seems to be a SpeedUP. | Bertrand Aygon | 1 | -3/+6 | |
2011-08-04 | speedup: Add support for retrieving PIN retry counters | Marcel Holtmann | 1 | -0/+65 | |
2011-08-04 | udev: Switch control and modem channel for 4G Systems W14 device | Marcel Holtmann | 1 | -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-04 | speedup: Use own vendor quirk for SIM atom | Marcel Holtmann | 1 | -1/+1 | |
2011-08-04 | atmodem: Add Speedup vendor quirk to SIM file reading | Marcel Holtmann | 1 | -0/+1 | |
2011-08-04 | doc: Add missing PreferredLanguages property to SimManager | Alexander Kanavin | 1 | -0/+5 | |
2011-08-04 | huawei: Check for AT^RFSWITCH support to determine offline command | Marcel Holtmann | 1 | -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-04 | huawei: Add TOO MANY PARAMETERS terminator | Marcel Holtmann | 1 | -0/+1 | |
2011-08-04 | zte: Switch to offline mode first before disabling modem | Marcel Holtmann | 1 | -1/+2 | |
2011-08-04 | zte: Blacklist the NO CARRIER terminator for control channel | Marcel Holtmann | 1 | -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. | |||||
2011-08-04 | udev: For ZTE modems with 5 interfaces, use 4th one for PPP | Marcel Holtmann | 1 | -1/+1 | |
2011-08-04 | atmodem: Add support for ZTE technology reporting | Marcel Holtmann | 1 | -1/+77 | |
2011-08-04 | zte: Request PCB information when modem gets enabled | Marcel Holtmann | 1 | -0/+3 | |