Skip to content

Commit

Permalink
Update install.sh and remove SSDT-DRP08
Browse files Browse the repository at this point in the history
  • Loading branch information
stevezhengshiqi committed Apr 11, 2020
1 parent a35409c commit f7dcce9
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 41 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,3 +504,10 @@ English | [中文](Changelog_CN.md)

### OC
- [OC] Update config to support `OpenCore` v0.5.7


## [XiaoMi NoteBook Pro EFI v1.3.9](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/releases/tag/v1.3.9)
## X-XX-2020

### Remove
- Remove `SSDT-DRP08` to unlock Intel Wi-Fi
7 changes: 7 additions & 0 deletions Changelog_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,3 +504,10 @@

### OC
* [OC] 更新 config 来支持 `OpenCore` v0.5.7


## [XiaoMi NoteBook Pro EFI v1.3.9](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/releases/tag/v1.3.9)
## X-XX-2020

### 移除
* 移除 `SSDT-DRP08` 来解锁内置 Intel Wi-FI
Binary file removed EFI/CLOVER/ACPI/patched/SSDT-DRP08.aml
Binary file not shown.
29 changes: 0 additions & 29 deletions EFI/CLOVER/ACPI/patched/SSDT-DRP08.dsl

This file was deleted.

8 changes: 0 additions & 8 deletions EFI/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@
<key>Path</key>
<string>SSDT-DMAC.aml</string>
</dict>
<dict>
<key>Comment</key>
<string>Disable RP08 device</string>
<key>Enabled</key>
<true/>
<key>Path</key>
<string>SSDT-DRP08.aml</string>
</dict>
<dict>
<key>Comment</key>
<string>Add EC device</string>
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ English | [中文](README_CN.md)
- Intel Bluetooth may cause sleep problems and does not support some Bluetooth devices
- View [Work-Around-with-Bluetooth](https://github.com/daliansky/XiaoMi-Pro/wiki/Work-Around-with-Bluetooth)
- Intel Wi-Fi(Intel Wireless 8265) is not working
- Have used [SSDT-DRP08](EFI/CLOVER/ACPI/patched/SSDT-DRP08.dsl) to disable it in order to save power
- Buy a USB Wi-Fi dongle or supported wireless card
- View [#330](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/issues/330), some test drivers are provided there
- Realtek USB SD Card Reader(RTS5129) is not working
Expand Down
1 change: 0 additions & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
- 英特尔蓝牙可能会导致睡眠问题,并且不支持部分蓝牙设备
- 阅读[蓝牙解决方案](https://github.com/daliansky/XiaoMi-Pro/wiki/蓝牙解决方案)
- 英特尔无线网卡无法工作
- 使用了[SSDT-DRP08](EFI/CLOVER/ACPI/patched/SSDT-DRP08.dsl)来禁用它以节省电量
- 购买USB网卡或者支持的内置网卡
- 阅读[#330](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/issues/330),里面提供了测试驱动
- 瑞昱USB SD读卡器无法工作
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ function main() {
;;

7)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/daliansky/XiaoMi-Pro-Hackintosh/master/one-key-hidpi/one-key-hidpi.sh)"
bash -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/master/hidpi.sh)"
returnMenu
;;

Expand Down
2 changes: 1 addition & 1 deletion install_cn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ function main() {
;;

7)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/daliansky/XiaoMi-Pro-Hackintosh/master/one-key-hidpi/one-key-hidpi_cn.sh)"
bash -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/master/hidpi.sh)"
returnMenu
;;

Expand Down

0 comments on commit f7dcce9

Please sign in to comment.