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