Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | udev: rework modem detection a bit | Lennart Poettering | 2010-02-09 | 1 | -55/+62 |
| | | | | Check every single pcm device of a card whether it is a modem. | ||||
* | udev: handle sound cards with both modem and audio properly | Daniel T. Chen | 2010-02-09 | 1 | -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 devices | Lennart Poettering | 2010-02-09 | 1 | -0/+5 |
| | |||||
* | udev: don't forget to unref devices we are not interested in | Lennart Poettering | 2010-02-09 | 1 | -1/+3 |
| | | | | https://bugzilla.redhat.com/show_bug.cgi?id=552932 | ||||
* | udev: Use SOUND_CLASS instead of SOUND_FORM_FACTOR when checking for modem | Daniel T Chen | 2010-01-05 | 1 | -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 applicable | Lennart Poettering | 2009-10-30 | 1 | -1/+1 |
| | |||||
* | udev: ratelimit device initializations | Lennart Poettering | 2009-09-09 | 1 | -6/+41 |
| | |||||
* | udev: check busy status of alsa cards before loading alsa modules and hence ↵ | Lennart Poettering | 2009-08-22 | 1 | -17/+132 |
| | | | | initiating profile probing | ||||
* | udev: process all inotify events queued up, not just the first one in the queue | Lennart Poettering | 2009-08-22 | 1 | -17/+39 |
| | |||||
* | udev: tell inotify to actually inform us about ACL changes | Lennart Poettering | 2009-08-21 | 1 | -1/+1 |
| | |||||
* | udev: watch for both ACL changes and processes closing devices | Lennart Poettering | 2009-08-21 | 1 | -12/+51 |
| | |||||
* | udev: don't access string after free() | Lennart Poettering | 2009-08-21 | 1 | -1/+1 |
| | |||||
* | udev: always verify access before loading modules | Lennart Poettering | 2009-08-21 | 1 | -11/+3 |
| | |||||
* | udev: when a device appears that we cannot access right-away try again later ↵ | Lennart Poettering | 2009-08-21 | 1 | -34/+57 |
| | | | | on inotify | ||||
* | udev: allow passing of ignore_dB= parameter to alsa modules | Lennart Poettering | 2009-08-19 | 1 | -6/+21 |
| | |||||
* | udev: explain what happened when inotify_add_watch() returned ENOSPC, rhbz ↵ | Lennart Poettering | 2009-07-24 | 1 | -1/+11 |
| | | | | #513571 | ||||
* | udev: don't fail if /dev/snd is not available right-away | Lennart Poettering | 2009-07-22 | 1 | -6/+28 |
| | |||||
* | udev: properly initialize userdata to 0 | Lennart Poettering | 2009-06-07 | 1 | -1/+1 |
| | |||||
* | udev: try to unsuspend devices whenever they are closed by other processes | Lennart Poettering | 2009-06-06 | 1 | -12/+121 |
| | |||||
* | udev: add module-udev-detect for discovering and configuring devices | Lennart Poettering | 2009-06-06 | 1 | -0/+348 |