On Sun, Jul 4, 2010 at 8:59 PM, Freddie Chopin <[email protected]> wrote: > On 2010-07-04 14:04, Xiaofan Chen wrote: >> >> More importantly, we will release the signed driver >> libusb0.sys so that it can be used with 64bit Windows Vista and Windows 7. > > Isn't the signature associated with a specific VID/PID combination? >
No. There are two types of signing. You can embed the digital signature inside the libubs0.sys file and then you can use whatever inf file you want. There will be a warning that the package is not digital signed but you can still install the driver under 64bit Vista/Win7. The other way is to digital signed the driver package and generated the catalog file which has the digital signature. Typically you do that when you submit for WHQL. Even in that case you can also choose to embed the digital signature insode the binary driver (.sys) file. The driver package here means the binary kernel driver, the inf file and the catalog file. You can read this one if you want to know more about KMCS. http://www.microsoft.com/whdc/driver/install/drvsign/kmcs-walkthrough.mspx Or more: http://www.microsoft.com/whdc/driver/install/drvsign/default.mspx -- Xiaofan http://sourceforge.net/projects/libusb-win32/ _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
