Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-seblu
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
archlinux
linux-seblu
Commits
50660a68
Commit
50660a68
authored
7 years ago
by
Seblu
Browse files
Options
Downloads
Patches
Plain Diff
Bump to 4.15-rc5
parent
40b48826
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
PKGBUILD
+6
-3
6 additions, 3 deletions
PKGBUILD
config.x86_64
+192
-166
192 additions, 166 deletions
config.x86_64
input-touchscreen-fix-hideep.c-build-errors.patch
+10
-0
10 additions, 0 deletions
input-touchscreen-fix-hideep.c-build-errors.patch
with
208 additions
and
169 deletions
PKGBUILD
+
6
−
3
View file @
50660a68
...
@@ -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.1
4
pkgver
=
4.1
5_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.
Click to expand it.
config.x86_64
+
192
−
166
View file @
50660a68
This diff is collapsed.
Click to expand it.
input-touchscreen-fix-hideep.c-build-errors.patch
0 → 100644
+
10
−
0
View file @
50660a68
--- 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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment