summaryrefslogtreecommitdiff
path: root/src/udev.c
AgeCommit message (Expand)AuthorFilesLines
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