summaryrefslogtreecommitdiffstats
path: root/src/modules/module-udev-detect.c
Commit message (Collapse)AuthorAgeFilesLines
* ratelimit: fix log levels of log suppression messagesLennart Poettering2011-01-221-1/+1
| | | | | When logging a suppression message do so on the same log level as the suppressed messages.
* udev: Use SOUND_CLASS instead of SOUND_FORM_FACTOR when checking for modemDaniel T Chen2010-01-151-1/+1
| | | | | | | The fact whether an ALSA card is a modem is stored in the SOUND_CLASS, not the SOUND_FORM_FACTOR property. So read it from there. Patch from Whoopie.
* udev: rework modem detection a bitLennart Poettering2010-01-141-55/+62
| | | | Check every single pcm device of a card whether it is a modem.
* udev: handle sound cards with both modem and audio properlyDaniel T. Chen2010-01-141-3/+56
| | | | | http://pulseaudio.org/ticket/681 https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/394500
* 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
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=552932
* udev: ratelimit device initializationsLennart Poettering2009-09-091-6/+41
|
* udev: check busy status of alsa cards before loading alsa modules and hence ↵Lennart Poettering2009-08-221-17/+132
| | | | initiating profile probing
* 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
| | | | on inotify
* 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 ↵Lennart Poettering2009-07-241-1/+11
| | | | #513571
* 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