Skip to content

Add support for Intel Centrino Wireless-N 2230 Bluetooth (8087:07da)#511

Closed
elwrcl wants to merge 2 commits into
OpenIntelWireless:masterfrom
elwrcl:master
Closed

Add support for Intel Centrino Wireless-N 2230 Bluetooth (8087:07da)#511
elwrcl wants to merge 2 commits into
OpenIntelWireless:masterfrom
elwrcl:master

Conversation

@elwrcl
Copy link
Copy Markdown

@elwrcl elwrcl commented May 9, 2026

Tested on macOS Sequoia
Firmware: ibt-11-5.sfi + ibt-11-5.ddc
USB ID: 8087:07da
BT working, AirDrop partially working

Copilot AI review requested due to automatic review settings May 9, 2026 12:47
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 IOKitPersonalities entry for idVendor=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>
@elwrcl elwrcl closed this May 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants