summaryrefslogtreecommitdiffstats
path: root/plugins/udev.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-06udev: Remove outdated modem detection supportMarcel Holtmann1-223/+0
2011-07-29udev: Add extra debug statements for device actionsMarcel Holtmann1-0/+8
2011-07-29udev: Report problems with the udev monitor channelMarcel Holtmann1-9/+16
2011-07-25udev: Fix race condition with Novatel modem detectionMarcel Holtmann1-4/+9
2011-07-25udev: Fix interfaces numbers for Nokia data cardsMarcel Holtmann1-2/+2
2011-07-25udev: Replace bInterfaceNumber with ID_USB_INTERFACE_NUMMarcel Holtmann1-10/+3
2011-07-25udev: Remove broken Huawei support for NDIS portMarcel Holtmann1-3/+0
2011-07-24udev: Remove voice setting flag from Huawei donglesMarcel Holtmann1-10/+2
2011-07-24udev: Add detection support for Samsung LTE donglesMarcel Holtmann1-0/+37
2011-07-23udev: add support for Huawei CDMA dongles.Bertrand Aygon1-0/+2
2011-07-22udev: Fix whitespace damageMarcel Holtmann1-2/+2
2011-07-22udev: add support for SpeedUp CDMA dongles.Bertrand Aygon1-0/+2
2011-07-06udev: Add udev rules for SpeedUp modemsBertrand Aygon1-0/+54
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