193 Commits

Author SHA1 Message Date
Stephan Raue
8ae1681cb7 eventlircd: fix some PS3 remote mappings
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-06-30 08:06:40 +02:00
Stephan Raue
326a1605e7 eventlircd: add Sony PS3 remote support and map buttons
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-06-29 17:53:07 +02:00
Christian Hewitt
1f2ebf7de8 atvclient: add support for macmini and macbook ir sensors
thanks to fritsch, this adds support for Apple IR sensors used with
MacBook and Mac mini hardware
2013-06-13 06:02:17 +04:00
Stephan Raue
693e0e3350 lirc: depends on libusb-compat and libftdi
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-06-05 06:06:00 +02:00
Stephan Raue
6801385a72 remove package 'xwiimote'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-06-02 23:20:17 +02:00
Stephan Raue
d4ca83e024 dbus-glib: build as static library
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-06-01 16:00:11 +02:00
Stephan Raue
192c3c2c5d lirc: update irtoy support patch, thanks to vdrfan, eventlicd: update and fix udev rule to support irtoy ir receivers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-06-01 05:23:10 +02:00
Stephan Raue
e8fa483d15 lirc: add initial irtoy support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-05-30 23:17:19 +02:00
Stephan Raue
3a85558798 lirc: move XBOX driver to kernel
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-05-30 19:55:16 +02:00
jenkins
47ea136e37 eventlircd: updated lircd_helper patch .config/lircd.conf should always take precedence 2013-05-26 20:17:39 +03:00
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
Stephan Raue
58a9de17ea irserver: rework udev rule, needs more rework but should fix #405
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-04-29 21:46:00 +02:00
Stephan Raue
70abfa9341 eventlircd: add MAXTER Remote (petalynx), this fixes #383 (untested)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-04-17 10:41:20 +02:00
Stephan Raue
0360d894c8 eventlircd: install lirc on releases too
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-04-08 18:39:39 +02:00
Riddles81
0c5b66799b Fixed the line key description for newly added * and # keys 2012-04-04 09:15:04 +09:30
Riddles81
c3b21c1b5e Not able to set OS as RW to check but this is a direct mapping of the evtest results for the Star & Hash keys which are currently not usable. 2012-04-03 21:04:54 +09:30
Stephan Raue
24f70e06c6 linux: add patch to add Medion/Pollin X10 remote support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-04-02 00:15:00 +02:00
vpeter4
0c2d6a79a9 bbe: bbe is a sed-like editor for binary files
nss: fix to compile on 64 bit host
lirc: enable shared library (opera is lirc client and uses lib)
2012-03-28 10:22:08 +02:00
Domin6
543c89c24b Change copyright and FSF address, this fixes #252 2012-02-29 13:36:32 +01:00
Stephan Raue
d6cf00b023 projects/*/options: make irserver support optional
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-01-28 17:11:18 +01:00
Stephan Raue
d92398b712 eventlircd: install udev rules and helper scripts in /lib/udev
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-01-25 23:41:30 +01:00
Stephan Raue
9a154ccd89 eventlircd: use buildin usb_id
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-01-25 01:11:22 +01:00
Stephan Raue
273cb43acd eventlircd: fix remote mappings for Tevii S660
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-01-24 20:20:42 +01:00
Stephan Raue
30d8ac84ca eventlircd: add some spinelplus mappings
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-01-06 20:36:30 +01:00
Stephan Raue
3d919c918e eventlircd: add support for more Spinel-Plus remotes
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-01-06 15:46:00 +01:00
Stephan Raue
39f5d5d856 eventlircd: add patch to fix path
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-11-28 02:08:03 +01:00