-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I2dc8b3086cfe97e23ae5c79a4a50e59fc6622a64
- Loading branch information
1 parent
6d17e47
commit 8af9a1a
Showing
11 changed files
with
106 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export CONFIG_TOUCHSCREEN_XIAOMI_TOUCHFEATURE=y | ||
export CONFIG_TOUCHSCREEN_XIAOMI_TOUCHFEATURE=n | ||
export CONFIG_TOUCHSCREEN_FOCALTECH=y | ||
export CONFIG_TOUCHSCREEN_GOODIX_BRL=y | ||
export CONFIG_TOUCHSCREEN_GOODIX_BRL_SPI=y | ||
export CONFIG_TOUCHSCREEN_GOODIX_BRL=n | ||
export CONFIG_TOUCHSCREEN_GOODIX_BRL_SPI=n | ||
export CONFIG_MSM_TOUCH=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
|
||
#define CONFIG_TOUCHSCREEN_XIAOMI_TOUCHFEATURE 1 | ||
#define CONFIG_TOUCHSCREEN_XIAOMI_TOUCHFEATURE 0 | ||
#define CONFIG_TOUCHSCREEN_FOCALTECH 1 | ||
#define CONFIG_TOUCHSCREEN_GOODIX_BRL 1 | ||
#define CONFIG_TOUCHSCREEN_GOODIX_BRL_SPI 1 | ||
#define CONFIG_TOUCHSCREEN_GOODIX_BRL 0 | ||
#define CONFIG_TOUCHSCREEN_GOODIX_BRL_SPI 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.