cusbld.inf Driver File Contents (cusb1007.zip)

;   Copyright (c) 1997-1999 Microsoft Corporation
;
[Version]

Signature="$CHICAGO$"
Class=USB
; ClassGuid={745a17a0-74d3-11d0-b6fe-00a0c90f57da}
;
Provider=%VENDOR%
LayoutFile=layout.inf
DriverVer=03/25/2003,1.00.5

;
;   Layout.inf (etc.) list all files shipped with the operating system so the 
;   source description sections are only needed if other files are needed.
;   
;   In order to use IHV drivers, the SourceDisksNames section must list the 
;   disk(s) containing the drivers and the SourceDisksFiles section must list 
;   which disk number each file to be copied is found on.
;   Disk number 99 is used to avoid a conflict with the disk numbers defined 
;   in layout.inf
;
;   HidGame.Sys is the name of the standard analog game device driver so 
;   another name must be used for an IHV driver.  NT will not load a driver 
;   compiled as HidGame.Sys and renamed as another so it must be compiled 
;   under it's final name.
;
;   Files used in a driver installation need to be digitally signed otherwise 
;   installation may fail.  See documentation elsewhere in the DDK regarding 
;   driver signing.
;
[SourceDisksNames]
99=%DiskId%,,

[SourceDisksFiles]
cusbload.sys = 99

[DestinationDirs]
CopyFilesSYS = 10,system32\drivers  ;%SystemRoot%\system32\drivers
DefaultDestDir = 10,system32\drivers


[Manufacturer]
%VENDOR%=Vendor

[Vendor]
;
;   For each device the following must be defined:
;   Device name     - name seen in the Add New Hardware selection dialog
;   Install section - section in this INF to be run to install the device
;   PnP ID          - ID which is matched by PnP when the device is detected
;                     This should not contain spaces and for Win98 compatibility 
;                     should use the form GamePort\VID_9999&PID_9999.
;                     A PnP ID must be used or this device will be detected as 
;                     always present and so loaded during boot even if the 
;                     StartType of the service is SERVICE_DEMAND_START.
;
;Device Name   Install Section     PnP ID
;
%TouchLoad%=   TouchLoad.Inst,     USB\VID_06B4&PID_4856

[TouchLoad.Inst]
CopyFiles = CopyFilesSYS
AddReg    = AddReg.Vendor_Driver

[TouchLoad.Inst.NT]
CopyFiles = CopyFilesSYS
AddReg    = AddReg.Vendor_Driver

[TouchLoad.Inst.NT.Services]
AddService = CusbLoad,%SPSVCINST_ASSOCSERVICE%,Vendor_Service_Inst


[CopyFilesSYS]
CusbLoad.sys

[AddReg.Vendor_Driver]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,"cusbload.sys"

[Vendor_Service_Inst]
DisplayName     = %SvcDesc%
ServiceType     = 1                  ; SERVICE_KERNEL_DRIVER
StartType       = 3                  ; SERVICE_DEMAND_START
ErrorControl    = 0                  ; SERVICE_ERROR_IGNORE
ServiceBinary   = %10%\system32\drivers\cusbload.sys
LoadOrderGroup  = Extended Base

[Strings]
; non localized strings
SPSVCINST_ASSOCSERVICE= 0x00000002

;localized strings
VENDOR          = "Citron GmbH"
DiskId          = "Citron TouchLoader (USB) Installation and Drivers Disk"
TouchLoad       = "Citron Touch Loader"

SvcDesc         = "Citron: Touch device driver (USB)"

Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web3, load: 1.47