Add inet helper to retrieve current flags
[platform/upstream/connman.git] / src / udev.c
2009-09-14 Marcel HoltmannAdd message when udev based RFKILL processing is enabled
2009-09-14 Marcel HoltmannFix issue with udev versus /dev/rfkill event processing
2009-07-23 Marcel HoltmannFix setup of udev context before loading any plugins
2009-07-22 Marcel HoltmannHandle the RFKILL change events from udev
2009-07-22 Marcel HoltmannAdd support for RFKILL changes of the WiFi subsystem
2009-07-22 Marcel HoltmannFix WiMAX device detection handling
2009-07-22 Marcel HoltmannFix broken device unregistration on removal
2009-07-21 Marcel HoltmannUse a proper udev function for getting network device
2009-07-13 Marcel HoltmannFix MBM detection code to find first control interface
2009-07-12 Marcel HoltmannStore control interface for complex devices
2009-07-12 Marcel HoltmannUse the interface index for fast device comparison
2009-07-12 Marcel HoltmannAdd detection routine for Ericsson MBM devices
2009-07-04 Marcel HoltmannDetect network devices via udev
2009-07-04 Marcel HoltmannFix udev monitor filter fallback functions
2009-07-03 Marcel HoltmannAlso check for TTY devices
2009-07-03 Marcel HoltmannRestrict udev to devices from net subsystem
2009-07-03 Marcel HoltmannCheck for udev monitor filter functions
2009-07-03 Marcel HoltmannUse the new udev netlink monitor
2009-07-03 Marcel HoltmannRequire at minimum udev-141
2009-06-29 Marcel HoltmannThe device policy is a bad idea and so remove all suppo...
2009-06-28 Marcel HoltmannAdd support for reading DEVTYPE attribute
2009-01-09 Marcel HoltmannAdd support for networking device notifications
2009-01-08 Marcel HoltmannListen to events from RFKILL subsystem
2009-01-03 Marcel HoltmannFix detection of common parent device
2009-01-03 Marcel HoltmannUse udev_device_get_parent_with_subsystem_devtype(...
2009-01-02 Marcel HoltmannPrint properties with ID_MODEM prefix
2009-01-02 Marcel HoltmannAdd detection support for Nozomi based hardware
2009-01-02 Marcel HoltmannAdd detection support for Novatel devices
2009-01-02 Marcel HoltmannAdd detection support for HUAWEI devices
2009-01-02 Marcel HoltmannRequire udev >= 129 and add enumeration support
2009-01-02 Marcel HoltmannRemove wrongly placed semicolon
2009-01-02 Marcel HoltmannAdd check for udev_monitor_enable_receiving() function
2009-01-02 Marcel HoltmannAdd checks for unavailable udev functions
2009-01-01 Marcel HoltmannAdd basic support for monitoring udev events
2009-01-01 Marcel HoltmannUpdate copyright information
2008-12-16 Marcel HoltmannInclude sys/types.h to make it build with uClibc
2008-12-06 Marcel HoltmannInclude stdarg.h to workaround libudev bug
2008-11-24 Marcel HoltmannAdd skeleton for udev support