Commit graph

9 commits

Author SHA1 Message Date
CvH
1b9cbdaf26 spdx: packages/sysutils 2018-07-18 22:37:47 +02:00
Matthias Reichl
56bc9f077f lirc: remove unused lircd_wakeup_enable script
Signed-off-by: Matthias Reichl <hias@horus.com>
2017-12-20 16:27:50 +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
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
2ce4f68338 lirc: add lircd-uinput service 2016-12-28 20:46:31 +01:00
jenkins101
bc1f78ec07 lirc: fixed ir blasting 2015-02-06 10:36:23 +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