Dada
Dada
[DriverService64]
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\%MFGFILENAME%64.sys
;-----------------------------------------------------------------------------; Vendor and Product ID Definitions
;-----------------------------------------------------------------------------; When developing your custom USB device, the VID and PID used in the PC side
; application program and the firmware on the microcontroller must match.
; Modify the below line to use your VID and PID. Use the format as shown below.
; Note: One INF file can be used for multiple devices with different VID and PID
s.
; For each supported device, append ",USB\VID_xxxx&PID_yyyy" to the end of the l
ine.
;-----------------------------------------------------------------------------[DeviceList]
%DESCRIPTION%=DriverInstall, USB\VID_04D8&PID_000B, USB\VID_04D8&PID_000C, USB\V
ID_04D8&PID_01F0 USB\VID_04D8&PID_01F1, USB\VID_04D8&PID_01F2, USB\VID_04D8&PID_
01F3, USB\VID_04D8&PID_01F4, USB\VID_04D8&PID_01F5, USB\VID_04D8&PID_0010
[DeviceList.ntamd64]
%DESCRIPTION%=DriverInstall64, USB\VID_04D8&PID_000B, USB\VID_04D8&PID_000C, USB
\VID_04D8&PID_01F0 USB\VID_04D8&PID_01F1, USB\VID_04D8&PID_01F2, USB\VID_04D8&PI
D_01F3, USB\VID_04D8&PID_01F4, USB\VID_04D8&PID_01F5, USB\VID_04D8&PID_0010
;-----------------------------------------------------------------------------; String Definitions
;-----------------------------------------------------------------------------;Modify these strings to customize your device
;-----------------------------------------------------------------------------[Strings]
DEVICEMANAGERCATEGORY="Custom USB Devices"
MFGFILENAME="mchpusb"
MFGNAME="Microchip Technology, Inc."
INSTDISK="Microchip Technology, Inc. Installation Disc"
DESCRIPTION="Microchip Custom USB Device"
;-----------------------------------------------------------------------------; Source Files
;-----------------------------------------------------------------------------;The source file name prefixes need to be the same name as the string MFGFILENAM
E
;above
;-----------------------------------------------------------------------------[SourceDisksFiles]
mchpusb.sys=1
mchpusb64.sys=1