Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmbootstrap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmbootstrap
Merge requests
!1650
Xiaomi Cancro support
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Imported
Xiaomi Cancro support
cancro
into
master
Overview
7
Commits
14
Pipelines
0
Changes
6
All threads resolved!
Hide all comments
Merged
Imported
Administrator
requested to merge
cancro
into
master
6 years ago
Overview
7
Commits
14
Pipelines
0
Changes
6
All threads resolved!
Hide all comments
Expand
Working:
USB Networking
display
Definitely not working:
Touchscreen (tspdrv doesn't build, I suspect this is the touchscreen driver)
Wireless
Edited
6 years ago
by
Administrator
1
0
Merge request reports
Viewing commit
d71a4c20
Prev
Next
Show latest version
6 files
+
0
−
115
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
d71a4c20
fixed missing files from previous commit
· d71a4c20
Kieran Elmes
authored
6 years ago
aports/device/linux-xiaomi-cancro/03t_spdrv.patch deleted
100644 → 0
+
0
−
12
Options
fix for drivers/tspdrv/tspdrv.c:43:20: fatal error: tspdrv.h: No such file or directory
--- a/drivers/tspdrv/tspdrv.c 2017-12-02 09:07:35.000000000 +1300
+++ b/drivers/tspdrv/tspdrv.c 2018-07-26 15:02:55.056381629 +1200
@@ -40,7 +40,7 @@
#include <linux/platform_device.h>
#include <asm/uaccess.h>
#include <asm/atomic.h>
-#include <tspdrv.h>
+#include "tspdrv.h"
#define IMMVIBESPI_MULTIPARAM_SUPPORT
Loading