summaryrefslogtreecommitdiffstats
path: root/src/modules/module-udev-detect.c
Commit message (Collapse)AuthorAgeFilesLines
* ratelimit: fix log levels of log suppression messagesLennart Poettering2011-01-311-1/+1
| | | | | | | | | When logging a suppression message do so on the same log level as the suppressed messages. Cherry picked by Colin Guthrie from ec5a7857127a1b3b9c5517c4a70a9b2c8aab35ca with a couple of additional changes due to extra limiting in master that was not present in stable-queue.
* daemon-conf: Add sync volume parameters to daemon-confJyri Sarha2010-10-161-1/+1
| | | | | | Signed-off-by: Jyri Sarha <jyri.sarha@nokia.com> Reviewed-by: Tanu Kaskinen <tanu.kaskinen@digia.com> Reviewd-by: Colin Guthrie <cguthrie@mandriva.org>
* udev-detect: Add sync_volume parameterJyri Sarha2010-10-161-3/+15
| | | | | | Signed-off-by: Jyri Sarha <jyri.sarha@nokia.com> Reviewed-by: Tanu Kaskinen <tanu.kaskinen@digia.com> Reviewd-by: Colin Guthrie <cguthrie@mandriva.org>
* module-udev-detect: When loading module-alsa-card, use namereg_fail=false.Tanu Kaskinen2010-08-241-0/+1
|
* udev: rework modem detection a bitLennart Poettering2010-02-091-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-02-091-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-02-091-0/+5
|
* udev: don't forget to unref devices we are not interested inLennart Poettering2010-02-091-1/+3
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=552932
* udev: Use SOUND_CLASS instead of SOUND_FORM_FACTOR when checking for modemDaniel T Chen2010-01-051-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.
* use pa_fopen_cloexec() where applicableLennart Poettering2009-10-301-1/+1
|
* 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