summaryrefslogtreecommitdiff
path: root/src/udev.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-06Remove the udev based RFKILL switch processingMarcel Holtmann1-70/+0
2010-03-23Use udev_device_get_devtype before __connman_inet_get_device_typeMartin Xu1-1/+30
2010-03-07Remove unneeded plugin for Ericsson MBM supportMarcel Holtmann1-57/+0
2010-03-07Remove unneeded plugin for Option HSO supportMarcel Holtmann1-1/+0
2010-01-18Check RFKILL block state before enable the deviceMartin Xu1-0/+60
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-06Remove unused device typesMarcel Holtmann1-4/+1
2009-12-05Require udev-143 or laterMarcel Holtmann1-17/+0
2009-11-30Use proper debug class for udev device detectionMarcel Holtmann1-2/+2
2009-11-23Add device type CONNMAN_DEVICE_TYPE_CELLULARMartin Xu1-0/+1
2009-09-13Add message when udev based RFKILL processing is enabledMarcel Holtmann1-0/+2
2009-09-13Fix issue with udev versus /dev/rfkill event processingMarcel Holtmann1-0/+12
2009-07-23Fix setup of udev context before loading any pluginsMarcel Holtmann1-12/+21
2009-07-22Handle the RFKILL change events from udevMarcel Holtmann1-27/+87
2009-07-22Add support for RFKILL changes of the WiFi subsystemMarcel Holtmann1-1/+41
2009-07-22Fix WiMAX device detection handlingMarcel Holtmann1-5/+25
2009-07-22Fix broken device unregistration on removalMarcel Holtmann1-17/+17
2009-07-21Use a proper udev function for getting network deviceMarcel Holtmann1-4/+2
2009-07-12Fix MBM detection code to find first control interfaceMarcel Holtmann1-10/+19
2009-07-12Store control interface for complex devicesMarcel Holtmann1-5/+5
2009-07-12Use the interface index for fast device comparisonMarcel Holtmann1-6/+6
2009-07-11Add detection routine for Ericsson MBM devicesMarcel Holtmann1-0/+47
2009-07-03Detect network devices via udevMarcel Holtmann1-33/+16
2009-07-03Fix udev monitor filter fallback functionsMarcel Holtmann1-4/+7
2009-07-03Also check for TTY devicesMarcel Holtmann1-3/+15
2009-07-03Restrict udev to devices from net subsystemMarcel Holtmann1-3/+15
2009-07-03Check for udev monitor filter functionsMarcel Holtmann1-0/+15
2009-07-03Use the new udev netlink monitorMarcel Holtmann1-2/+1
2009-07-03Require at minimum udev-141Marcel Holtmann1-16/+0
2009-06-29The device policy is a bad idea and so remove all support for itMarcel Holtmann1-1/+0
2009-06-28Add support for reading DEVTYPE attributeMarcel Holtmann1-0/+25
2009-01-09Add support for networking device notificationsMarcel Holtmann1-0/+2
2009-01-08Listen to events from RFKILL subsystemMarcel Holtmann1-0/+1
2009-01-03Fix detection of common parent deviceMarcel Holtmann1-5/+15
2009-01-03Use udev_device_get_parent_with_subsystem_devtype() functionMarcel Holtmann1-9/+15
2009-01-03Print properties with ID_MODEM prefixMarcel Holtmann1-1/+2
2009-01-02Add detection support for Nozomi based hardwareMarcel Holtmann1-2/+5
2009-01-02Add detection support for Novatel devicesMarcel Holtmann1-0/+2
2009-01-02Add detection support for HUAWEI devicesMarcel Holtmann1-0/+124
2009-01-02Require udev >= 129 and add enumeration supportMarcel Holtmann1-12/+67
2009-01-02Remove wrongly placed semicolonMarcel Holtmann1-1/+1
2009-01-02Add check for udev_monitor_enable_receiving() functionMarcel Holtmann1-0/+7
2009-01-02Add checks for unavailable udev functionsMarcel Holtmann1-4/+19
2009-01-01Add basic support for monitoring udev eventsMarcel Holtmann1-0/+85
2009-01-01Update copyright informationMarcel Holtmann1-1/+1
2008-12-16Include sys/types.h to make it build with uClibcMarcel Holtmann1-0/+1
2008-12-06Include stdarg.h to workaround libudev bugMarcel Holtmann1-0/+2
2008-11-24Add skeleton for udev supportMarcel Holtmann1-0/+29