summaryrefslogtreecommitdiff
path: root/src/modules/module-udev-detect.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-10udev-detect: don't use readdir_r(), it's deprecatedTanu Kaskinen1-13/+9
2015-09-25Rename functions with "tostring" in the name to one with "to_string" to confo...Deepak Srivastava1-1/+1
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2013-09-17hashmap: Add the ability to free keysArun Raghavan1-2/+2
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-24/+24
2013-03-13udev: Add tsched_buffer_size module argumentTanu Kaskinen1-18/+41
2013-02-16hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-8/+2
2013-02-06udev: Add use_ucm module argumentTanu Kaskinen1-3/+14
2012-12-19Log the reason for every suspend/resume.Tanu Kaskinen1-1/+3
2012-05-29udev: Don't use deprecated udev_get_*_path() functionsMarc-Antoine Perennou1-6/+3
2011-11-03alsa: fixed latency range handling for udev-detectLars R. Damerow1-1/+12
2011-09-13volume: Rename 'sync volume' to 'deferred volume'.Colin Guthrie1-9/+9
2011-08-25More spelling fixesMaarten Bosmans1-3/+3
2011-03-11Fix up according to Coding StyleMaarten Bosmans1-2/+1
2011-01-31ratelimit: fix log levels of log suppression messagesLennart Poettering1-1/+1
2010-10-16daemon-conf: Add sync volume parameters to daemon-confJyri Sarha1-1/+1
2010-10-16udev-detect: Add sync_volume parameterJyri Sarha1-3/+15
2010-08-24module-udev-detect: When loading module-alsa-card, use namereg_fail=false.Tanu Kaskinen1-0/+1
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