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;