diff options
Diffstat (limited to 'host/cmake/msvc/erllc_uhd_b100.inf')
-rw-r--r-- | host/cmake/msvc/erllc_uhd_b100.inf | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/host/cmake/msvc/erllc_uhd_b100.inf b/host/cmake/msvc/erllc_uhd_b100.inf index b28126932..c3a10535a 100644 --- a/host/cmake/msvc/erllc_uhd_b100.inf +++ b/host/cmake/msvc/erllc_uhd_b100.inf @@ -39,22 +39,21 @@ ; ===================================================== DeviceName = "Ettus Research LLC B100" -; Make sure "VID_" and "PID_" are always part of the strings below VendorID = "VID_2500" ProductID = "PID_0002" DeviceGUID = "{43ec6c7f-2686-492f-add6-601ebbf5e89a}" DeviceClassGUID = "{78a1c341-4539-11d3-b88d-00c04fad5171}" ; Date MUST be in MM/DD/YYYY format -Date = "10/10/2011" +Date = "03/29/2016" ; ===================================================== ; ========== END USER CONFIGURABLE SECTION ============ ; ===================================================== -ProviderName = "libusb 1.0" +ProviderName = "Ettus Research" WinUSB_SvcDesc = "WinUSB Driver Service" DiskName = "libusb (WinUSB) Device Install Disk" -ClassName = "libusb (WinUSB) devices" +ClassName = "USRPs" ; ====================== Version ====================== @@ -64,7 +63,7 @@ Signature = "$Windows NT$" Class = %ClassName% ClassGuid = %DeviceClassGUID% Provider = %ProviderName% -CatalogFile = libusb_device.cat +CatalogFile = erllc_uhd.cat ; =================== Class section =================== @@ -100,7 +99,7 @@ Needs=WINUSB.NT ; The Include directive in the USB_Install.Services section includes the system- ; supplied INF for WinUSB. This INF is installed by the WinUSB co-installer if ; it is not already on the target system. The AddService directive specifies -; WinUsb.sys as the device’s function driver. These directives should not be +; WinUsb.sys as the device's function driver. These directives should not be ; modified. [USB_Install.Services] Include=winusb.inf @@ -128,7 +127,7 @@ KmdfLibraryVersion=1.9 ; USB_Install.HW is the key section in the INF. It specifies the device ; interface globally unique identifier (GUID) for your device. The AddReg ; directive puts the interface GUID in a standard registry value. When -; WinUsb.sys is loaded as the device’s function driver, it reads the registry +; WinUsb.sys is loaded as the device's function driver, it reads the registry ; value and uses the specified GUID to represent the device interface. You ; should replace the GUID in this example with one that you create specifically ; for your device. If the protocols for the device change, you should create a |