summaryrefslogtreecommitdiffstats
path: root/src/modules/module-udev-detect.c
Commit message (Expand)AuthorAgeFilesLines
* ratelimit: fix log levels of log suppression messagesLennart Poettering2011-01-221-1/+1
* udev: Use SOUND_CLASS instead of SOUND_FORM_FACTOR when checking for modemDaniel T Chen2010-01-151-1/+1
* udev: rework modem detection a bitLennart Poettering2010-01-141-55/+62
* udev: handle sound cards with both modem and audio properlyDaniel T. Chen2010-01-141-3/+56
* udev: make sure we get events only for sound devicesLennart Poettering2010-01-131-0/+5
* udev: don't forget to unref devices we are not interested inLennart Poettering2010-01-121-1/+3
* udev: ratelimit device initializationsLennart Poettering2009-09-091-6/+41
* udev: check busy status of alsa cards before loading alsa modules and hence i...Lennart Poettering2009-08-221-17/+132
* udev: process all inotify events queued up, not just the first one in the queueLennart Poettering2009-08-221-17/+39
* udev: tell inotify to actually inform us about ACL changesLennart Poettering2009-08-211-1/+1
* udev: watch for both ACL changes and processes closing devicesLennart Poettering2009-08-211-12/+51
* udev: don't access string after free()Lennart Poettering2009-08-211-1/+1
* udev: always verify access before loading modulesLennart Poettering2009-08-211-11/+3
* udev: when a device appears that we cannot access right-away try again later ...Lennart Poettering2009-08-211-34/+57
* udev: allow passing of ignore_dB= parameter to alsa modulesLennart Poettering2009-08-191-6/+21
* udev: explain what happened when inotify_add_watch() returned ENOSPC, rhbz #5...Lennart Poettering2009-07-241-1/+11
* udev: don't fail if /dev/snd is not available right-awayLennart Poettering2009-07-221-6/+28
* udev: properly initialize userdata to 0Lennart Poettering2009-06-071-1/+1
* udev: try to unsuspend devices whenever they are closed by other processesLennart Poettering2009-06-061-12/+121
* udev: add module-udev-detect for discovering and configuring devicesLennart Poettering2009-06-061-0/+348