Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rpi-kernel: enable IR device modules
@ 2019-10-20  6:11 voidlinux-github
  2019-10-20  9:17 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-10-20  6:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 429 bytes --]

There is a new pull request by foxlet against master on the void-packages repository

https://github.com/foxlet/void-packages rpi-kernel
https://github.com/void-linux/void-packages/pull/15636

rpi-kernel: enable IR device modules
[skip ci]

`mceusb` and related modules aren't enabled in the kernel, preventing IR remotes from working.

A patch file from https://github.com/void-linux/void-packages/pull/15636.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rpi-kernel-15636.patch --]
[-- Type: text/x-diff, Size: 1229 bytes --]

From a3f80b0b198f54e1556f20803122cf444624ea03 Mon Sep 17 00:00:00 2001
From: Foxlet <foxlet@furcode.co>
Date: Sun, 20 Oct 2019 02:10:25 -0400
Subject: [PATCH] rpi-kernel: enable IR device modules

[skip ci]
---
 srcpkgs/rpi-kernel/template | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/rpi-kernel/template b/srcpkgs/rpi-kernel/template
index ce4a492499c..f038ebe7045 100644
--- a/srcpkgs/rpi-kernel/template
+++ b/srcpkgs/rpi-kernel/template
@@ -10,7 +10,7 @@ _gitshort="${_githash:0:7}"
 
 pkgname=rpi-kernel
 version=4.19.79
-revision=1
+revision=2
 wrksrc="linux-${_githash}"
 maintainer="Peter Bui <pbui@github.bx612.space>"
 homepage="http://www.kernel.org"
@@ -80,6 +80,14 @@ do_configure() {
 	echo "CONFIG_PROC_EVENTS=y" >> "$defconfig"
 	echo "CONFIG_F2FS_FS_SECURITY=y" >> "$defconfig"
 	echo "CONFIG_CGROUP_PIDS=y" >> "$defconfig"
+	
+	# IR Remote Support
+	echo "CONFIG_RC_CORE=y" >> "$defconfig"
+	echo "CONFIG_LIRC=y" >> "$defconfig"
+	echo "CONFIG_RC_DECODERS=y" >> "$defconfig"
+	echo "CONFIG_RC_DEVICES=y" >> "$defconfig"
+	echo "CONFIG_IR_RC6_DECODER=m" >> "$defconfig"
+	echo "CONFIG_IR_MCEUSB=m" >> "$defconfig"
 
 	make ${makejobs} ${_cross} ARCH=${_arch} ${target}
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: rpi-kernel: enable IR device modules
  2019-10-20  6:11 [PR PATCH] rpi-kernel: enable IR device modules voidlinux-github
@ 2019-10-20  9:17 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-10-20  9:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 277 bytes --]

There's a merged pull request on the void-packages repository

rpi-kernel: enable IR device modules
https://github.com/void-linux/void-packages/pull/15636

Description:
[skip ci]

`mceusb` and related modules aren't enabled in the kernel, preventing IR remotes from working.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-20  9:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-20  6:11 [PR PATCH] rpi-kernel: enable IR device modules voidlinux-github
2019-10-20  9:17 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).