Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-30 | udev: fix detection of HP HS2330 (3607gw) | Michael Schloh von Bennewitz | 1 | -0/+1 | |
commit 6a2847f7aba5d84b06940ee29300d4b6fd31d682 introduced basic detection of HP HS2330 based on OEM Ericsson F3607gw modems. Because some (or all?) HS2330 modems contain flawed text identifiers containing strange (probably erroneous) binary sequences in place of the ASCII space '\x20' character, the previous commit is incomplete. The following logic detects the modem properly, by comparing binary data as well as ASCII text values. | |||||
2011-06-27 | udev: Tweak detection rules for HP HS2330 cards | Denis Kenzior | 1 | -0/+4 | |
2011-06-27 | udev: changed linktop device strings | Amit Mendapara | 1 | -2/+2 | |
2011-06-14 | udev: add initial Telit support | Bernhard Guillon | 1 | -0/+49 | |
2011-05-20 | udev: remove set but not used var | Gustavo F. Padovan | 1 | -2/+1 | |
2011-03-02 | udev: Fix detection of mbm with GPS capabilities | Denis Kenzior | 1 | -8/+13 | |
2011-03-01 | mbm: Allow mbm modems that don't have GPS | Denis Kenzior | 1 | -1/+1 | |
2011-02-25 | plugins: add u8500 to udev | Jessica Nilsson | 1 | -0/+2 | |
2011-02-23 | udev: add location-reporting device to mbm | Rafael Ignacio Zurita | 1 | -2/+3 | |
2011-02-14 | udev: Handle Linktop data card | Amit Mendapara | 1 | -0/+32 | |
2011-01-28 | udev: Enable Dell 5540 AGPS interface | Zhigang Li | 1 | -1/+1 | |
2011-01-12 | udev: Add nokiacdma device | Dara Spieker-Doyle | 1 | -0/+15 | |
2011-01-10 | udev: Add support for Sierra device detection | Marcel Holtmann | 1 | -0/+34 | |
2011-01-10 | udev: Minor style fix | Denis Kenzior | 1 | -1/+1 | |
2011-01-10 | udev: Handle TC65 modem | Oskari Timperi | 1 | -0/+15 | |
2011-01-09 | udev: Add support for Qualcomm Gobi device detection | Marcel Holtmann | 1 | -0/+34 | |
2010-12-22 | isigen: Rename generic USB plugin to isiusb | Aki Niemi | 1 | -1/+1 | |
2010-12-21 | udev: Fix warning in compilation | Antti Paila | 1 | -1/+0 | |
2010-12-20 | udev: Handle calypso driver | Neil Jerram | 1 | -0/+16 | |
2010-11-29 | plugins: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -2/+2 | |
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl> | |||||
2010-10-07 | udev: refactor add_isi | Pekka Pessi | 1 | -5/+15 | |
Gather OFONO_ISI_ADDRESS from same udev device node as OFONO_DRIVER. | |||||
2010-10-07 | udev: do not use post-143 libudev features | Pekka Pessi | 1 | -22/+16 | |
There is no udev_device_get_property_value() in libudev version 143. | |||||
2010-10-05 | udev: Track NDIS port of Huawei devices (if present) | Marcel Holtmann | 1 | -0/+3 | |
2010-10-01 | udev: Fix coding style | Marcel Holtmann | 1 | -2/+2 | |
2010-10-01 | udev: Fix ISI address setting | Pekka Pessi | 1 | -1/+2 | |
2010-10-01 | ifx: Remove support for OFONO_IFX_MODEL option | Marcel Holtmann | 1 | -3/+1 | |
The Infineon modem model is now auto-detected, so there is no longer any need to specify it in the udev configuration rules. | |||||
2010-10-01 | udev: Include "hsi" in the subsystems to watch | Marcel Holtmann | 1 | -3/+8 | |
2010-10-01 | udev: Some minor coding style updates | Marcel Holtmann | 1 | -3/+3 | |
2010-09-30 | Add udev support for ISI modems | Aki Niemi | 1 | -0/+23 | |
2010-09-29 | udev: Add support for setting IFX audio configuration | Marcel Holtmann | 1 | -4/+8 | |
This adds three more extra configuration options for IFX specific hardware setups. They are OFONO_IFX_MODEL, OFONO_IFX_AUDIO and also OFONO_IFX_LOOPBACK. An example usage would be like this: ENV{OFONO_IFX_MODEL}="XMM6260", ENV{OFONO_IFX_AUDIO}="FULL_DUPLEX" The actual supported values are not defined by the IFX modem detection code. This is up to the modem plugin to change behavior if needed. | |||||
2010-09-25 | udev: Add support for setting IFX multiplexer line discipline | Marcel Holtmann | 1 | -0/+14 | |
The IFX modem plugin uses a kernel based multiplexer. And to support different line discipline numbers on different target platforms, allow them to be specified as option: KERNEL=="ttyIFX[0-9]*", ENV{OFONO_DRIVER}="ifx", ENV{OFONO_IFX_LDISC}="23" The extra OFONO_IFX_LDISC option specifies to use line discipline 23 for the multiplexer setup. The number is just an example here and the correct one will be different. | |||||
2010-09-18 | udev: Add support for IFX device detection | Marcel Holtmann | 1 | -0/+33 | |
The IFX device detection is pretty static, but instead of using a static configuration file it is important to know when the device node is actually present. For this udev is perfect. Adding a simple udev rule is all that it takes: KERNEL=="ttyIFX[0-9]*", ENV{OFONO_DRIVER}="ifx" With this rule for every TTY with the kernel name like ttyIFX0, a new modem will be added and the IFX modem plugin driver requested for it. | |||||
2010-09-04 | udev: Check for valid USB serial numbers | Marcel Holtmann | 1 | -2/+9 | |
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 | |