1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
[Version]
Signature="$CHICAGO$"
Class=USB
provider=%Qualcomm%
LayoutFile=LAYOUT.INF
[ControlFlags]
ExcludeFromSelect = *
[Manufacturer]
%MfgName%=Qualcomm
[Qualcomm]
%USB\Vid_05C6&Pid_1000.DeviceDesc%=USBSTOR_BULK, USB\Vid_05C6&Pid_1000
[PreCopySection]
HKR,,NoSetupUI,,1
[DestinationDirs]
USBSTOR.CopyList = 10, system32\drivers
NTMAP.CopyList = 10, system32\drivers
[USBSTOR]
CopyFiles=USBSTOR.CopyList,NTMAP.CopyList
AddReg=USBSTOR.AddReg
[USBSTOR_BULK]
CopyFiles=USBSTOR.CopyList,NTMAP.CopyList
AddReg=USBSTOR.AddReg, USBSTOR_BULK.AddReg
[USBSTOR.NT]
CopyFiles=USBSTOR.CopyList
[USBSTOR_BULK.NT]
CopyFiles=USBSTOR.CopyList
AddReg=USBSTOR_BULK.AddReg
[USBSTOR.AddReg]
HKR,,DevLoader,,*NTKERN
HKR,,NTMPDriver,,USBSTOR.SYS
[USBSTOR_BULK.AddReg]
HKR,,DriverFlags,0x00010001,0x00000001
[USBSTOR.HW]
AddReg=USBSTOR.HW.AddReg
[USBSTOR_BULK.HW]
AddReg=USBSTOR.HW.AddReg
[USBSTOR.HW.AddReg]
HKR,,upperfilters,0,"NTMAP.SYS"
[USBSTOR.NT.Services]
Addservice = USBSTOR, 0x00000002, USBSTOR.AddService
[USBSTOR_BULK.NT.Services]
Addservice = USBSTOR, 0x00000002, USBSTOR.AddService
[USBSTOR.AddService]
DisplayName = %USBSTOR.SvcDesc%
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\USBSTOR.SYS
[USBSTOR.CopyList]
USBSTOR.SYS
[NTMAP.CopyList]
NTMAP.SYS
[Strings]
MSFT="Microsoft"
MfgName="Qualcomm"
Qualcomm="Qualcomm Incorpotated"
USB\VID_05C6&PID_1000.DeviceDesc="Qualcomm Multimedia USB"
USBSTOR.SvcDesc = "USB Mass Storage Driver" |
Partager