mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-06 13:39:46 -08:00
Deploy khronokernel/Getting-Started-With-ACPI to github.com/khronokernel/Getting-Started-With-ACPI.git:gh-pages
This commit is contained in:
18
Universal/xosi.md
Normal file
18
Universal/xosi.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Fixing I2C
|
||||
|
||||
Used for tricking our hardware into unlocking Windows functionality inside macOS, mainly used for I2C devices.
|
||||
|
||||
No configuration required, just drop the prebuilt file into your EFI: [SSDT-XOSI](https://github.com/khronokernel/Getting-Started-With-ACPI/blob/master/extra-files/SSDT-XOSI.aml)
|
||||
|
||||
Do note that this SSDT requires an ACPI patch as well:
|
||||
|
||||
Under `ACPI -> Patch`:
|
||||
|
||||
| Comment | String | Change _OSI to XOSI |
|
||||
| :--- | :--- | :--- |
|
||||
| Enabled | String | YES |
|
||||
| Count | Number | 0 |
|
||||
| Limit | Nuber | 0 |
|
||||
| Find | Data | 5f4f5349 |
|
||||
| Replace | Data | 584f5349 |
|
||||
|
||||
Reference in New Issue
Block a user