Commit Graph

183 Commits

Author SHA1 Message Date
Daniel Forsberg
59b198632b lirc_rpi: added vista mce, some Harmonys use this. and changed BACK to EXIT, it is missing in Lircmap.xml 2013-04-15 21:25:51 +02:00
Stephan Raue
0e0f3fb7c5 Merge pull request #2114 from jenkins101/lirc_xbox
lirc_xbox: Added Xbox 360 Remote.
2013-03-23 12:00:30 -07:00
Daniel Forsberg
fdd2a2eb1e lirc_rpi: fixed repeats, clenups 2013-03-23 15:45:31 +01:00
Daniel Forsberg
d63f3bdb8d lirc_xbox: Added Xbox 360 Remote. 2013-03-23 11:21:15 +01:00
Daniel Forsberg
ea82652eb9 lirc_rpi: Added Xbox 360 and Dreambox Remotes. 2013-03-23 11:18:43 +01:00
Daniel Forsberg
27ae3473ba lirc_rpi: fixed some mce mappings, try to limit repeats by default. 2013-03-18 23:31:43 +01:00
Daniel Forsberg
cadffc0208 install lircd.conf.rpi 2013-03-18 20:59:52 +01:00
Daniel Forsberg
8e10d3604a added lirc_rpi lirc config file with mce, macmini and xbox remote mappings. 2013-03-18 20:55:30 +01:00
Daniel Forsberg
25c01ba39c added lirc_rpi section to udev.d/98_lircd.rules 2013-03-18 20:55:01 +01:00
Stephan Raue
43411247fc lirc: fix xbox lirc config
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-02-08 04:46:17 +01:00
Stephan Raue
c691a33edd eventlircd, add more cypress remotes, this fixes #1347
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-02-07 01:43:40 +01:00
Dag Wieers
6f41b37996 When init starts daemons through a shell script, replace the shell altogether
A few daemons are being started from init through a shell script. Since the daemon does not "deamonizes" properly, it's been put in the background from the shell by using ( ... ) &, however this leaves a lingering shell that serves no purpose. This patch improves this situation.

The situation before this change looked like:

    init-+-Xorg
         |-avahi-daemon
         |-console-kit-dae-+-62*[{console-kit-da}]
         |                 `-{gdbus}
         |-dbus-daemon
         |-eventlircd
         |-klogd
:        |-init---atvclient
         |-init---connmand
:        |-init---ratpoison
:        |-init---udevadm
         |-polkitd---{gdbus}
         |-rpcbind
         |-sshd---sshd---sh---pstree
         |-syslogd
         |-systemd-udevd
:        |-tvheadend.start---tvheadend---12*[{tvheadend}]
         |-udisks-daemon-+-udisks-daemon
         |               |-{gdbus}
         |               `-{gmain}
         |-upowerd-+-{gdbus}
         |         `-{gmain}
         |-wpa_supplicant
         `-xbmc.bin---17*[{xbmc.bin}]

After this change, it looks like:

    init-+-Xorg
:        |-atvclient
         |-avahi-daemon
         |-console-kit-dae-+-62*[{console-kit-da}]
         |                 `-{gdbus}
         |-dbus-daemon
         |-eventlircd
         |-init---connmand
         |-klogd
         |-polkitd---{gdbus}
:        |-ratpoison
         |-rpcbind
         |-sshd---sshd---sh---pstree
         |-syslogd
         |-systemd-udevd
:        |-tvheadend---12*[{tvheadend}]
:        |-udevadm
         |-udisks-daemon-+-udisks-daemon
         |               |-{gdbus}
         |               `-{gmain}
         |-upowerd-+-{gdbus}
         |         `-{gmain}
         |-wpa_supplicant
         `-xbmc.bin---17*[{xbmc.bin}]

Only for connmand this is not easily done since the shell loops and restarts connmand. In different circumstances /etc/inittab would respawn the process.
2013-02-06 22:16:12 +01:00
Stephan Raue
bf65f62be8 eventlircd: simplyfing lirc udev rule
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-01-26 23:04:49 +01:00
Stephan Raue
3f5ab0b9ef lirc: update xbox config file to support uinput
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-01-26 23:04:26 +01:00
Stefan Saraev
7564d70e96 eventlircd: fix -custom_config.patch broken in 201120e 2013-01-26 20:04:07 +02:00
Stephan Raue
2a70403732 eventlircd: add initial wiimote support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-01-20 02:10:41 +01:00
Stephan Raue
0f2130575a lirc: add patch to support automake-1.13
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-01-12 18:05:12 +01:00
waldo22
5593c13673 moved lircd.conf.xbox to config folder as requested in https://github.com/waldo22/OpenELEC.tv/commit_comment/2405889 2013-01-09 16:13:00 +01:00
waldo22
201120e2f6 completed lirc_xbox support, fixes issue 938 2013-01-09 16:13:00 +01:00
Stephan Raue
a673f122ff lirc: add initial xbox remote support, needs some more work, this partly fixes #783
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-06-29 20:14:39 +02:00
Stephan Raue
9c4f79bbb8 lirc: add upstream patches
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-06-29 20:08:43 +02:00
Stephan Raue
94324a053b udev: replace with systemd
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-28 20:22:30 +02:00
Stephan Raue
a257d33196 eventlircd: add support for Logitech remote 046d:c101 (thanks to vdrfan)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-05 17:19:31 +02:00
Stephan Raue
3d89fb5632 Merge pull request #544 from stefansaraev/lirc
lirc: support for custom lircd file in /storage/.config/
2012-04-29 14:49:25 -07:00
Stefan Saraev
111aed9dc9 lirc: support for custom lircd file in /storage/.config/ 2012-04-30 00:24:19 +03:00