Commit Graph

86 Commits

Author SHA1 Message Date
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
4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00
Benjamin Valentin
2fdbd8a3bd media: rc: XBox DVD Remote uses 12 bits scancodes
Sean Young figured out that the Xbox Remote sends 24 bits, the first 12 bits are repeated
and inverted so only 12 bits are used. Turns out this is a modified nec protocol.

For increased accuracy and compliance with the upstream, replace the historic 8 bit report
values with the proper 12 bit values.

Signed-off-by: Benjamin Valentin <benpicco@googlemail.com>
Signed-off-by: Sean Young <sean@mess.org>
2018-10-18 15:47:18 +02:00
Benjamin Valentin
8367bf24b9 v4l-utils: add userspace keymap for xbox remote 2018-10-13 11:36:54 +02:00
Matthias Reichl
f18448d3c5 v4l-utils: remove broken and unused keymaps
hp_mce and zotac_ad10 won't work properly, the kernel doesn't
handle the listed scancodes as the MCE subvariant of RC6 so every
other buttonpress would be missing. Also HP MCE remotes generate
standard scancodes that are handled by the rc6_mce keymap and the
hp_mce keymap contains very odd scancodes which means it's probably
garbage (and badly named).

The samsung keymap doensn't contain any info about which actual
remote it should be used for and might clash with upstream if
a samsung keymap would be added there.

As none of these keymaps are activated by default anymore in
LibreELEC let's just remove them.

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-09-30 11:37:22 +02:00
5schatten
12e788d8f2 Khadas VIM: enable VIM IR remote in addition to default remotes 2018-09-20 16:57:59 +02:00
Matthias Reichl
55068b5ff1 v4l-utils: use project/device options to build the IR multimap
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-09-06 00:23:47 +02: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
CvH
1b9cbdaf26 spdx: packages/sysutils 2018-07-18 22:37:47 +02:00
kszaq
92141f73e8 Merge pull request #2464 from adamg88/le90_minix_keytable
v4l-utils: add remote config for minix ir remote to libreelec_multi_amlogic
2018-02-03 13:47:47 +01:00
Adam Green
d8c66afe7d v4l-utils: add remote config for minix ir remote to libreelec_multi_amlogic
http://minix.com.hk/uploads/images/neo-row-04.jpg

this config also makes the power button work on the Neo A3 remote
2018-01-31 10:39:39 +00:00
Matthias Reichl
f31a9810db v4l-utils: also build dvb utils and v4l2-ctl
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-01-31 00:26:20 +01:00
Radostan Riedel
f93a20a6fc v4l-utils: Add wetek_play_2 to libreelec_multi_amlogic 2018-01-30 13:19:44 +01:00
Matthias Reichl
7b337bd25a v4l-utils: add multi keymap for Amlogic devices
This keymap supports the common remotes (MCE, Xbox 360 etc)
plus the Odroid an Wetek Hub remote.

It is used with the meson-ir driver unless one of the other
supported keymaps was explicitly chosen in devicetree.

By default meson-ir uses the rc-empty map, Odroid C2 DT sets it
to rc-odroid and Wetek Hub DT sets it to rc-wetek-hub. As rc-maps.cfg
doesn't contain a mapping for these the amlogic multi-map will be used.

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-01-23 17:18:05 +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
2768ded009 v4l-utils: refactor multi-keymap creation
Signed-off-by: Matthias Reichl <hias@horus.com>
2017-12-21 13:00:53 +01:00
Matthias Reichl
7f9926ef6b v4l-utils: add Odroid and Wetek Hub keymaps
Signed-off-by: Matthias Reichl <hias@horus.com>
2017-12-21 12:55: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
Sascha Kuehndel (InuSasha)
3846ec7dac buildsystem: replace PKG_AUTORECONF 2017-11-22 00:41:12 +01:00
cvh
837b447b7c decommission PKG_IS_ADDON 2017-10-16 00:01:20 +02:00
Jonas Karlman
71de334efa v4l-utils: add option to build cec-ctl 2017-10-14 11:55:27 +02:00
Christian Hewitt
555484a160 Merge pull request #1802 from HiassofT/le-v4lutils-udev
v4l-utils: fix racy udev rule
2017-07-22 22:10:34 +04:00