From 49bdd7026802892055a35e72c48a1a645add0da9 Mon Sep 17 00:00:00 2001 From: David P Date: Wed, 8 Nov 2017 10:09:50 -0300 Subject: Fix libre/linux-libre-pck and kernels/linux-libre-rt PKGBUILDs Linux-libre-pck: I accidentally removed some lines which applied some patches Linux-libre-rt: Go back to the style of linux-lts PKGBUILD --- libre/linux-libre-pck/PKGBUILD | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libre/linux-libre-pck') diff --git a/libre/linux-libre-pck/PKGBUILD b/libre/linux-libre-pck/PKGBUILD index 872b6ef14..cd03fa54b 100644 --- a/libre/linux-libre-pck/PKGBUILD +++ b/libre/linux-libre-pck/PKGBUILD @@ -128,6 +128,15 @@ prepare() { # add latest fixes from stable queue, if needed # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git + + # maintain the TTY over USB disconnects + # http://www.coreboot.org/EHCI_Gadget_Debug + patch -p1 -i "${srcdir}/0001-usb-serial-gadget-no-TTY-hangup-on-USB-disconnect-WI.patch" + + # fix Atmel maXTouch touchscreen support + # https://labs.parabola.nu/issues/877 + # http://www.fsfla.org/pipermail/linux-libre/2015-November/003202.html + patch -p1 -i "${srcdir}/0002-fix-Atmel-maXTouch-touchscreen-support.patch" cp -Tf ../config.${CARCH} .config -- cgit v1.2.2