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