summaryrefslogtreecommitdiffstats
path: root/plugins/udev.c
AgeCommit message (Collapse)AuthorFilesLines
2011-06-30udev: fix detection of HP HS2330 (3607gw)Michael Schloh von Bennewitz1-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-27udev: Tweak detection rules for HP HS2330 cardsDenis Kenzior1-0/+4
2011-06-27udev: changed linktop device stringsAmit Mendapara1-2/+2
2011-06-14udev: add initial Telit supportBernhard Guillon1-0/+49
2011-05-20udev: remove set but not used varGustavo F. Padovan1-2/+1
2011-03-02udev: Fix detection of mbm with GPS capabilitiesDenis Kenzior1-8/+13
2011-03-01mbm: Allow mbm modems that don't have GPSDenis Kenzior1-1/+1
2011-02-25plugins: add u8500 to udevJessica Nilsson1-0/+2
2011-02-23udev: add location-reporting device to mbmRafael Ignacio Zurita1-2/+3
2011-02-14udev: Handle Linktop data cardAmit Mendapara1-0/+32
2011-01-28udev: Enable Dell 5540 AGPS interfaceZhigang Li1-1/+1
2011-01-12udev: Add nokiacdma deviceDara Spieker-Doyle1-0/+15
2011-01-10udev: Add support for Sierra device detectionMarcel Holtmann1-0/+34
2011-01-10udev: Minor style fixDenis Kenzior1-1/+1
2011-01-10udev: Handle TC65 modemOskari Timperi1-0/+15
2011-01-09udev: Add support for Qualcomm Gobi device detectionMarcel Holtmann1-0/+34
2010-12-22isigen: Rename generic USB plugin to isiusbAki Niemi1-1/+1
2010-12-21udev: Fix warning in compilationAntti Paila1-1/+0
2010-12-20udev: Handle calypso driverNeil Jerram1-0/+16
2010-11-29plugins: explicitly compare pointers to NULLLucas De Marchi1-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-07udev: refactor add_isiPekka Pessi1-5/+15
Gather OFONO_ISI_ADDRESS from same udev device node as OFONO_DRIVER.
2010-10-07udev: do not use post-143 libudev featuresPekka Pessi1-22/+16
There is no udev_device_get_property_value() in libudev version 143.
2010-10-05udev: Track NDIS port of Huawei devices (if present)Marcel Holtmann1-0/+3
2010-10-01udev: Fix coding styleMarcel Holtmann1-2/+2
2010-10-01udev: Fix ISI address settingPekka Pessi1-1/+2
2010-10-01ifx: Remove support for OFONO_IFX_MODEL optionMarcel Holtmann1-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-01udev: Include "hsi" in the subsystems to watchMarcel Holtmann1-3/+8
2010-10-01udev: Some minor coding style updatesMarcel Holtmann1-3/+3
2010-09-30Add udev support for ISI modemsAki Niemi1-0/+23
2010-09-29udev: Add support for setting IFX audio configurationMarcel Holtmann1-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-25udev: Add support for setting IFX multiplexer line disciplineMarcel Holtmann1-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-18udev: Add support for IFX device detectionMarcel Holtmann1-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-04udev: Check for valid USB serial numbersMarcel Holtmann1-2/+9
2010-08-20udev: Add check for serial before string operationZhenhua Zhang1-1/+1
'serial' could be NULL in some case. So it need to add check before doing string operation.
2010-08-20udev: Add detection for Nokia data cardsMarcel Holtmann1-0/+37
2010-08-16Fix typo in Huawei port detectionMarcel Holtmann1-1/+1
2010-08-16Add udev detection support for ZTE modemsMarcel Holtmann1-0/+60
2010-07-17Add a little bit debug to udev modem detectionMarcel Holtmann1-0/+4
2010-07-02huawei: Add Huawei EM770 modem supportZhenhua Zhang1-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-02huawei: Remove existing Huawei EM770 pluginZhenhua Zhang1-26/+0
2010-06-07udev: Fixup Huawei detectionDenis Kenzior1-32/+39
2010-06-07udev: Add support for Huawei E176Florian Steinel1-40/+31
2010-06-06Fix detection of Huawei E220 and E270 modemsMarcel Holtmann1-1/+1
2010-06-04Rename Novatel ports into Primary and SecondaryMarcel Holtmann1-2/+2
2010-06-02Add support for detecting second port of Novatel devicesMarcel Holtmann1-9/+19
2010-05-19huawei: detect possible secondary deviceKalle Valo1-8/+53
2010-05-11Fix Use hashtable to record udev pathZhenhua Zhang1-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-10Fix check data device before register the modemZhenhua Zhang1-2/+3
To avoid the race condition that modem is registered before we retrieve the data device property.
2010-04-21mbm: Add Dell 5530 modem port suffixZhenhua Zhang1-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-31Fix: MD300 uses two ACM ports, so set one to dataDenis Kenzior1-1/+4