Files
fluxengine/dep/libusbp/test/drivers/usb_test_b_native.inf
2021-12-11 18:59:44 +01:00

57 lines
1.3 KiB
INI

; Copyright (C) 2015 Pololu Corporation
; This driver file is not needed on Windows 8.1 and later because each device
; implements Microsoft OS 2.0 Descriptors.
[Strings]
DriverPackageDisplayName="USB Test Device B Driver"
ManufacturerName="Pololu Corporation"
ClassName="Universal Serial Bus devices"
DeviceInterfaceGUID="{99c4bbb0-e925-4397-afee-981cd0702163}"
pDA02="USB Test Device B"
[DefaultInstall]
CopyINF=usb_test_b_native.inf
[Version]
DriverVer=12/23/2015,1.0.1
Signature=$Windows NT$
Class=USBDevice
ClassGuid={88BAE032-5A81-49F0-BC3D-A4FF138216D6}
Provider=%ManufacturerName%
CatalogFile=pololu.cat
DriverPackageDisplayName=%DriverPackageDisplayName%
[Manufacturer]
%ManufacturerName%=Models,NTamd64
[ClassInstall32]
AddReg=ClassInstall_AddReg
[ClassInstall_AddReg]
HKR,,,0,%ClassName%
HKR,,IconPath,%REG_MULTI_SZ%,"%systemroot%\system32\setupapi.dll,-20"
HKR,,NoInstallClass,,1
HKR,,BootCritical,,0
HKR,,Configurable,,1
[Models]
%pDA02%=USB_Install, USB\VID_1FFB&PID_DA02
[Models.NTamd64]
%pDA02%=USB_Install, USB\VID_1FFB&PID_DA02
[USB_Install]
Include = Winusb.inf
Needs = WINUSB.NT
[USB_Install.Services]
Include = Winusb.inf
Needs = WINUSB.NT.Services
[USB_Install.HW]
AddReg = Dev_AddReg
[Dev_AddReg]
HKR,,DeviceInterfaceGUIDs,0x00010000,%DeviceInterfaceGUID%