Skip to content

Commit

Permalink
Inject 0x07DA id as CSRBluetoothHostControllerUSBTransport, it is CSR…
Browse files Browse the repository at this point in the history
… chip so there is unnecessary to use IntelBluetoothFirmware. Tested with Centrino Advanced-N 6235.
  • Loading branch information
zxystd committed Dec 8, 2021
1 parent a9217e8 commit aaf4247
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions IntelBluetoothInjector/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,21 @@
<key>idVendor</key>
<integer>32903</integer>
</dict>
<key>csr</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.iokit.CSRBluetoothHostControllerUSBTransport</string>
<key>IOClass</key>
<string>CSRBluetoothHostControllerUSBTransport</string>
<key>IOProbeScore</key>
<integer>3000</integer>
<key>IOProviderClass</key>
<string>IOUSBHostDevice</string>
<key>idProduct</key>
<integer>2010</integer>
<key>idVendor</key>
<integer>32903</integer>
</dict>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2020 钟先耀. All rights reserved.</string>
Expand Down

0 comments on commit aaf4247

Please sign in to comment.