Commit graph

52 commits

Author SHA1 Message Date
Rudi Heitbaum
fb862d9456 v4l-utils: update to 1.24.1 2023-02-26 05:29:38 +00:00
Rudi Heitbaum
13634f0d1f v4l-utils: support build with libbpf 1.0.1
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1018915
- https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=1018915;filename=libbpf.patch;msg=20
- upstream patch
  - https://git.linuxtv.org/v4l-utils.git/commit/?id=dce0e3e1e4ea91d3e46098362a880371ec5afe1b
2022-11-05 15:46:14 +00:00
Matthias Reichl
eb9e560223 Revert "v4l-utils: compile bpf decoders using bpf-gcc"
This reverts commit 3d758f3210.
2022-05-21 19:16:20 +02:00
Lukas Rusak
3d758f3210
v4l-utils: compile bpf decoders using bpf-gcc 2022-05-17 13:57:25 -07:00
heitbaum
586a2cacd4 v4l-utils: update to 1.22.1
update 1.20.0 (2020-05-21) to 1.22.1 (2021-10-23)

changelog:
- https://github.com/gjasny/v4l-utils/blob/v4l-utils-1.22.1/ChangeLog
2021-10-24 20:09:44 +11:00
Matthias Reichl
e49b0f23c7 v4l-utils: update to 1.20.0
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-06-06 11:07:25 +02:00
Matthias Reichl
555694769d v4l-utils: backport lircd2toml.py improvements
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-02-11 12:14:41 +01:00
Matthias Reichl
a4b25f474b v4l-utils: backport fix for misleading warning message
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-02-11 12:14:41 +01:00
Matthias Reichl
9b7ca96f7e v4l-utils: enable bpf support in ir-keytable
note: building bpf decoders is disabled as that would require clang
in the toolchain.

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-02-11 12:14:41 +01:00
Matthias Reichl
17201f300b v4l-utils: enable autoreconf, disable doxygen docs generation
autoreconf trips over the newer ax_proc_doxygen.m4 file from our
autoconf-archive which is not compatible with the ancient
version used in v4l-utils, just disable it as we don't want to
build docs anyways.

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-02-11 12:14:41 +01:00
Matthias Reichl
0deff2dc98 v4l-utils: update to 1.18.0
Disable bpf decoder support for now, it's not yet supported
in the LE kernels and needs clang to compile.

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-10-26 13:43:26 +02:00
Matthias Reichl
4a7a72b59c v4l-utils: add patch to add xbox-dvd protocol support
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-24 10:46:33 +01:00
Matthias Reichl
4268a79968 v4l-utils: add backport patch to support imon and rcmm protocols
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-24 10:46:20 +01:00
MilhouseVH
848360ae79 v4l-utils: update to v4l-utils-1.14.2, fix build with glibc-2.28 2018-08-05 18:52:53 +01:00
Matthias Reichl
ac9aac9bab v4l-utils: bump to 1.14.1
all backport patches can be dropped, they are already in upstream

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-01-20 11:07:45 +01:00
Matthias Reichl
84e97c6cb9 v4l-utils: apply rc_maps.cfg changes via package.mk instead of patch
Signed-off-by: Matthias Reichl <hias@horus.com>
2017-12-21 12:55:45 +01:00
Matthias Reichl
55fb2e5bdb v4l-utils: install additional keymaps from files instead of patches
Signed-off-by: Matthias Reichl <hias@horus.com>
2017-12-21 12:55:40 +01:00
Matthias Reichl
090f81e754 v4l-utils: fix sending scancodes with ir-ctl
- fix sending multiple scancodes with configurable gap
- fix sending rc6 scancodes on 32bit platforms

Patches are backported from v4l-utils master branch

Signed-off-by: Matthias Reichl <hias@horus.com>
2017-12-01 10:09:20 +01:00
Matthias Reichl
e69350f6ed v4l-utils: fix racy udev rule
ir-keytable -a can fail if it's run before the input and event
devices are created. Fix this by changing the udev rule to trigger
on event device creation instead of rc device creation.

Also drop the udev rules patch and simply replace the udev rule
with our version, this is easier to maintain.

Signed-off-by: Matthias Reichl <hias@horus.com>
2017-07-16 18:14:22 +02:00
Christian Hewitt
f760bcc903 Merge pull request #1438 from HiassofT/le-ir-keytable-split
v4l-utils: cleanup locally added keymaps, remove crime against rc6_mce
2017-03-17 09:21:03 +04:00
Matthias Reichl
a88314530c v4l-utils: fix invalid keynames in hp mce remote table
Signed-off-by: Matthias Reichl <hias@horus.com>
2017-03-12 17:59:31 +01:00
Matthias Reichl
6526855d7f v4l-utils: create separate keymaps instead of patching rc6_mce
All locally added remote keycodes are now in separate files,
one per remote, instead of adding them to rc6_mce.

A new keymap, libreelec_multi, with all keycodes of the previous
rc6_mce map is added in install and used by default when the
remote is configured to use the rc-rc6-mce table.

The default behaviour is unchanged, LE can still be controlled with
MCE, xbox, ... remotes out of the box but it's now possible to configure
the ir receiver to react only on the codes sent by a specific remote.

This solves the issue where a xbox remote always controlled LE even
when a user only wanted to control it with a MCE remote.

To do this simply create a /storage/.config/rc_maps.cfg file with
the following content:

*	rc-rc6-mce	rc6_mce

Signed-off-by: Matthias Reichl <hias@horus.com>
2017-03-12 17:59:31 +01:00
Matthias Reichl
55c398c111 v4l-utils: support user keytable map in /storage/.config/
Signed-off-by: Matthias Reichl <hias@horus.com>
2017-03-12 14:00:27 +01:00
Matthias Reichl
ddda6ccc88 v4l-utils: replace streamzap fix with proposed upstream patch
See http://www.mail-archive.com/linux-media@vger.kernel.org/msg108483.html

Signed-off-by: Matthias Reichl <hias@horus.com>
2017-03-12 13:14:52 +01:00
Matthias Reichl
ea924963e3 v4l-utils: fix invalid protocol in streamzap keymap 2017-02-14 19:59:58 +01:00
Stephan Raue
2f60d413fe v4l-utils: update to v4l-utils-1.8.1
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-11-18 12:24:25 +01:00
Stephan Raue
b3fadeba41 v4l-utils: update CuBox-i remote patch
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-06-05 09:48:17 +02:00
Rabeeh Khoury
0c411cfff8 Add CuBox-i remote codes
Signed-off-by: Rabeeh Khoury <rabeeh@solid-run.com>
2015-06-04 23:38:23 +02:00
Stephan Raue
bf25cab33c v4l-utils: update to v4l-utils-1.6.2
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-22 13:02:43 +01:00
Stephan Raue
127bc230bd v4l-utils: add upstream patch to fix a regression introduced by v4l-utils-fe2aa5f
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-16 12:41:50 +01:00
Stephan Raue
67d30ac119 v4l-utils: fix rc6_mce mapfile
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-14 10:49:38 +01:00
Stephan Raue
91cac08117 v4l-utils: readd reworket patch to fix 'OTHER' protocol
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-08 18:31:53 +01:00
Stephan Raue
f2ff885ccf v4l-utils: update to v4l-utils-1.6.0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-08 17:57:16 +01:00
Stephan Raue
2fc757b3ff v4l-utils: remove at-visions remote patch, this must be done different, let us think about this
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-09-30 02:42:50 +02:00
Stephan Raue
ca3f9d15c8 v4l-utils: dont react on samsung remote control codes for KEY_POWER and KEY_SOURCE
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-09-26 22:58:54 +02:00
Stephan Raue
c0732fb766 v4l-utils: add patch to add support for remotes like 'at-visions' one, thanks to at-visions for providing the hardware
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-09-20 14:09:59 +02:00
Stephan Raue
612baa093e v4l-utils: automatically load NEC protocol with rc6_map file, so XBOX-One remote is working ootb
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-05-20 17:57:07 +02:00
Stephan Raue
8265f56215 v4l-utils: add default mapping for XBOX-One remote support (protocol needs still to be changed to 'NEC' manually until we found a automatic solution)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-05-20 16:54:45 +02:00
guyldn
203ba509cd SAMSUNG remote keymap update
EXIT and RETURN key codes swapped
2014-03-24 14:10:26 +00:00
Stefan Saraev
8f18282194 v4l-utils: downgrade to v4l-utils-0.8.9 2013-11-10 16:46:47 +02:00
Stefan Saraev
df8c134251 v4l-utils. typo. sry 2013-11-09 20:27:08 +02:00
Stefan Saraev
01ab262927 v4l-utils: rc6_mce: comments...
just to make it safe. not sure how ir-keytable paarses the file
2013-11-09 20:06:19 +02:00
Stefan Saraev
450eced657 v4l-utils: add new hp mce remote 2013-11-09 20:06:17 +02:00
Stefan Saraev
5e62e1cff9 v4l-utils: update to v4l-utils-1.0.0 2013-11-09 20:02:09 +02:00
Stephan Raue
00ecf76ef4 v4l-utils: fix patch after 78acd74f51
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-09-22 15:22:43 +03:00
Daniel Forsberg
78acd74f51 v4l-utils: added some keys to rc6_mce map for xbox360 slim black remote, fixes #2331 2013-09-22 00:11:03 +02:00
Stephan Raue
1d1cd44452 v4l-utils: add Zotac ZBOX AD10 remote support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-09-29 17:03:19 +02:00
Roman Lumetsberger
7bbca7fa69 Added Patch for XBOX-360 Universal Remote 2011-09-23 21:11:48 +02:00
Stephan Raue
66587ba4c2 v4l-utils: add samsung keytable, thanks to GrimmVarg
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-05-27 20:07:11 +02:00
Stephan Raue
84e2a00020 v4l-utils: add and change some mappings
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-04-06 03:08:39 +02:00