Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
stevezhengshiqi committed Dec 14, 2019
1 parent 452d1d9 commit 5af4588
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ English | [中文](README_CN.md)
- Intel Bluetooth only works after warm restart from Windows
- 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
- Realtek USB SD Card Reader(RTS5129) is not working
- Have used [SSDT-USB](EFI/CLOVER/ACPI/patched/SSDT-USB.dsl) to disable it in order to save power
Expand Down Expand Up @@ -122,6 +123,7 @@ All the project is made for free, but you can reward me if you want.
- Thanks to [Acidanthera](https://github.com/acidanthera) for providing [AppleALC](https://github.com/acidanthera/AppleALC), [AppleSupportPkg](https://github.com/acidanthera/AppleSupportPkg), [AptioFixPkg](https://github.com/acidanthera/AptioFixPkg), [HibernationFixup](https://github.com/acidanthera/HibernationFixup), [Lilu](https://github.com/acidanthera/Lilu), [OpenCorePkg](https://github.com/acidanthera/OpenCorePkg), [VirtualSMC](https://github.com/acidanthera/VirtualSMC), [VoodooPS2](https://github.com/acidanthera/VoodooPS2), and [WhateverGreen](https://github.com/acidanthera/WhateverGreen).
- Thanks to [alexandred](https://github.com/alexandred) for providing [VoodooI2C](https://github.com/alexandred/VoodooI2C).
- Thanks to [apianti](https://sourceforge.net/u/apianti), [blackosx](https://sourceforge.net/u/blackosx), [blusseau](https://sourceforge.net/u/blusseau), [dmazar](https://sourceforge.net/u/dmazar), and [slice2009](https://sourceforge.net/u/slice2009) for providing [Clover](https://github.com/CloverHackyColor/CloverBootloader).
- Thanks to [daliansky](https://github.com/daliansky) for providing [OC-little](https://github.com/daliansky/OC-little).
- Thanks to [FallenChromium](https://github.com/FallenChromium), [jackxuechen](https://github.com/jackxuechen), [Javmain](https://github.com/javmain), [johnnync13](https://github.com/johnnync13), [Menchen](https://github.com/Menchen), [Pasi-Studio](https://github.com/Pasi-Studio), and [qeeqez](https://github.com/qeeqez) for valuable suggestions.
- Thanks to [hieplpvip](https://github.com/hieplpvip) and [syscl](https://github.com/syscl) for providing sample of DSDT patches.
- Thanks to [kprinssu](https://github.com/kprinssu) for providing [VoodooInput](https://github.com/kprinssu/VoodooInput) and [VoodooInputEngine](https://github.com/kprinssu/VoodooInputEngine).
Expand Down
2 changes: 2 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
- 英特尔蓝牙只有在从Windows热重启后有效
- 阅读[蓝牙解决方案](https://github.com/daliansky/XiaoMi-Pro/wiki/蓝牙解决方案)
- 英特尔无线网卡无法工作
- 使用了[SSDT-DRP08](EFI/CLOVER/ACPI/patched/SSDT-DRP08.dsl)来禁用它以节省电量
- 购买USB网卡或者支持的内置网卡
- 瑞昱USB SD读卡器无法工作
- 使用了[SSDT-USB](EFI/CLOVER/ACPI/patched/SSDT-USB.dsl)来禁用它以节省电量
Expand Down Expand Up @@ -122,6 +123,7 @@ bash -c "$(curl -fsSL https://raw.githubusercontent.com/daliansky/XiaoMi-Pro-Hac
- 感谢 [Acidanthera](https://github.com/acidanthera) 提供 [AppleALC](https://github.com/acidanthera/AppleALC)[AppleSupportPkg](https://github.com/acidanthera/AppleSupportPkg)[AptioFixPkg](https://github.com/acidanthera/AptioFixPkg)[HibernationFixup](https://github.com/acidanthera/HibernationFixup)[Lilu](https://github.com/acidanthera/Lilu)[OpenCorePkg](https://github.com/acidanthera/OpenCorePkg)[VirtualSMC](https://github.com/acidanthera/VirtualSMC)[VoodooPS2](https://github.com/acidanthera/VoodooPS2)[WhateverGreen](https://github.com/acidanthera/WhateverGreen)
- 感谢 [alexandred](https://github.com/alexandred) 提供 [VoodooI2C](https://github.com/alexandred/VoodooI2C)
- 感谢 [apianti](https://sourceforge.net/u/apianti)[blackosx](https://sourceforge.net/u/blackosx)[blusseau](https://sourceforge.net/u/blusseau)[dmazar](https://sourceforge.net/u/dmazar)[slice2009](https://sourceforge.net/u/slice2009) 提供 [Clover](https://github.com/CloverHackyColor/CloverBootloader)
- 感谢 [daliansky](https://github.com/daliansky) 提供 [OC-little](https://github.com/daliansky/OC-little)
- 感谢 [FallenChromium](https://github.com/FallenChromium)[jackxuechen](https://github.com/jackxuechen)[Javmain](https://github.com/javmain)[johnnync13](https://github.com/johnnync13)[Menchen](https://github.com/Menchen)[Pasi-Studio](https://github.com/Pasi-Studio)[qeeqez](https://github.com/qeeqez) 的宝贵建议。
- 感谢 [hieplpvip](https://github.com/hieplpvip)[syscl](https://github.com/syscl) 提供 DSDT 补丁样本。
- 感谢 [kprinssu](https://github.com/kprinssu) 提供 [VoodooInput](https://github.com/kprinssu/VoodooInput)[VoodooInputEngine](https://github.com/kprinssu/VoodooInputEngine)
Expand Down

0 comments on commit 5af4588

Please sign in to comment.