mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-15 13:18:56 +10:00
16 lines
503 B
Diff
16 lines
503 B
Diff
diff --git a/BrcmPatchRAM/BlueToolFixup.cpp b/BrcmPatchRAM/BlueToolFixup.cpp
|
|
index 0fa891a..b64b780 100644
|
|
--- a/BrcmPatchRAM/BlueToolFixup.cpp
|
|
+++ b/BrcmPatchRAM/BlueToolFixup.cpp
|
|
@@ -37,8 +37,10 @@ bool BlueToolFixup::start(IOService *provider) {
|
|
}
|
|
setProperty("VersionInfo", kextVersion);
|
|
setName("bluetooth");
|
|
+ /*
|
|
uint8_t bytes[] {0x00, 0x00, 0x00, 0x00};
|
|
setProperty("transport-encoding", bytes, sizeof(bytes));
|
|
+ */
|
|
registerService();
|
|
|
|
return true;
|