Hi all,
got my OSX updated from 10.8.4 to 10.8.5 and i lost Bluetooth - Belkin Dongle F8T012xx1 USB
Vendor=050d ProdID=0121 Rev= 4.13
Thanks to this post, you can fix BT by patching IOBluetoothFamily.kext/Contents/PlugIns/BroadcomBluetoothHostControllerUSBTrans port.kext/Contents/Info.plist
<key>BroadcomUSBBluetoothHCIController - Belkin</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.iokit.BroadcomBluetoothHostContr ollerUSBTransp ort</string>
<key>IOClass</key>
<string>BroadcomBluetoothHostControllerUSBTranspor t</string>
<key>IOProviderClass</key>
<string>IOUSBDevice</string>
<key>idProduct</key>
<integer>289</integer>
<key>idVendor</key>
<integer>1293</integer>
</dict>
Thank you
source
got my OSX updated from 10.8.4 to 10.8.5 and i lost Bluetooth - Belkin Dongle F8T012xx1 USB
Vendor=050d ProdID=0121 Rev= 4.13
Thanks to this post, you can fix BT by patching IOBluetoothFamily.kext/Contents/PlugIns/BroadcomBluetoothHostControllerUSBTrans port.kext/Contents/Info.plist
<key>BroadcomUSBBluetoothHCIController - Belkin</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.iokit.BroadcomBluetoothHostContr ollerUSBTransp ort</string>
<key>IOClass</key>
<string>BroadcomBluetoothHostControllerUSBTranspor t</string>
<key>IOProviderClass</key>
<string>IOUSBDevice</string>
<key>idProduct</key>
<integer>289</integer>
<key>idVendor</key>
<integer>1293</integer>
</dict>
Thank you
source
Post a Comment