Commit graph

15 commits

Author SHA1 Message Date
Matthias Reichl
e821e6b193 lirc: use /run instead of /var/run
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-24 14:20:07 +02:00
MilhouseVH
3f77fa32b1 lirc: build with default state dir /var/run/lirc 2018-04-18 20:46:21 +01:00
Matthias Reichl
a45f0f0c4d lirc: start only if /storage/.config/lircd.conf is present
Signed-off-by: Matthias Reichl <hias@horus.com>
2017-12-20 16:21:00 +01:00
Matthias Reichl
5e541035a7 lirc: update to 0.10.0
- remove upstream patches
- adapt patch to build without python
- adapt systemd services to lirc changes
- update lirc_options.conf
2017-08-12 11:03:10 +02:00
Matthias Reichl
97b0d88d39 lirc: use upstream method to configure and run lirc
Add helper scripts for lircd and lircd-uinput so that we can
override lirc_options.conf and lircd.conf via files in
/storage/.config

Use separate systemd units for lircd and lircd-uinput, like in
upstream, and just add a ConditionPathExists to enable/disable
the services.

The lirc socket is managed by systemd via lircd.socket, like
in upstream.

Remove udev file for enabling lirc, this is now handled via
systemd only.
2017-04-07 15:27:13 +02:00
Lukas Rusak
64a31b5378
lirc: simplify scripts 2017-02-07 23:27:55 -08:00
Matthias Reichl
9d81c5d8f9 lirc: use _LIRCUP as key-release suffix instead of _UP
Since diagonal key support was added in kernel 4.7 KEY_LEFT_UP
and KEY_RIGHT_UP are valid input symbols.

This means we can no longer use _UP as a suffix for transporting
release events from lircd to lircd-uinput, lircd-uinput now
interprets KEY_LEFT_UP/KEY_RIGHT_UP as a diagnoal key down event
instead of left/right key release.
2017-02-05 11:36:38 +01:00
Lukas Rusak
272f9fceac
lirc: lircd-uinput@.service should depends on the same thing as lircd@.service 2017-01-14 11:15:48 -08:00
escalade
f5ce0becc4 lirc: don't start the lircd-uinput service unless the correct socket exists 2017-01-10 21:31:36 +00:00
Lukas Rusak
2ce4f68338 lirc: add lircd-uinput service 2016-12-28 20:46:31 +01:00
Lukas Rusak
6ea82b7755
lirc: allow disabling 2016-11-04 14:05:54 -07:00
Lukas Rusak
3d855bc729 Revert "lirc: add lircd-uinput service"
This reverts commit 2d52a205f45c1d6d34421edc8ec00ba02260fd6e.
2016-07-03 22:36:19 -07:00
Lukas Rusak
d47feb3921 lirc: update to 0.9.4 2016-06-18 23:40:14 -07:00
Lukas Rusak
40af353132 rebrand: LibreELEC 2016-03-12 01:41:55 +01:00
Stephan Raue
3cc381c2da lirc: move out of remote
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-08-14 06:32:52 +02:00