ricoh sd/mmc windows 2003

; RISDPTSK.inf
; Windows XP/2000 installation file
; for installing RICOH SD/MM Card driver
; Copyright (c) 2001-2005 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= 04/18/2005, 1.00.03.03

[DestinationDirs]
R5C822.Files.x86_12 = 12

[SourceDisksNames.x86]
0=%Desc_x860%

[SourceDisksNames.ia64]


[SourceDisksFiles.x86]
risdptsk.sys=0,,

[SourceDisksFiles.ia64]


[Manufacturer]
%Ricoh%=Ricoh

[Ricoh]
%R5C822Desc%=R5C822_Inst,PCIVEN_1180&DEV_0822

[R5C822_Inst.ntx86]
CopyFiles = R5C822.Files.x86_12

[R5C822_Inst.ntx86.Services]
AddService = risdptsk,0x00000002,R5C822_Service_Instx86,

[R5C822_Service_Instx86]
ServiceType =
%SERVICE_KERNEL_DRIVER%
StartType =
%SERVICE_BOOT_START%
ErrorControl =
%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%risdptsk.sys
LoadOrderGroup = “SD / MMC”
AddReg        = SDDiskAddReg

[SDDiskAddReg]
HKR, “Parameters”, “SDSystemWaitTime”, %REG_DWORD%, 0x00000001


[R5C822.Files.x86_12]
risdptsk.sys

[R5C822_Inst.ntx86.HW]
AddReg = R5C822_Inst.AddReg

[R5C822_Inst.AddReg]
HKR,,FriendlyName,,
%R5C822Desc%
HKR,,DeviceCharacteristics,0x10001,0x00000101
HKR,,DeviceType,0x10001,0x00000007

HKLM,”SOFTWAREMicrosoftWindows NTCurrentVersionPerHwIdStorageRISDPTSK#DISK”,”Icons”,0x00010000,”%SystemRoot%system32shell32.dll,-307″
HKLM,”SOFTWAREMicrosoftWindows NTCurrentVersionPerHwIdStorageRISDPTSK#DISK”,”Label”,,”SD / MMC”
HKLM,”SOFTWAREMicrosoftWindows NTCurrentVersionPerHwIdStorageRISDPTSK#DISK”,”NoSoftEject”,0x00010001,0x00000001
HKLM,”SOFTWAREMicrosoftWindows NTCurrentVersionPerHwIdStorageRISDPTSK#DISK”,”DeviceGroup”,,”SD/MMCStorage”

[Strings]

;  *******Localizable Strings*******
Ricoh= “Ricoh Company”
Desc_x860= “Ricoh SD/MMC Card Controller”
R5C822Desc= “Ricoh SD Bus Host Adapter”
DeviceGroups = “SoftwareMicrosoftWindowsCurrentVersionExplorerAutoplayHandlersDeviceGroups”

;  *******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