Merge pull request #499 from dortania/2012-bt

Add Transport Exemption to BlueToolFixup
This commit is contained in:
Mykola Grymalyuk
2021-09-22 13:31:17 -06:00
committed by GitHub
6 changed files with 38 additions and 3 deletions

Binary file not shown.

View File

@@ -0,0 +1,15 @@
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;