Commit graph

76 commits

Author SHA1 Message Date
MilhouseVH
e09230b4e1 linux (RPi): update to linux-444dada (5.0.9) 2019-05-04 15:06:06 +01:00
Matthias Reichl
ea767f15f5 linux: add patch to improve Xbox DVD remote performance
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-24 10:46:14 +01:00
Matthias Reichl
fdf75059dd linux: add backport patch to add RCMM IR decoder
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-24 10:45:57 +01:00
MilhouseVH
b06df1cdc0 linux (Generic/RPi): RC6 toggle support now upstream 2019-03-11 03:31:52 +00:00
MilhouseVH
c186601548 linux (Generic/RPi): XBOX remote support now upstream 2019-03-11 03:31:52 +00:00
Matthias Reichl
679200f328 linux: add patch to fix Zotac IR remotes
Zotac remotes use the customer code 0x80340000 and need the same toggle
bit handling as MCE remotes.

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-02-03 14:33:13 +01:00
CvH
cc434878bf linux (RPi): add DVBSkyS960 fix 2019-01-13 13:02:32 +01:00
MilhouseVH
09181ba7d8 linux (RPi): update to linux-f2bea78 (4.19.2) 2018-11-15 12:02:24 +00: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
024b67db2e linux: restore Xbox DVD Movie Playback Kit support
LibreELEC 9.0 removes lirc_xbox, so let's add a proper RC driver to
support that classic IR dongle.
2018-10-13 00:00:46 +02:00
MilhouseVH
b790554e3d linux (RPi): revert DVBSky T680CI commit 2018-09-26 03:18:57 +01:00
MilhouseVH
45f91f406f linux (RPi): drop spinelplus - needs fixing 2018-09-13 22:09:03 +01:00
MilhouseVH
d64b9ef01a linux (RPi): update Ouya patch 2018-09-13 22:09:03 +01:00
MilhouseVH
c998ad2ef5 linux (RPi): update to linux-4.18 2018-09-13 22:09:03 +01:00
Matthias Reichl
e3908143d5 linux (RPi): update to 4.14.67
drop softirq patches, Linus' patch is upstream since 4.14.63

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-08-29 23:06:58 +02:00
Matthias Reichl
abe750bbd0 linux RPi: replace ancient rc6 decode hack with proper fix
patch for RPi kernel was missed in commit
cceb402a22

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-08-28 14:32:01 +02:00
MilhouseVH
1ecbba1909 linux (RPi): update ir timeout patch 2018-08-14 15:04:49 +01:00
Lukas Rusak
57c3d3c757 linux (RPi): update ouya patch 2018-06-19 06:57:04 +01:00
Matthias Reichl
f030eb951d RPi, Generic: filter out bogus timing data from mceusb receivers
Backport of https://patchwork.linuxtv.org/patch/49430/

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-05-11 12:36:35 +02:00
Matthias Reichl
3e752b947c RPi, Generic: fix erratic IR timeout behaviour on mceusb 1784:0011
Backport of proposed patch https://patchwork.linuxtv.org/patch/49409/

Setting the IR timeout on the Topseed mceusb receiver 1784:0011
causes strange behaviour. Disable use of MCE_CMD_SETIRTIMEOUT
on that device and use a software implementation instead.

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-05-10 13:06:57 +02:00
Matthias Reichl
e131c14bb2 RPi, Generic: backport IR latency patch and mce_kbd/mceusb fixes
See https://www.spinics.net/lists/linux-media/msg131804.html
https://patchwork.linuxtv.org/patch/48681/
https://patchwork.linuxtv.org/patch/48680/
https://patchwork.linuxtv.org/patch/48782/

The current IR decoding is much too slow. Many IR protocols rely on
a trailing space for decoding (e.g. rc-6 needs to know when the bits
end). The trailing space is generated by the IR timeout, and if this
is longer than required, buttons can feel slow to respond.

The other issue is the keyup timer. IR has no concept of a keyup message,
this is implied by the absence of IR. So, minimising the timeout for
this makes buttons less "sticky"; the are released much quicker.

With these patches in place, using IR with the builtin decoders is much
improved and feels very snappy.

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-05-04 13:51:33 +02:00
MilhouseVH
169dcbc8ab linux: update to linux-4.14.33 2018-04-26 23:47:22 +01:00
MilhouseVH
07b52983eb linux/RPi: stop reverting upstream Pi3 console path fix
Fixed by a200c4e1f3
2018-03-16 13:38:59 +00:00
MilhouseVH
e6fc6c0846 raspberrypi/linux: add linus ksoftirqd patch 2018-03-10 23:21:34 +00:00
Matthias Reichl
badbe83ecc linux: drop obsolete eMMC RPMB patch
The underlying issue seems to have been fixed since kernel 4.1
with commit 4e93b9a6abc0d028daf3c8a00cb77b679d8a4df4
"mmc: card: Don't access RPMB partitions for normal read/write"

This patch has also been removed from Debian kernels quite some
time ago
http://lists.alioth.debian.org/pipermail/kernel-svn-changes/2015-September/020884.html

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-03-10 23:21:34 +00:00
Matthias Reichl
685a03c01c linux: add raspberrypi kernel
The kernel is sourced from the Raspberry Pi kernel tree,
which allows us to drop the large RPi support patch.

Current githash is for kernel 4.14.24

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-03-10 23:21:34 +00:00