Add support for Intel Centrino Wireless-N 2230 Bluetooth (8087:07da)#511
Closed
elwrcl wants to merge 2 commits into
Closed
Add support for Intel Centrino Wireless-N 2230 Bluetooth (8087:07da)#511elwrcl wants to merge 2 commits into
elwrcl wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new USB device match entry intended to support the Intel Centrino Wireless‑N 2230 Bluetooth controller (8087:07da) in the IntelBluetoothFirmware kext.
Changes:
- Added a new
IOKitPersonalitiesentry foridVendor=8087/idProduct=07da(decimal 2010). - Committed a number of build-environment / build-setting expansions into
IntelBluetoothFirmware/Info.plist(DT* keys, BuildMachineOSBuild, hardcoded bundle fields/versions).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+5
to
+6
| <key>BuildMachineOSBuild</key> | ||
| <string>21G320</string> |
Comment on lines
+27
to
+42
| <key>DTCompiler</key> | ||
| <string>com.apple.compilers.llvm.clang.1_0</string> | ||
| <key>DTPlatformBuild</key> | ||
| <string>14C18</string> | ||
| <key>DTPlatformName</key> | ||
| <string>macosx</string> | ||
| <key>DTPlatformVersion</key> | ||
| <string>13.1</string> | ||
| <key>DTSDKBuild</key> | ||
| <string>22C55</string> | ||
| <key>DTSDKName</key> | ||
| <string>macosx13.1</string> | ||
| <key>DTXcode</key> | ||
| <string>1420</string> | ||
| <key>DTXcodeBuild</key> | ||
| <string>14C18</string> |
Comment on lines
7
to
+16
| <key>CFBundleDevelopmentRegion</key> | ||
| <string>$(DEVELOPMENT_LANGUAGE)</string> | ||
| <string>en</string> | ||
| <key>CFBundleExecutable</key> | ||
| <string>$(EXECUTABLE_NAME)</string> | ||
| <string>IntelBluetoothFirmware</string> | ||
| <key>CFBundleIdentifier</key> | ||
| <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | ||
| <string>com.zxystd.IntelBluetoothFirmware</string> | ||
| <key>CFBundleInfoDictionaryVersion</key> | ||
| <string>6.0</string> | ||
| <key>CFBundleName</key> | ||
| <string>$(PRODUCT_NAME)</string> | ||
| <string>IntelBluetoothFirmware</string> |
Comment on lines
19
to
+24
| <key>CFBundleShortVersionString</key> | ||
| <string>$(MODULE_VERSION)</string> | ||
| <string>2.5.0</string> | ||
| <key>CFBundleSupportedPlatforms</key> | ||
| <array> | ||
| <string>MacOSX</string> | ||
| </array> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tested on macOS Sequoia
Firmware: ibt-11-5.sfi + ibt-11-5.ddc
USB ID: 8087:07da
BT working, AirDrop partially working