Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-20 | udev: Add check for serial before string operation | Zhenhua Zhang | 1 | -1/+1 | |
'serial' could be NULL in some case. So it need to add check before doing string operation. | |||||
2010-08-20 | udev: Add detection for Nokia data cards | Marcel Holtmann | 1 | -0/+37 | |
2010-08-16 | Fix typo in Huawei port detection | Marcel Holtmann | 1 | -1/+1 | |
2010-08-16 | Add udev detection support for ZTE modems | Marcel Holtmann | 1 | -0/+60 | |
2010-07-17 | Add a little bit debug to udev modem detection | Marcel Holtmann | 1 | -0/+4 | |
2010-07-02 | huawei: Add Huawei EM770 modem support | Zhenhua Zhang | 1 | -0/+8 | |
Huawei EM770W is a 3G WCDMA modem that supports HSPA/UMTS/EDGE/GPRS/GSM data service and WCDMA/GSM short message services. It also has voice call capability that supports both 2G and 3G network. | |||||
2010-07-02 | huawei: Remove existing Huawei EM770 plugin | Zhenhua Zhang | 1 | -26/+0 | |
2010-06-07 | udev: Fixup Huawei detection | Denis Kenzior | 1 | -32/+39 | |
2010-06-07 | udev: Add support for Huawei E176 | Florian Steinel | 1 | -40/+31 | |
2010-06-06 | Fix detection of Huawei E220 and E270 modems | Marcel Holtmann | 1 | -1/+1 | |
2010-06-04 | Rename Novatel ports into Primary and Secondary | Marcel Holtmann | 1 | -2/+2 | |
2010-06-02 | Add support for detecting second port of Novatel devices | Marcel Holtmann | 1 | -9/+19 | |
2010-05-19 | huawei: detect possible secondary device | Kalle Valo | 1 | -8/+53 | |
2010-05-11 | Fix Use hashtable to record udev path | Zhenhua Zhang | 1 | -19/+39 | |
Sometimes, Udev device 'remove' event could not report correct parent node of current udev_device. Current code replies on the devpath attached on the parent node to find modem and then remove it. This fix is to change the way to store the devpath info into a hashtable. So that we search hashtable to get devpath and remove the modem. | |||||
2010-05-10 | Fix check data device before register the modem | Zhenhua Zhang | 1 | -2/+3 | |
To avoid the race condition that modem is registered before we retrieve the data device property. | |||||
2010-04-21 | mbm: Add Dell 5530 modem port suffix | Zhenhua Zhang | 1 | -0/+1 | |
Dell 5530 seems to have three tty ports labeled: "Dell Wireless 5530 HSPA Mobile Broadband Minicard Modem" "Dell Wireless 5530 HSPA Mobile Broadband Minicard Modem 2" "Dell Wireless 5530 HSPA Mobile Broadband Minicard GPS Port" | |||||
2010-03-31 | Fix: MD300 uses two ACM ports, so set one to data | Denis Kenzior | 1 | -1/+4 | |
2010-03-16 | Add support of Huawei EM770 modem | Yang Gu | 1 | -0/+27 | |
Comparing with general Huawei modem, EM770 is a full feature modem that supports voicecall, phonebook, call forwarding, call barring, etc. | |||||
2010-01-06 | Use short serial number for udev detected devices | Marcel Holtmann | 1 | -2/+22 | |
2010-01-06 | Port udev (temporarily) to the new framework | Denis Kenzior | 1 | -1/+1 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-12-17 | Style: Repeat for plugins | Denis Kenzior | 1 | -2/+4 | |
2009-12-09 | New modem desc for f3607g modem in Samos platform | Martin Xu | 1 | -0/+6 | |
2009-12-05 | Require udev-143 or later | Marcel Holtmann | 1 | -17/+0 | |
2009-11-24 | Fix: handle weird Dell 5530 mbm card network name | Martin Xu | 1 | -1/+2 | |
2009-11-18 | Make HSO support detect Application & Control port | Denis Kenzior | 1 | -5/+13 | |
2009-11-18 | Support SonyEricsson MD300 | Denis Kenzior | 1 | -1/+2 | |
2009-11-17 | Fix: Use Application port instead of Control | Denis Kenzior | 1 | -1/+1 | |
It seems Control port does not send CGREG unsolicited notifications | |||||
2009-09-28 | Fix: F3607gw not being recognized properly | Denis Kenzior | 1 | -11/+12 | |
Reports <foo> Broadband <foo> instead of <foo> Broadband Minicard <foo> F3607gw Mobile Broadband Data Modem F3607gw Mobile Broadband Modem F3607gw Mobile Broadband GPS Port F3607gw Mobile Broadband Network Adapter F3607gw Mobile Broadband Device Management F3607gw Mobile Broadband USIM Port | |||||
2009-09-03 | Add basic support for Option HSO based devices | Marcel Holtmann | 1 | -10/+48 | |
2009-09-03 | Add basic support for Novatel based devices | Marcel Holtmann | 1 | -0/+19 | |
2009-09-03 | Add basic support for Huawei based devices | Marcel Holtmann | 1 | -5/+33 | |
2009-09-02 | Add Ericsson MBM device detection to udev plugin | Marcel Holtmann | 1 | -0/+289 | |
2009-09-01 | Add first steps for a udev based modem detection plugin | Marcel Holtmann | 1 | -0/+69 | |