;-------------------------------------------------------------------- ; filename : usbonly.inf ; description : Panasonic USB Driver installation file w/o FilterDriver ; target OS : Windows 98/98SE/Me/2000/XP ; ; (C)COPYRIGHT 2005 Panasonic Communications CO.,LTD. ;-------------------------------------------------------------------- ;--------------------------------------------------------------- ; Win98/2K Common Section ; [Version] Signature="$CHICAGO$" Class=USB ClassGUID={36fc9e60-c465-11cf-8056-444553540000} DriverVer = 01/10/2005, 1.0.2.0 Provider=%PCC% [Manufacturer] %PCC%=Models [Models] %DeviceDesc%=KX-TG5576USBD.Dev, USB\VID_04DA&PID_1601 [DestinationDirs] DefaultDestDir=10,System32\Drivers KX-TG5576USBD_COPYFILES = 10,System32\Drivers [PreCopySection] HKR,,NoSetupUI,,1 ;--------------------------------------------------------------- ; Win2000/XP Sections ; [KX-TG5576USBD.Dev.NT] CopyFiles=KX-TG5576USBD_COPYFILES AddReg=KX-TG5576USBD.Dev.Common.AddReg [KX-TG5576USBD.Dev.NT.Services] Addservice = PanasonicKX-TG5576USBD, 0x00000002, KX-TG5576USBD.AddService [KX-TG5576USBD.AddService] DisplayName = %KX-TG5576USBD.SvcDesc% ServiceType = 1 StartType = 3 ErrorControl = 1 ServiceBinary = %10%\System32\Drivers\pccusbd.sys ;--------------------------------------------------------------- ; Win98/98SE/Me Sections ; ;[ClassInstall] ;Addreg=USBClassReg ;[ClassInstall32] ;Addreg=USBClassReg ;[USBClassReg] ;HKR,,,,%USBClassName% ;HKR,,Icon,,-20 [KX-TG5576USBD.Dev] CopyFiles=KX-TG5576USBD_COPYFILES AddReg=KX-TG5576USBD.AddReg,KX-TG5576USBD.Dev.Common.AddReg [KX-TG5576USBD.AddReg] HKR,,DevLoader,,*ntkern HKR,,NTMPDriver,,pccusbd.sys ;--------------------------------------------------------------- ; Win98/2K Common Section ; [KX-TG5576USBD.Dev.Common.AddReg] ;USB Driver parameters HKR, "Parameters", "SendTimerIntervalMsecs", 0x00010001, 4 HKR, "Parameters", "ReceiveTimerIntervalMsecs", 0x00010001, 4 HKR, "Parameters", "SendDivideDataBytes", 0x00010001, 1520 HKR, "Parameters", "ReceiveDivideDataBytes", 0x00010001, 1520 HKR, "Parameters", "EthernetFrameSize", 0x00010001, 1520 HKR, "Parameters", "FastReceiveMode1", 0x00010001, 0 HKR, "Parameters", "FastReceiveMode2", 0x00010001, 1 HKR, "Parameters", "WaitAfterClearDeviceBuffer", 0x00010001, 100 [KX-TG5576USBD_COPYFILES] pccusbd.sys [SourceDisksNames] 1 = %DiskId1%,,,"" [SourceDisksFiles] pccusbd.sys = 1 [Strings] DiskId1 = "Panasonic KX-TG55 Series USB Driver Installation Disc" ;Producing company name displayed by device manager PCC="Panasonic Communications CO.,LTD." ;Device name displayed by device manager KX-TG5576USBD.SvcDesc="Panasonic KX-TG55 USB" DeviceDesc="Panasonic KX-TG55 USB"