summaryrefslogtreecommitdiff
path: root/src/modules/module-mmkbd-evdev.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-12build-sys: Stop using symdef headers for modulesArun Raghavan1-2/+0
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-10-03module-mmkbd-evdev: Don't crash on failure to close fdDavid Henningsson1-2/+5
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-6/+6
2013-06-24Style fix: Add a space betwen the if statement and the opening bracketpoljar (Damir Jelić)1-1/+1
2010-10-15volume: Clamp volume to PA_VOLUME_MAXArun Raghavan1-2/+2
2009-11-05lirc,mmkvd: added module parameters volume_limit, volume_stepVladimir Kokarev1-5/+21
2009-10-30use cloexec wrappers wherever applicableLennart Poettering1-1/+1
2009-08-19mmkbd: replace manual code by pa_cvolume_{inc|dec}()Lennart Poettering1-22/+21
2009-08-19sink: volume handling rework, new flat volume logicLennart Poettering1-3/+3
2009-06-17alsa: rework mixer logicLennart Poettering1-3/+3
2009-04-13core: introduce new 'reference' volume for sinksLennart Poettering1-3/+3
2009-04-13mmkbd: get rid of support for ancient kernelsLennart Poettering1-16/+5
2009-04-13mmkbd,lirc: make use of pa_assert_not_reached()Lennart Poettering1-1/+1
2009-04-13lirc, mmkbd: extend controllable volume range to PA_VOLUME_MAXLennart Poettering1-5/+5
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-01-27move flat volume logic into the core. while doing so add n_volume_steps field...Lennart Poettering1-2/+2
2009-01-15kill autoload stuff as plannedLennart Poettering1-1/+1
2008-08-13pass force_refresh=FALSE to all volume/mute read invocationsLennart Poettering1-2/+2
2008-08-09don't use PA_GCC_UNUSED anymoreLennart Poettering1-1/+1
2008-08-05fix shutdown when --disallow-module-loading=1 is passedLennart Poettering1-1/+1
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2007-11-09tag modules that may only be loaded once at most especially, and enforce that...Lennart Poettering1-4/+5
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering1-21/+23
2007-02-13Add copyright notices to all relevant files. (based on svn log)Pierre Ossman1-0/+2
2007-01-04Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman1-13/+13
2006-08-18remove all occurences of Lennart Poettering1-14/+14
2006-07-14try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (whichLennart Poettering1-2/+3
2006-06-19big s/polyp/pulse/gLennart Poettering1-12/+12
2006-05-25* split pa_cstrerror() into its own file polypcore/core-error.[ch]Lennart Poettering1-1/+1
2006-05-22Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman1-6/+7
2006-05-17split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering1-1/+1
2006-05-17Move xmalloc to the public side (libpolyp).Pierre Ossman1-1/+2
2006-04-18make proper use of the muting facility of sinks in module-mmkbd-evdevLennart Poettering1-21/+25
2006-02-23change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering1-14/+14
2006-02-16Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman1-0/+250