summaryrefslogtreecommitdiffstats
path: root/input/lirc.c
Commit message (Expand)AuthorAgeFilesLines
* lirc: silence output in case LIRC can't be openedwm42012-07-301-2/+2
* input/ar.c, input/lirc.c: fix changes missing from 1916b95b8Uoti Urpala2011-09-041-0/+1
* cleanup: remove some unnecessary input.[ch] typedefsUoti Urpala2011-07-161-2/+2
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-4/+2
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r30798Uoti Urpala2010-03-101-0/+1
|\
| * Include lirc.h in lirc.c to add missing prototypes.cehoyos2010-02-271-0/+1
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-2/+2
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-2/+2
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-3/+3
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-3/+3
|/
* Move setting of O_NONBLOCK before lirc_readconfig, this avoids a memleakreimar2009-01-301-7/+7
* Fix an MSGT_INPUT to MSGT_LIRC in lirc.creimar2009-01-301-1/+1
* Do not use select n lirc code, instead set the fd non-blocking.reimar2009-01-271-18/+10
* Fix typo: pool -> pollreimar2009-01-251-1/+1
* Add standard GPL license header.diego2008-12-131-0/+17
* litle bug, didn't compile :(ptt2006-10-121-1/+1
* slight overall verbosity reductiondiego2006-10-121-2/+2
* Move conditional compilation to the build system.diego2006-09-121-4/+0
* Unify include paths, -I.. is in CFLAGS.diego2005-10-251-3/+3
* consume empty lirc events at once.reimar2005-06-271-1/+1
* rewrote the lirc code to remove the forkarpi2002-10-231-89/+68
* A bug fix + moved error msg from verbose to erroralbeu2002-03-191-4/+4
* Make old and new lirc support independant from each otheralbeu2002-02-231-1/+1
* Remove some unuseful stuff and don't try to kill an unexistingalbeu2002-02-041-14/+2
* Added lirc support in inputalbeu2002-01-311-0/+152