UCSerUSB.inf Driver File Contents (Digitizer.zip)

; UCSerUSB.inf
; Copyright (c) 2003 UC-Logic Technology Corp

[version]
signature="$WINDOWS NT$"
Class=HIDClass
ClassGuid={745a17a0-74d3-11d0-b6fe-00a0c90f57da}
Provider=%UC%
LayoutFile=layout.inf
DriverVer=08/20/2004,5.1.3.3
Catalogfile=UCSerUSB.cat

[ControlFlags]
ExcludeFromSelect=*

[DestinationDirs]
DefaultDestDir              =11     ;LDID_SYS      Windows\System32
UCPenSerial.NT.Copy         =12     ;LDID_DRIVERS  Windows\System32\drivers
UCPen.NT.Copy               =12     ;LDID_DRIVERS  Windows\System32\drivers

; Drivers
;----------------------------------------------------------
[Manufacturer]
%UCLOGIC%=UCLOGIC

[UCLOGIC]
%ACPI\DEVICE.SERIAL% = UCPenACPIInst, ACPI\UCL0200

%DEVICE.WP6045% = UCPenSerInst, SERENUM\U&C6045
%DEVICE.SP6045% = UCPenSerInst, SERENUM\UCL6045
%DEVICE.SP5540% = UCPenSerInst, SERENUM\UCL5540
%DEVICE.SP3333% = UCPenSerInst, SERENUM\UCL3333
%DEVICE.SP5375% = UCPenSerInst, SERENUM\UCL5375
%DEVICE.PP6045% = UCPenSerInst, SERENUM\UCP6045
%DEVICE.WP5540% = UCPenSerInst, SERENUM\UCP5540
%DEVICE.PP3333% = UCPenSerInst, SERENUM\UCP3333
%DEVICE.PP4030% = UCPenSerInst, SERENUM\UCP4030
%DEVICE.PP3525% = UCPenSerInst, SERENUM\UCP3525
%DEVICE.PP3727% = UCPenSerInst, SERENUM\UCP3727
%DEVICE.PP3325% = UCPenSerInst, SERENUM\UCP3325
%DEVICE.WP8060% = UCPenSerInst, SERENUM\UCP8060
%DEVICE.WP8563% = UCPenSerInst, SERENUM\UCP8563
%DEVICE.WP1410% = UCPenSerInst, SERENUM\UCP1410
%DEVICE.WP9873% = UCPenSerInst, SERENUM\UCP9873

; SERENUM
[UCPenSerInst.NT]
CopyFiles     = UCPen.NT.Copy

[UCPenSerInst.NT.HW]
AddReg        = UCPen.NT.HW.AddReg

[UCPenSerInst.NT.Services]
AddService    = UCPen,0x00000002,UCPenServiceInst,UCPenEventLogInst

; ACPI
[UCPenACPIInst.NT]
CopyFiles     = UCPen.NT.Copy, UCPenSerial.NT.Copy

[UCPenACPIInst.NT.HW]
AddReg        = UCPenACPI.NT.HW.AddReg, SerialInst.NT.HW.AddReg

[UCPenACPIInst.NT.Services]
AddService    = UCPen,0x00000002,UCPenServiceInst,UCPenEventLogInst
AddService    = Serial,,SerialServiceInst, SerialEventLogInst


;-------------------------------------------------------------------------------
[UCPen.NT.Copy]
ucserhid.sys

[UCPenSerial.NT.Copy]
serial.sys

; -------------- UCPen Pen Driver install section
[UCPenEventLogInst]
AddReg       = UCPenEventLogAddReg

[UCPenEventLogAddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\ucserhid.sys"
HKR,,TypesSupported,0x00010001,7

[UCPen.NT.HW.AddReg]
HKR,,"ACPIDevice",0x00010001,0
HKR,,"EnableLP",0x00010001,1
HKR,,"LPOld",0x00010001,2
HKR,,"LPNew",0x00010001,1

[UCPenACPI.NT.HW.AddReg]
HKR,,"ACPIDevice",0x00010001,1
HKR,,"EnableLP",0x00010001,1
HKR,,"LPOld",0x00010001,2
HKR,,"LPNew",0x00010001,1


[UCPenServiceInst]
DisplayName    = %UCPen.SVCDESC%
ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
StartType      = 3               ;
ErrorControl   = 1               ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\ucserhid.sys
LoadOrderGroup = Extended Base


; -------------- Serial Port Driver install sections
[SerialInst.NT.HW.AddReg]
HKR,,"LowerFilters",0x00010000,"serial"
HKR,,"MultiportDevice",0x00010001,0

[SerialEventLogInst]
AddReg         = SerialEventLogAddReg

[SerialEventLogAddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\serial.sys"
HKR,,TypesSupported,0x00010001,7

; -------------- Serial Port Driver install sections
[SerialServiceInst]
DisplayName    = %Serial.SVCDESC%
ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
StartType      = 3               ; SERVICE_DEMAND_START
ErrorControl   = 0               ; SERVICE_ERROR_IGNORE
ServiceBinary  = %12%\serial.sys
LoadOrderGroup = Extended base

;-------------------------------------------------------------------------------
[SourceDisksNames.x86]
100 = %DiskId1%,,,""

[SourceDisksFiles.x86]
ucserhid.sys = 100,,


[Strings]
UC                    = "UCLOGIC"
UCLOGIC               = "UC-Logic Technology Corp."
UCPen.SVCDESC         = "UC-Logic Serial Pen To HID MiniDriver"
Serial.SVCDESC        = "Serial Port Driver"

DiskId1               = "Tablet Driver Disk"
ACPI\DEVICE.SERIAL    = "Serial Pen Tablet To HID MiniDriver"
DEVICE.PP6045         = "Tablet PP6045 HID MiniDriver"
DEVICE.WP5540         = "Tablet WP5540 HID MiniDriver"
DEVICE.PP3333         = "Tablet PP3333 HID MiniDriver"
DEVICE.PP4030         = "Tablet PP4030 HID MiniDriver"
DEVICE.PP3525         = "Tablet PP3525 HID MiniDriver"
DEVICE.PP3727         = "Tablet PP3727 HID MiniDriver"
DEVICE.WP6045         = "Tablet WP6045 HID MiniDriver"
DEVICE.SP6045         = "Tablet SP6045 HID MiniDriver"
DEVICE.SP5540         = "Tablet SP5540 HID MiniDriver"
DEVICE.SP3333         = "Tablet SP3333 HID MiniDriver"
DEVICE.SP5375         = "Tablet SP5375 HID MiniDriver"
DEVICE.PP3325         = "Tablet PP3325 HID MiniDriver"
DEVICE.WP8060         = "Tablet WP8060 HID MiniDriver"
DEVICE.WP8563         = "Tablet WP8563 HID MiniDriver"
DEVICE.WP1410         = "Tablet WP1410 HID MiniDriver"
DEVICE.WP9873         = "Tablet WP9873 HID MiniDriver"

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: web4, load: 1.01