-
-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update main.yml * add xiaomi redmi k30 pro * Update installer.yml * add xiaomi redmi k30 pro * Update installer.yml * add xiao mi redmi k30 pro
- Loading branch information
1 parent
e6b49dd
commit 7352c1a
Showing
13 changed files
with
973 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,8 @@ jobs: | |
- cepheus | ||
- vayu-huaxing | ||
- vayu-tianma | ||
# sm8250 | ||
- lmi | ||
# sm8550 | ||
- fuxi | ||
# sm7325 | ||
|
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 |
---|---|---|
|
@@ -33,6 +33,7 @@ jobs: | |
- guacamole | ||
- guacamoleb | ||
# sdm845 | ||
- fajita | ||
- beryllium-ebbg | ||
- beryllium-tianma | ||
- polaris | ||
|
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
// | ||
// NOTE: The 3rd parameter (i.e. ComplianceRevision) must be >=2 for 64-bit integer support. | ||
// | ||
DefinitionBlock("DSDT.AML", "DSDT", 0x02, "QCOMM ", "SDM850 ", 3) | ||
{ | ||
Scope(\_SB_) { | ||
|
||
// Include("addSub.asl") | ||
Include("dsdt_common.asl") | ||
// Include("cust_dsdt.asl") | ||
|
||
// Include("usb.asl") | ||
|
||
// | ||
// Buttons | ||
// | ||
// Include("cust_arraybutton.asl") | ||
|
||
// | ||
// Bluetooth | ||
// | ||
// Include("wcnss_bt.asl") | ||
} | ||
} |
Oops, something went wrong.