summaryrefslogtreecommitdiff
path: root/libre/linux-libre-pck
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2017-11-08 10:09:50 -0300
committerDavid P <megver83@parabola.nu>2017-11-08 10:09:50 -0300
commit49bdd7026802892055a35e72c48a1a645add0da9 (patch)
tree35dde31e71a7004983d20ff26a02f3b505cc921d /libre/linux-libre-pck
parent677968555a31fefd18f063bf8bdd0026c05d6d61 (diff)
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
Diffstat (limited to 'libre/linux-libre-pck')
-rw-r--r--libre/linux-libre-pck/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
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