diff --git a/distribute/Definitions.txt b/distribute/Definitions.txt index eae71ee..70b1842 100644 --- a/distribute/Definitions.txt +++ b/distribute/Definitions.txt @@ -1,4 +1,4 @@ Manufacturer string: NTB -Product string: MC-Interface +Product string: USB Programming and Debugging Interface VID: 0x8235 PDI: 0x0100 diff --git a/distribute/Output/setup.exe b/distribute/Output/setup.exe index 75b4d18..14a31b4 100644 Binary files a/distribute/Output/setup.exe and b/distribute/Output/setup.exe differ diff --git a/distribute/USBPDI.inf b/distribute/USBPDI.inf index 5752c97..2ba06fe 100644 --- a/distribute/USBPDI.inf +++ b/distribute/USBPDI.inf @@ -2,7 +2,7 @@ Signature = "$Chicago$" provider = %manufacturer% DriverVer = 10/14/2005,0.1.10.2 -CatalogFile = MCInt.cat +CatalogFile = USBPDI.cat Class = LibUsbDevices ClassGUID = {EB781AAF-9C70-4523-A5DF-642A87ECA567} @@ -43,7 +43,7 @@ libusb0.sys [LIBUSB.Files.Dll] libusb0.dll -[LIBUSB.Files.Dll2] +[LIBUSB.Files.DllJNI] LibusbWin.dll ;-------------------------------------------------------------------------- @@ -51,11 +51,11 @@ LibusbWin.dll ;-------------------------------------------------------------------------- [LIBUSB_DEV] -CopyFiles = LIBUSB.Files.Sys, LIBUSB.Files.Dll, LIBUSB.Files.Dll2 +CopyFiles = LIBUSB.Files.Sys, LIBUSB.Files.Dll, LIBUSB.Files.DllJNI AddReg = LIBUSB_DEV.AddReg [LIBUSB_DEV.NT] -CopyFiles = LIBUSB.Files.Sys, LIBUSB.Files.Dll, LIBUSB.Files.Dll2 +CopyFiles = LIBUSB.Files.Sys, LIBUSB.Files.Dll, LIBUSB.Files.DllJNI [LIBUSB_DEV.HW] DelReg = LIBUSB_DEV.DelReg.HW @@ -95,7 +95,7 @@ ServiceBinary = %12%\libusb0.sys ;-------------------------------------------------------------------------- [Devices] -"NTB MC-Interface"=LIBUSB_DEV, USB\VID_8235&PID_0100 +"USB Programming and Debugging Interface"=LIBUSB_DEV, USB\VID_8235&PID_0100 ;-------------------------------------------------------------------------- @@ -103,5 +103,4 @@ ServiceBinary = %12%\libusb0.sys ;-------------------------------------------------------------------------- [Strings] - manufacturer = "NTB"