Commit Graph

66 Commits

Author SHA1 Message Date
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
Matthias Reichl
5c28dc0a77 v4l-utils: build and install ir-ctl as well
Signed-off-by: Matthias Reichl <hias@horus.com>
2017-07-21 16:49:30 +02:00
Peter Vicman
50a51452be build system: add sha256 checksum to all packages
putting #1597 in use
2017-07-17 20:49:23 +02: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
MilhouseVH
33e102dae3 v4l-utils: update to v4l-utils-1.12.3 2017-05-06 22:45:24 +01: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
Jonas Karlman
e299f01134 v4l-utils: add 70-input-repeat.rules
This moves the repeat delay config from 98-eventlircd.rules,
changes the repeat period from 33ms to 80ms for lircd-uinput
and changes the repeat delay from 1s to 500ms for all input devices.
2017-02-18 22:57:26 +01:00
Matthias Reichl
ea924963e3 v4l-utils: fix invalid protocol in streamzap keymap 2017-02-14 19:59:58 +01:00
Matthias Reichl
3d542612b2 v4l-utils: update to 1.12.2 2017-02-13 18:20:13 +01:00
awiouy
cf5d3a4579 decommission PKG_REV 2017-01-19 00:06:13 +01:00
awiouy
e0c2de9b39 Decommission PKG_PRIORITY 2016-09-24 11:57:39 +02:00
Peter Vicman
61c7f1d580 v4l-utils: build without jpeg support 2016-01-22 13:24:38 +01:00
Peter Vicman
77a18558a3 Revert "fix PKG_DEPENDS_TARGET to include libjpeg-turbo"
This reverts commit 61da99e.
2016-01-22 13:24:06 +01:00
Steffen Hoenig
61da99e2de fix PKG_DEPENDS_TARGET to include libjpeg-turbo
won't compile otherwise
2016-01-21 21:07:30 +01:00
Stephan Raue
f51faa070d packages: update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-02 17:29:56 +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