Commit graph

119 commits

Author SHA1 Message Date
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
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
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
1c281cc88e v4l-utils: add support for user keytables in /storage/.config/rc_keymaps
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-08 18:32:43 +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
Stephan Raue
3248bf31b4 v4l-utils: move systemd to /usr/lib
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-02-20 17:05:58 +01:00
Stephan Raue
0472b3eb21 v4l-utils: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_*
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-30 14:56:19 +01:00
Stephan Raue
4a4bb49be1 v4l-utils: convert to new package format
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-21 20:22:31 +01:00
Stephan Raue
0f3e2d4ffa update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-21 21:51:48 +01: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