summaryrefslogtreecommitdiffstats
path: root/plugins/udevng.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-08udev: Use semi-automatic detection for SpeedUp devicesMarcel Holtmann1-0/+45
2011-08-07udev: Use fully automatic detection for Samsung LTE devicesMarcel Holtmann1-0/+33
2011-08-06udev: Fix network interface detection for Option HSOMarcel Holtmann1-1/+4
2011-08-06udev: Use fully automatic detection for Option HSO devicesMarcel Holtmann1-0/+57
2011-08-06udev: Add support for automatic tagging of network interfacesMarcel Holtmann1-2/+6
2011-08-06udev: Sort devices by interface number and not device nodeMarcel Holtmann1-1/+1
2011-08-06udev: Add support for default driver assignmentsMarcel Holtmann1-2/+61
If devices are not tagged with OFONO_DRIVER, then the driver will be figured out based on kernel module name, vendor and/or product IDs. Of course the manual tagging with OFONO_DRIVER as part of an udev rule can always overwrite the default assignment.
2011-08-06udev: Use ID_USB_INTERFACE_NUM property instead bInterfaceNumberMarcel Holtmann1-1/+1
2011-08-06udev: Prioritize labeled interfaces over discovered onesMarcel Holtmann1-13/+30
2011-08-06udev: Add warning in case channel gets disconnectedMarcel Holtmann1-9/+15
2011-08-05udevng: Fix minor whitespace violationDenis Kenzior1-2/+2
2011-08-06udev: Add support for cleaner modem detectionMarcel Holtmann1-0/+591