Skip to content

Commit

Permalink
add xiao mi redmi k30 pro (#380)
Browse files Browse the repository at this point in the history
* 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
yuweiyuan8 authored Feb 3, 2024
1 parent e6b49dd commit 7352c1a
Show file tree
Hide file tree
Showing 13 changed files with 973 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- cepheus
- vayu-huaxing
- vayu-tianma
# sm8250
- lmi
# sm8550
- fuxi
# sm7325
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- guacamole
- guacamoleb
# sdm845
- fajita
- beryllium-ebbg
- beryllium-tianma
- polaris
Expand Down
Binary file added Platform/Xiaomi/sm8250/AcpiTables/lmi/DSDT.aml
Binary file not shown.
24 changes: 24 additions & 0 deletions Platform/Xiaomi/sm8250/AcpiTables/lmi/Dsdt.asl
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")
}
}
Loading

0 comments on commit 7352c1a

Please sign in to comment.