Commit Graph

59 Commits

Author SHA1 Message Date
Christian Hewitt
6f1740b15e Merge pull request #9751 from luzpaz/reaname-kodi
treewide: rename xbmc to kodi
2025-02-04 08:19:28 +04:00
Luz Paz
c226c13efd treewide: rename xbmc to kodi 2025-02-03 16:00:41 -05:00
luzpaz
91a4766cef treewide: fix typos
Found via `codespell -q 3 -S "*.patch,*.po" -L acount,afile,distroname,parm,serie,synopsys`
2025-02-03 07:04:59 -05:00
Dashinginthe90s
235d214864 eventlircd: fix subsystem rules for bluetooth HID remotes 2024-12-17 20:01:54 -05:00
Rudi Heitbaum
6e4c58df89 cleanup packages: fix configure warnings with PKG_BUILD_FLAGS=-cfg-libs 2024-09-15 11:46:08 +00:00
CvH
2237555141 cleanup packages: various 2024-08-01 11:53:51 +02:00
Christian Hewitt
16b2422dd4 eventlircd: bump to fix assert issue with systemd udev 2024-06-15 05:47:52 +00:00
Rudi Heitbaum
4495fc9eee eventlircd: use upstream to support -D_TIME_BITS=64 for 64-bit time 2022-08-08 11:09:51 +00:00
Rudi Heitbaum
d27138adfb eventlircd: support -D_TIME_BITS=64 for 64-bit time 2022-07-22 07:25:46 +00:00
Ian Leonard
b31ce30170 sysutils: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:34:16 +00:00
CvH
53e051f18d evenlircd: fix SKY-Q remote 2021-01-02 19:48:09 +01:00
CvH
1d5e655999 packages: use proper githash 2020-12-27 20:30:27 +01:00
Sam Nazarko
dc90b0118a Add key-remapping via hwdb for OSMC remote controllers so key functionality is not affected when using international keyboard layouts. Deprecate the use of this via eventlircd.
Signed-off-by: Sam Nazarko <email@samnazarko.co.uk>
2020-12-05 16:37:43 +00:00
CvH
a0517ff40b eventlircd: cleanup 2020-09-06 17:59:59 +02:00
CvH
b66ab6e657 eventlircd: add support for SKY-Q remote 2020-09-06 17:57:55 +02:00
pretoriano80
be3748d89b eventlircd: adding new rule for iMON Panel, Knob and Mouse(15c2:ffdc)
- enables eventlircd for Imon UltraBay (front panel buttons)
- this will fix the issue with some front panel buttons not being
detected by Kodi (if keycode value is higher than 255)

Signed-off-by: pretoriano80 <viusflag@libero.it>
2019-09-12 19:59:27 +03:00
Dag Wieers
3a5af7a498 eventlircd: Fix OSMC Remote ContextMenu mapping
Without this fix, the context-menu key on the OSMC remote will fail to work, and maps to the EPG (TV channel guide).
This is discussed in https://github.com/osmc/osmc/issues/478
2018-11-22 23:25:58 +01:00
Matthias Reichl
ec0e7fb3a2 eventlircd: prevent race with libinput / kodi
Currently both eventlircd and kodi try to grab input devices
which leads to a nasty race. If kodi wins the race eventlircd
can't do the keycode to lirc translation and users are left
with non-working buttons like OK.

Setting the LIBINPUT_IGNORE_DEVICE udev property for input
devices handled by eventlircd prevents the race as libinput
will then ignore these devices and kodi won't try to grab them.

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-11-04 11:15:25 +01:00
CvH
85e5b4dc1f cleanup: PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +02:00
CvH
2923f2b56a cleanup: remove PKG_SOURCE_DIR 2018-10-22 15:06:11 +02:00
CvH
4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00
CvH
1b9cbdaf26 spdx: packages/sysutils 2018-07-18 22:37:47 +02:00
Matthias Reichl
335acdc24c eventlircd: use /run instead of /var/run
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-24 14:20:07 +02:00
Matthias Reichl
654df35479 eventlircd: don't grab power buttons
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-05-01 11:52:13 +02:00