Skip to content
Snippets Groups Projects
Commit 50660a68 authored by Seblu's avatar Seblu
Browse files

Bump to 4.15-rc5

parent 40b48826
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Customized version of linux for seblu computers # Customized version of linux for seblu computers
pkgname=linux-seblu pkgname=linux-seblu
pkgver=4.14 pkgver=4.15_rc5
pkgrel=1 pkgrel=1
pkgdesc='The Linux Kernel cooked by Seblu' pkgdesc='The Linux Kernel cooked by Seblu'
arch=('x86_64') arch=('x86_64')
...@@ -15,8 +15,11 @@ install=linux-seblu.install ...@@ -15,8 +15,11 @@ install=linux-seblu.install
_repourl='git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git' _repourl='git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git'
#_repourl='git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git' #_repourl='git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git'
source=("$_repourl#tag=v${pkgver/_/-}" source=("$_repourl#tag=v${pkgver/_/-}"
"config.$CARCH") "config.$CARCH"
md5sums=('SKIP' 'SKIP') 'input-touchscreen-fix-hideep.c-build-errors.patch')
md5sums=('SKIP'
'76f3717dbfb667cf2171621765fc5a19'
'85f33d6bd08b52844c8136e2d4747bdf')
prepare() { prepare() {
# fake linux directory if necessary # fake linux directory if necessary
......
This diff is collapsed.
--- lnx-415-rc3.orig/drivers/input/touchscreen/hideep.c
+++ lnx-415-rc3/drivers/input/touchscreen/hideep.c
@@ -11,6 +11,7 @@
#include <linux/firmware.h>
#include <linux/delay.h>
#include <linux/gpio.h>
+#include <linux/gpio/consumer.h>
#include <linux/gpio/machine.h>
#include <linux/i2c.h>
#include <linux/acpi.h>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment