summaryrefslogtreecommitdiffstats
path: root/plugins/udev.c
AgeCommit message (Collapse)AuthorFilesLines
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
2010-03-16Add support of Huawei EM770 modemYang Gu1-0/+27
Comparing with general Huawei modem, EM770 is a full feature modem that supports voicecall, phonebook, call forwarding, call barring, etc.
2010-01-06Use short serial number for udev detected devicesMarcel Holtmann1-2/+22
2010-01-06Port udev (temporarily) to the new frameworkDenis Kenzior1-1/+1
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-17Style: Repeat for pluginsDenis Kenzior1-2/+4
2009-12-09New modem desc for f3607g modem in Samos platformMartin Xu1-0/+6
2009-12-05Require udev-143 or laterMarcel Holtmann1-17/+0
2009-11-24Fix: handle weird Dell 5530 mbm card network nameMartin Xu1-1/+2
2009-11-18Make HSO support detect Application & Control portDenis Kenzior1-5/+13
2009-11-18Support SonyEricsson MD300Denis Kenzior1-1/+2
2009-11-17Fix: Use Application port instead of ControlDenis Kenzior1-1/+1
It seems Control port does not send CGREG unsolicited notifications
2009-09-28Fix: F3607gw not being recognized properlyDenis Kenzior1-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-03Add basic support for Option HSO based devicesMarcel Holtmann1-10/+48
2009-09-03Add basic support for Novatel based devicesMarcel Holtmann1-0/+19
2009-09-03Add basic support for Huawei based devicesMarcel Holtmann1-5/+33
2009-09-02Add Ericsson MBM device detection to udev pluginMarcel Holtmann1-0/+289
2009-09-01Add first steps for a udev based modem detection pluginMarcel Holtmann1-0/+69