Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add xiao mi redmi k30 pro #380

Merged
merged 6 commits into from
Feb 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading