TABLET2K.INF Driver File Contents (wizpen_xp.exe)

; Tablet2k.inf
; Installation file (.inf) for the Serial Tablet device.
; (c) Copyright 2000 UC-Logic Technology Corp.
;

[Version]
Signature="$Windows NT$"
Provider=%PROVIDER_NAME%
ClassGUID={B322BFC4-E954-11d3-827E-0080C8EF9F99}
Class=UC_LOGIC
LayoutFile=layout.inf
CatalogFile=Tablet2k.cat
DriverVer=09/01/2000
HWVID=UC_LOGIC

[ClassInstall32.NT]
AddReg=Tablet_class_addreg

[Tablet_class_addreg]
HKR,,,,%TabletClassName%
HKR,,"UpperFilters",0x00010000,"TClass2k"

[DestinationDirs]
DefaultDestDir        = 12              ; Windows\System32\drivers
SerTablet.CopyFiles   = 11              ; Windows\System32
USB.CopyDLL           = 11              ; Windows\System32


[Manufacturer]
%PROVIDER_NAME%       = UCLOGIC.Mfg

[UCLOGIC.Mfg]
%DEVICE.WP6045% = SerTablet, SERENUM\U&C6045
%DEVICE.SP6045% = SerTablet, SERENUM\UCL6045
%DEVICE.SP3333% = SerTablet, SERENUM\UCL3333
%DEVICE.SP5375% = SerTablet, SERENUM\UCL5375
%DEVICE.SP5540% = SerTablet, SERENUM\UCL5540
%DEVICE.PP6045% = SerTablet, SERENUM\UCP6045
%DEVICE.WP5540% = SerTablet, SERENUM\UCP5540
%DEVICE.PP3333% = SerTablet, SERENUM\UCP3333
%DEVICE.PP4030% = SerTablet, SERENUM\UCP4030
%DEVICE.PP3525% = SerTablet, SERENUM\UCP3525
%DEVICE.PP3727% = SerTablet, SERENUM\UCP3727
%DEVICE.PP3325% = SerTablet, SERENUM\UCP3325
%DEVICE.WP8060% = SerTablet, SERENUM\UCP8060
;%DEVICE.USB01%  = USB_TABLET, USB\VID_5543&PID_0001, USB\CLASS_03
;%DEVICE.USB02%  = USB_TABLET, USB\VID_5543&PID_0002, USB\CLASS_03
;%DEVICE.USB03%  = USB_TABLET, USB\VID_5543&PID_0003, USB\CLASS_03
;%DEVICE.USB04%  = USB_TABLET, USB\VID_5543&PID_0004, USB\CLASS_03
;%DEVICE.USB05%  = USB_TABLET, USB\VID_5543&PID_0005, USB\CLASS_03
%DEVICE.USB01%  = HID_TABLET, HID\VID_5543&PID_0001
%DEVICE.USB02%  = HID_TABLET, HID\VID_5543&PID_0002
%DEVICE.USB03%  = HID_TABLET, HID\VID_5543&PID_0003
%DEVICE.USB04%  = HID_TABLET, HID\VID_5543&PID_0004
%DEVICE.USB05%  = HID_TABLET, HID\VID_5543&PID_0005
%DEVICE.USB06%  = HID_TABLET, HID\VID_5543&PID_0006
%DEVICE.USB07%  = HID_TABLET, HID\VID_5543&PID_0007
%DEVICE.USB01%  = HID_TABLET, HID\VID_5543&PID_0001&COL01
%DEVICE.USB02%  = HID_TABLET, HID\VID_5543&PID_0002&COL01
%DEVICE.USB03%  = HID_TABLET, HID\VID_5543&PID_0003&COL01
%DEVICE.USB04%  = HID_TABLET, HID\VID_5543&PID_0004&COL01
%DEVICE.USB05%  = HID_TABLET, HID\VID_5543&PID_0005&COL01
%DEVICE.USB06%  = HID_TABLET, HID\VID_5543&PID_0006&COL01
%DEVICE.USB07%  = HID_TABLET, HID\VID_5543&PID_0007&COL01
;=====================================================================
[SerTablet]
AddReg=SerTablet.AddReg
CopyFiles=SerTablet.CopyFiles, SerTablet.CopySysFiles

[SerTablet.AddReg]
HKLM,Software\Microsoft\Windows\CurrentVersion\Run,WService,0,WService.EXE

[SerTablet.CopyFiles]
Tablet2k.inf
WService.exe
Wintab32.DLL
pcpanel.cpl

[SerTablet.CopySysFiles]
Tablet2k.sys
TClass2k.sys
WtSrv.exe

[SerTablet.Services]
AddService = Tablet2k,0x00000002, Tablet2k_Service_Inst, Tablet2k_EventLog_Inst  ; Port Driver
AddService = TClass2k,          , TClass2k_Service_Inst, TClass2k_EventLog_Inst  ; Class Driver
;AddService = WinTabService,     , WinTab_Service_Inst,   WinTab_EventLog_Inst    ; WinTab Service

[WinTab_Service_Inst]
DisplayName    = %WinTab.SvcDesc%
ServiceType    = 16                 ; SERVICE_KERNEL_DRIVER
StartType      = 2                  ; SERVICE_AUTO_START
ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
ServiceBinary  = %12%\WtSrv.exe

[WinTab_EventLog_Inst]

[Tablet2k_Service_Inst]
DisplayName    = %Tablet2k.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Pointer Port
ServiceBinary  = %12%\Tablet2k.sys

[Tablet2k_EventLog_Inst]
AddReg = Tablet2k_EventLog_AddReg

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

[TClass2k_Service_Inst]
DisplayName    = %TClass2k.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 1                  ; SERVICE_SYSTEM_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
LoadOrderGroup = Pointer Class
ServiceBinary  = %12%\TClass2k.sys

[TClass2k_EventLog_Inst]
AddReg = TClass2k_EventLog_AddReg

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

[SerTablet.HW]
AddReg = SerTablet.HW.AddReg

[SerTablet.HW.AddReg]


;=====================================================================
[USB_TABLET]
CopyFiles = USB.CopyOS, USB.CopyDLL

[USB.CopyOS]
hidusb.sys
hidclass.sys
hidparse.sys

[USB.CopyDLL]
hid.dll
pid.dll

[USB_TABLET.Services]
AddService = HidUsb,0x00000002,HID_Service_Inst

[HID_Service_Inst]
DisplayName    = %HID.SvcDesc%
ServiceType    = 1
StartType      = 2
ErrorControl   = 0
ServiceBinary  = %12%\hidusb.sys
LoadOrderGroup = extended base

;=====================================================================
[HID_TABLET]
AddReg=HID_TABLET.AddReg
CopyFiles=SerTablet.CopyFiles, HID.CopySysFiles

[HID_TABLET.AddReg]
HKLM,Software\Microsoft\Windows\CurrentVersion\Run,WService,0,WService.EXE
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,WService,0,WService.EXE

[HID.CopySysFiles]
UCTblHid.sys
TClass2k.sys
WtSrv.exe

[HID_TABLET.Services]
AddService = UCTblHid,0x00000002, UCTblHid_Service_Inst, UCTblHid_EventLog_Inst  ; Port Driver
AddService = TClass2k,          , TClass2k_Service_Inst, TClass2k_EventLog_Inst  ; Class Driver

[UCTblHid_Service_Inst]
DisplayName    = %UCTblHid.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Pointer Port
ServiceBinary  = %12%\UCTblHid.sys

[UCTblHid_EventLog_Inst]
AddReg = UCTblHid_EventLog_AddReg

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


[HID_TABLET.HW]
AddReg = HID_TABLET.HW.AddReg

[HID_TABLET.HW.AddReg]

;=====================================================================
[SourceDisksNames]
100 = %DiskId1%,,,""

[SourceDisksFiles]
Tablet2k.inf = 100,,
WService.exe = 100,,
Wintab32.DLL = 100,,
pcpanel.cpl  = 100,,
Tablet2k.sys = 100,drivers,
UCTblHid.sys = 100,drivers,
TClass2k.sys = 100,drivers,
WtSrv.exe    = 100,drivers,

[Strings]
REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_EXPAND_SZ  = 0x00020000
REG_BINARY     = 0x00000001
REG_DWORD      = 0x00010001
HID.SvcDesc    = "Microsoft HID Class Driver"

SERVICEROOT      = "System\CurrentControlSet\Services"
DiskId1          = "Tablet Driver Disk"
PROVIDER_NAME    = "UC-Logic Technology Corp."
TabletClassName  = "Tablet pointing devices"
UCTblHid.SvcDesc = "HID Tablet Port Driver"
Tablet2k.SvcDesc = "Serial Tablet Port Driver"
TClass2k.SvcDesc = "Tablet Class Driver"
WinTab.SvcDesc   = "WinTab Service"
DEVICE.PP6045    = "Tablet PP6045(Win2000)"
DEVICE.WP5540    = "Tablet WP5540(Win2000)"
DEVICE.SP5540    = "Tablet SP5540(Win2000)"
DEVICE.PP3333    = "Tablet PP3333(Win2000)"
DEVICE.PP4030    = "Tablet PP4030(Win2000)"
DEVICE.PP3525    = "Tablet PP3525(Win2000)"
DEVICE.PP3727    = "Tablet PP3727(Win2000)"
DEVICE.WP6045    = "Tablet WP6045(Win2000)"
DEVICE.SP6045    = "Tablet SP6045(Win2000)"
DEVICE.SP3333    = "Tablet SP3333(Win2000)"
DEVICE.SP5375    = "Tablet SP5375(Win2000)"
DEVICE.PP3325    = "Tablet PP3325(Win2000)"
DEVICE.WP8060    = "Tablet WP8060(Win2000)"
DEVICE.USB01     = "Tablet WP3525 HID(Win2000)"
DEVICE.USB02     = "Tablet WP3325 HID(Win2000)"
DEVICE.USB03     = "Tablet WP4030 HID(Win2000)"
DEVICE.USB04     = "Tablet WP5540 HID(Win2000)"
DEVICE.USB05     = "Tablet WP8060 HID(Win2000)"
DEVICE.USB06     = "Tablet WP2015 HID(Win2000)"
DEVICE.USB07     = "Tablet WP6850 HID(Win2000)"

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: 2.05