curriegrad2004
New Member
- Joined
- Jul 15, 2009
- Messages
- 2
This inf file inside this zip file will allow you to use BCM2046 or ISSC's Bluetooth dongles. Although Nimrod already has created his own driver package, this driver is basically a copy of his, but radically different. When I mean radically different, it really is.
The radical difference is: There's only one inf file. And it's only 3KB in size!
This inf file was inspired by Microsoft's own drivers for their Bluetooth transceivers that are used in their mice and keyboards. When I was reading the inf file I was surprised that inf files can reference other inf files to create a 'driver' that uses another drivers files without much modifications.
I don't intend to steal the spotlight from Nimrod, but I believe this driver is better than Nimrod because of the following reasons:
EDIT: I pulled the previous version of the driver as I realized the catalog file wasn't resigned to reflect the changes I made on the inf file! A MSI package for this will be released soon if I can get around to making it.
UPDATE on Aug 26 2009 - These drivers are unnecessary under Windows 7. Apparently Microsoft finally listened to us because Windows 7 now supports most USB Bluetooth dongles without having to install additional software. So if you were thinking of injecting this driver using DISM into a Windows 7 image, that was unnecessary.
The radical difference is: There's only one inf file. And it's only 3KB in size!

This inf file was inspired by Microsoft's own drivers for their Bluetooth transceivers that are used in their mice and keyboards. When I was reading the inf file I was surprised that inf files can reference other inf files to create a 'driver' that uses another drivers files without much modifications.
I don't intend to steal the spotlight from Nimrod, but I believe this driver is better than Nimrod because of the following reasons:
- Micro$oft's legal team won't send Digiex any C+D letters because the driver he provided contains copyrighted content from M$. Even if they did I'd doubt the admins would remove it
- Works with Vista and XP in a single INF file (possibly Windows 7 in the future when I read over Win7's inf file structure.)
- Much smaller compared to the ones created by Nimrod
- Digitally signed by my own CA to comply with Vista x64's driver signing 'policy'
- You do not need to modify any system files. Just load this driver and go.
- New dongles can be added easily if needed. Just edit the inf, regenerate the catalog file and sign if necessary.
EDIT: I pulled the previous version of the driver as I realized the catalog file wasn't resigned to reflect the changes I made on the inf file! A MSI package for this will be released soon if I can get around to making it.
UPDATE on Aug 26 2009 - These drivers are unnecessary under Windows 7. Apparently Microsoft finally listened to us because Windows 7 now supports most USB Bluetooth dongles without having to install additional software. So if you were thinking of injecting this driver using DISM into a Windows 7 image, that was unnecessary.
Attachments
Last edited:
