;* ;* Phoenix USB FDD Driver Install Information ;* This INF file installs the standard driver of WindowsMe ;* for the device of VID&PID. ;* ;* Rev 1.2 00.07.05 ;* Remove Windows 2000 sections. ;* ;* Rev 1.1 00.07.05 ;* Added comment description. ;* ;* Rev 1.0 00.07.04 ;* Initial revision. ;* [Version] Signature="$CHICAGO$" Class=USB ClassGUID={36FC9E60-C465-11CF-8056-444553540000} provider=%MSFT% LayoutFile=layout.inf, layout1.inf, layout2.inf CatalogFile=pusbst.cat DriverVer=07/02/2001, 5.00.2042.1 [ControlFlags] ExcludeFromSelect = * [Manufacturer] %MfgName%=Microsoft [Microsoft] %USB\VID_055d&PID_2020.DeviceDesc%=USBSTOR_CBI, USB\VID_055d&PID_2020 ;%USB\VID_0409&PID_0040.DeviceDesc%=USBSTOR_CBI, USB\VID_0409&PID_0040 %GenericBulkOnly.DeviceDesc%=USBSTOR_BULK, USB\Class_08&SubClass_02&Prot_50 %GenericBulkOnly.DeviceDesc%=USBSTOR_BULK, USB\Class_08&SubClass_05&Prot_50 %GenericBulkOnly.DeviceDesc%=USBSTOR_BULK, USB\Class_08&SubClass_06&Prot_50 [PreCopySection] HKR,,NoSetupUI,,1 [DestinationDirs] USBSTOR.CopyList = 10, system32\drivers USBNTMAP.CopyList = 10, system32\drivers USBAUTH.CopyList = 10, system32\drivers ; Windows Me Install Sections ; [USBSTOR_CBI] CopyFiles=USBSTOR.CopyList, USBNTMAP.CopyList AddReg=USBSTOR.AddReg, USBSTOR_CBI.AddReg DriverVer=06/01/2000 [USBSTOR_CB] CopyFiles=USBSTOR.CopyList, USBNTMAP.CopyList AddReg=USBSTOR.AddReg, USBSTOR_CB.AddReg DriverVer=06/01/2000 [USBSTOR_BULK] CopyFiles=USBSTOR.CopyList, USBNTMAP.CopyList AddReg=USBSTOR.AddReg, USBSTOR_BULK.AddReg DriverVer=06/01/2000 [USBSTOR_BULK_AUTH] CopyFiles=USBSTOR.CopyList, USBNTMAP.CopyList, USBAUTH.CopyList AddReg=USBSTOR.AddReg, USBSTOR_BULK.AddReg DriverVer=06/01/2000 [USBSTOR_BULKNO] CopyFiles=USBSTOR.CopyList AddReg=USBSTOR_CBI.AddReg DriverVer=06/01/2000 ; Windows Me Registry Section ; [USBSTOR.AddReg] HKR,,DevLoader,,*NTKERN HKR,,NTMPDriver,,USBSTOR.SYS ; Windows Me Registry Sections ; [USBSTOR_CBI.AddReg] HKR,,DriverFlags,0x00010001,0x00000002 [USBSTOR_CB.AddReg] HKR,,DriverFlags,0x00010001,0x00000003 [USBSTOR_BULK.AddReg] HKR,,DriverFlags,0x00010001,0x00000001 ; Windows Me HW Install Sections ; [USBSTOR_CBI.HW] AddReg=USBSTOR.HW.AddReg [USBSTOR_CB.HW] AddReg=USBSTOR.HW.AddReg [USBSTOR_BULK.HW] AddReg=USBSTOR.HW.AddReg [USBSTOR_BULK_AUTH.HW] AddReg=USBSTOR.HW.AddReg, USBSTOR_AUTH.HW.AddReg [USBSTOR.HW.AddReg] HKR,,upperfilters,0,"USBNTMAP.SYS" [USBSTOR_AUTH.HW.AddReg] HKR,,lowerfilters,0,"USBAUTH.SYS" [USBSTOR.AddService] DisplayName = %USBSTOR.SvcDesc% ServiceType = 1 StartType = 3 ErrorControl = 1 ServiceBinary = %12%\USBSTOR.SYS [USBSTOR.CopyList] USBSTOR.SYS [USBNTMAP.CopyList] USBNTMAP.SYS [USBAUTH.CopyList] USBAUTH.SYS [Strings] MSFT="Microsoft" MfgName="Microsoft" USB\VID_055d&PID_2020.DeviceDesc = "SAMSUNG USB FDD" ;USB\VID_0409&PID_0040.DeviceDesc = "NEC USB Floppy" GenericBulkOnly.DeviceDesc = "USB Mass Storage Device" USBSTOR.SvcDesc = "USB Mass Storage Driver"