Skip to content

Commit

Permalink
Force loading of com.apple.driver.AirPort.Brcm4360 for some non-nativ…
Browse files Browse the repository at this point in the history
…e device ids
  • Loading branch information
lvs1974 committed Mar 18, 2018
1 parent 1c5c5e3 commit caa0819
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Binary file not shown.
22 changes: 22 additions & 0 deletions AirportBrcmFixup/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,28 @@
<string>$(MODULE_VERSION)</string>
<key>IOKitPersonalities</key>
<dict>
<key>Airport_Brcm4360</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AirPort.Brcm4360</string>
<key>IOClass</key>
<string>AirPort_Brcm4360</string>
<key>IOMatchCategory</key>
<string>IODefaultMatchCategory</string>
<key>IONameMatch</key>
<array>
<string>pci14e4,4353</string>
<string>pci14e4,4357</string>
<string>pci14e4,43b1</string>
<string>pci14e4,43b2</string>
</array>
<key>IOProbeScore</key>
<integer>1110</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>TruePowerOff</key>
<true/>
</dict>
<key>Broadcom 802.11 PCI</key>
<dict>
<key>CFBundleIdentifier</key>
Expand Down

0 comments on commit caa0819

Please sign in to comment.