This device, if like mine, is compatible with the AppleUSBBluetoothHCIController.kext instead of the Broadcom one
Just add a small key section in the Info.plist of the Apple kext mentionned above;
<key>Generic BTD</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleUSBBluetoothHCIController</string>
<key>IOClass</key>
<string>AppleUSBBluetoothHCIController</string>
<key>IOProviderClass</key>
<string>IOUSBDevice</string>
<key>bcdDevice</key>
<integer>0x3d10</integer>
<key>idProduct</key>
<integer>1</integer>
<key>idVendor</key>
<integer>0x0a12</integer>
</dict>
where the bcdDevice id should be the Location Id you found in the System Profiler for your device.
see my other post here;
http://www.insanelym...p;#entry1359184