Skip to content

Commit

Permalink
Update Usb Map for touchscreen injection (removing unneeded kext)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhl221135 authored Aug 27, 2021
1 parent 463d0da commit 5a4b7ac
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions EFI/OC/#touchscreen.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,10 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key># WARNING</key>
<string>This is temporary solution with USBMap.kext(https://github.com/corpnewt/USBMap),
you can wait until @duszmox inject "XHCI LGD AIT Touch Controller" device via ssdt
For now disable USB map fixup key in your config ACPI part and enable USBMap.kext below
</string>

<key>Kernel</key>
<dict>
<key>Add</key>
<array>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>USBMap.kext</string>
<key>Comment</key>
<string>USBMap.kext</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string></string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
Expand Down

0 comments on commit 5a4b7ac

Please sign in to comment.