; RISDPTSK.inf ; Windows VISTA x86,x64 installation file ; for installing RICOH /MM Card driver ; Copyright (c) 2001-2008 RICOH Company Ltd., All rights Reserved ; This Driver supports R5C8xx RICOH Controller ; [Version] Signature = "$Windows NT$" Class=hdc ClassGUID={4d36e96a-e325-11ce-bfc1-08002be10318} Provider=%Ricoh% CatalogFile =risdptsk.cat DriverVer= 08/21/2008, 6.03.02.21 [DestinationDirs] R5C822.Files.amd64_sys = 12 R5C822.Files.x86_sys = 12 [SourceDisksNames.x86] 0=%Desc_x860% [SourceDisksNames.amd64] 0=%Desc_x860% [SourceDisksFiles.x86] risdptsk.sys=0,, [SourceDisksFiles.amd64] risdsn64.sys=0,, [Manufacturer] %Ricoh%=Ricoh, ntamd64 [Ricoh] %R5C822Desc%=R5C822_Inst,PCI\VEN_1180&DEV_0822 %R5C822Desc%=R5C822_Inst,PCI\VEN_1180&DEV_0822&SUBSYS_9033104D %R5C822Desc%=R5C822_Inst,PCI\VEN_1180&DEV_0822&SUBSYS_9035104D %R5C822Desc%=R5C822_Inst,PCI\VEN_1180&DEV_0822&SUBSYS_903F104D %R5C822Desc%=R5C822_Inst,PCI\VEN_1180&DEV_0822&SUBSYS_9040104D %R5C822Desc%=R5C822_Inst,PCI\VEN_1180&DEV_0822&SUBSYS_9042104D %R5C822Desc%=R5C822_Inst,PCI\VEN_1180&DEV_0822&SUBSYS_9043104D %R5C822Desc%=R5C822_Inst,PCI\VEN_1180&DEV_0822&SUBSYS_9044104D %R5C822Desc%=R5C822_Inst,PCI\VEN_1180&DEV_0822&SUBSYS_9045104D [Ricoh.ntamd64] %R5C822Desc%=R5C822_Inst.ntamd64,PCI\VEN_1180&DEV_0822 %R5C822Desc%=R5C822_Inst.ntamd64,PCI\VEN_1180&DEV_0822&SUBSYS_9033104D %R5C822Desc%=R5C822_Inst.ntamd64,PCI\VEN_1180&DEV_0822&SUBSYS_9035104D %R5C822Desc%=R5C822_Inst.ntamd64,PCI\VEN_1180&DEV_0822&SUBSYS_903F104D %R5C822Desc%=R5C822_Inst.ntamd64,PCI\VEN_1180&DEV_0822&SUBSYS_9040104D %R5C822Desc%=R5C822_Inst.ntamd64,PCI\VEN_1180&DEV_0822&SUBSYS_9042104D %R5C822Desc%=R5C822_Inst.ntamd64,PCI\VEN_1180&DEV_0822&SUBSYS_9043104D %R5C822Desc%=R5C822_Inst.ntamd64,PCI\VEN_1180&DEV_0822&SUBSYS_9044104D %R5C822Desc%=R5C822_Inst.ntamd64,PCI\VEN_1180&DEV_0822&SUBSYS_9045104D [R5C822_Inst] CopyFiles = R5C822.Files.x86_sys [R5C822_Inst.ntamd64] CopyFiles = R5C822.Files.amd64_sys [R5C822_Inst.Services] AddService = risdptsk,0x00000002,R5C822_Service_Instx86, [R5C822_Inst.ntamd64.Services] AddService = risdptsk,0x00000002,R5C822_Service_Instx64, [R5C822_Service_Instx86] ServiceType = %SERVICE_KERNEL_DRIVER% StartType = %SERVICE_AUTO_START% ErrorControl = %SERVICE_ERROR_NORMAL% ServiceBinary = %12%\risdptsk.sys LoadOrderGroup = "SD / MMC" AddReg = SDDiskAddReg [R5C822_Service_Instx64] ServiceType = %SERVICE_KERNEL_DRIVER% StartType = %SERVICE_AUTO_START% ErrorControl = %SERVICE_ERROR_NORMAL% ServiceBinary = %12%\risdsn64.sys LoadOrderGroup = "SD / MMC" AddReg = SDDiskAddReg [SDDiskAddReg] HKR, "Parameters", "SDSystemWaitTime", %REG_DWORD%, 0x00000001 ; for MMC CLK 1/2*BaseClk if 1/4 Set 4 HKR, "Parameters", "MMCClkDev", %REG_DWORD%, 0x00000004 ; If support High Speed SD CLK, Set to 1. HKR, "Parameters", "HispeedCLK", %REG_DWORD%, 0x00000000 HKR, "Parameters", "DMAMode", %REG_DWORD%, 0x00000001 [R5C822.Files.x86_sys] risdptsk.sys [R5C822.Files.amd64_sys] risdsn64.sys [R5C822_Inst.HW] AddReg = R5C822_Inst.AddReg [R5C822_Inst.ntamd64.HW] AddReg = R5C822_Inst.AddReg [R5C822_Inst.AddReg] HKR,,FriendlyName,,%R5C822Desc% HKR,,DeviceCharacteristics,0x10001,0x00000101 HKR,,DeviceType,0x10001,0x00000007 ; HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\RISDPTSK#DISK","Icons",0x00010000,"%SystemRoot%\system32\shell32.dll,-307" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\RISDPTSK#DISK","Label",,"SD / MMC" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\RISDPTSK#DISK","NoSoftEject",0x00010001,0x00000001 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\RISDPTSK#DISK","DeviceGroup",,"SD/MMCStorage" [Strings] ; *******Localizable Strings******* Ricoh= "Ricoh Company" Desc_x860= "Ricoh SD/MMC Controller" R5C822Desc= "Ricoh SD Host Controller" DeviceGroups = "Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\DeviceGroups" ; *******Non Localizable Strings******* SERVICE_BOOT_START = 0x0 SERVICE_SYSTEM_START = 0x1 SERVICE_AUTO_START = 0x2 SERVICE_DEMAND_START = 0x3 SERVICE_DISABLED = 0x4 SERVICE_KERNEL_DRIVER = 0x1 SERVICE_ERROR_IGNORE = 0x0 SERVICE_ERROR_NORMAL = 0x1 SERVICE_ERROR_SEVERE = 0x2 SERVICE_ERROR_CRITICAL = 0x3 REG_EXPAND_SZ = 0x00020000 REG_DWORD = 0x00010001