Skip to content

Commit

Permalink
Documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Jul 25, 2017
1 parent 664eb07 commit 51986d4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
31 changes: 18 additions & 13 deletions KnownPlugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,23 @@ Existing Lilu plugins
This for sure may not be a complete list. If you feel that something is missing, make an issue and it will be included.
Please note that improperly written immature plugins will not be listed there.

- [AirportBrcmFixup](https://sourceforge.net/p/airportbrcmfixup/) - Various patches for Broadcom Airport Wi-Fi cards
- [AppleALC](https://github.com/vit9696/AppleALC) - Native macOS HD audio for not officially supported codecs
- [AzulPatcher4600](https://github.com/coderobe/AzulPatcher4600) - Additional Intel HD 4600 patches for some laptops on 10.12.4+
- [CoreDisplayFixup](https://github.com/PMheart/CoreDisplayFixup) - Non Iris Intel graphics high resolution support
- [EnableLidWake](https://github.com/syscl/EnableLidWake) - Enable lid wake for Intel Graphics Card
- [HibernationFixup](https://sourceforge.net/p/hibernationfixup) - Enable 3 & 25 mode hibernation on certain hardware
- [IntelGraphicsFixup](https://sourceforge.net/p/intelgraphicsfixup) - Various patches necessary for certain Intel GPUs
- [IntelGraphicsDVMTFixup](https://github.com/BarbaraPalvin/IntelGraphicsDVMTFixup) - Patches for DVMT problem on Broadwell/Skylake Intel Graphics
- [NightShiftUnlocker](https://github.com/Austere-J/NightShiftUnlocker) - Enables Night Shift on all the models
- [NvidiaGraphicsFixup](https://sourceforge.net/p/nvidiagraphicsfixup) - Various patches necessary for certain NVIDIA GPUs
- [Shiki](https://github.com/vit9696/Shiki) - Dynamic userspace patcher for macOS
- [WhateverGreen](https://github.com/vit9696/WhateverGreen) - Various patches necessary for certain ATI/AMD GPUs
| Name | Short description |
|:-----|:------------------|
[AirportBrcmFixup](https://sourceforge.net/p/airportbrcmfixup/) | Various patches for Broadcom Airport Wi-Fi cards
[AppleALC](https://github.com/vit9696/AppleALC) | Native macOS HD audio for not officially supported codecs
[AzulPatcher4600](https://github.com/coderobe/AzulPatcher4600) | Additional Intel HD 4600 patches for some laptops on 10.12.4+
[CoreDisplayFixup](https://github.com/PMheart/CoreDisplayFixup) | Non Iris Intel graphics high resolution support
[EnableLidWake](https://github.com/syscl/EnableLidWake) | Enable lid wake for Intel Graphics Card
[HibernationFixup](https://sourceforge.net/p/hibernationfixup) | Enable 3 & 25 mode hibernation on certain hardware
[IntelGraphicsFixup](https://sourceforge.net/p/intelgraphicsfixup) | Various patches necessary for certain Intel GPUs
[IntelGraphicsDVMTFixup](https://github.com/BarbaraPalvin/IntelGraphicsDVMTFixup) | Patches for DVMT problem on Broadwell/Skylake Intel Graphics
[NightShiftUnlocker](https://github.com/Austere-J/NightShiftUnlocker) | Enables Night Shift on all the models
[NvidiaGraphicsFixup](https://sourceforge.net/p/nvidiagraphicsfixup) | Various patches necessary for certain NVIDIA GPUs
[Shiki](https://github.com/vit9696/Shiki) | Dynamic userspace patcher for macOS
[WhateverGreen](https://github.com/vit9696/WhateverGreen) | Various patches necessary for certain ATI/AMD GPUs

Plugins which functionality was merged into other plugins:
- [BrcmWLFixup](https://github.com/PMheart/BrcmWLFixup) - superseded by [AirportBrcmFixup](https://sourceforge.net/p/airportbrcmfixup/)

| Name | Short description |
|:-----|:------------------|
[BrcmWLFixup](https://github.com/PMheart/BrcmWLFixup) | Superseded by [AirportBrcmFixup](https://sourceforge.net/p/airportbrcmfixup/)
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Add `-liludbg` to enable debug printing (available in DEBUG binaries).
Add `-liluoff` to disable Lilu.
Add `-liluslow` to enable legacy user patcher.
Add `-lilulowmem` to disable kernel unpack (disables Lilu in recovery mode).
Add `-lilubeta` to enable Lilu on unsupported os versions.
Add `-lilubeta` to enable Lilu on unsupported os versions (10.13 and below are enabled by default).
Add `-liluforce` to enable Lilu regardless of the os, installer, or recovery.

#### Discussion
Expand All @@ -40,4 +40,3 @@ Add `-liluforce` to enable Lilu regardless of the os, installer, or recovery.
For the contributors with programming skills the headers are filled with AppleDOC comments.
Earlier code changes could be tracked in [AppleALC](https://github.com/vit9696/AppleALC) project.
Writing and supporting code is fun but it takes time. Please provide most descriptive bugreports or pull requests.

0 comments on commit 51986d4

Please sign in to comment.