hppddot4.inf Driver File Contents (lj1237sw.exe)

; DOT4.INF  -- Windows NT 1284.4 class driver setup file
; Copyright (c) 1999 Microsoft Corporation


[Version]
Signature   = "$Windows NT$"
Class       = Dot4
ClassGUID   = {48721b56-6795-11d2-b1a8-0080c72e74a2}
Provider    = %Msft%
LayoutFile  = LAYOUT.INF
CatalogFile = HPPDDOt4.CAT
DriverVer   = 12/03/2001,5.1.2600.0

[ControlFlags]
ExcludeFromSelect = *

;====================================================

[DestinationDirs]
DefaultDestDir     = 10,System32\drivers
Dot4_CopyFiles     = 10,System32\drivers
Dot4Scan_CopyFiles = 10,System32\drivers
Dot4Prt_CopyFiles  = 10,System32\drivers
Dot4USB_CopyFiles  = 10,System32\drivers

;====================================================

[ClassInstall32]
;
; Add the Dot4 class GUID to SYSTEM\CCS\Control\Class
;
AddReg = Dot4ClassAddReg

[Dot4ClassAddReg]
;
; Give the class a descriptive name and an icon
;
HKR,,,,%ClassName%
HKR,,Icon,,"-4"
HKR,,NoInstallClass,,1


;====================================================


[Manufacturer]
%HP% = HP_Models,NTx86.5.1

[HP_Models.NTx86.5.1]
;
; This INF supports models with these PnP IDs
; (Enumerated by any enumerator (*))
;
%LJ_3300%       = LJ3300_Inst,LPTENUM\Hewlett-PackardHP_LaB770
%LJ_3300_USB%   = LJ3300USB_Inst,USB\Vid_03f0&Pid_0817&Rev_0100,USB\Vid_03f0&Pid_0817
%LJ_3330%       = LJ3300_Inst,LPTENUM\Hewlett-PackardHP_La0E2D
%LJ_3330_USB%   = LJ3300USB_Inst,USB\Vid_03f0&Pid_0917&Rev_0100,USB\Vid_03f0&Pid_0917
;
; Copy files for the W2K installation
;

[DOT4USB_Inst.NT]
CopyFiles = DOT4USB_CopyFiles

[DOT4USB_Inst.NT.HW]
AddReg    = DOT4USB_AddReg


[DOT4USB_INST.NT.Services]
AddService = dot4,0x00000002,DOT4_Inst
AddService = dot4usb,,DOT4USB_Service_Inst

[LJ3300_Inst.NT]
AddReg    = LJ3300_AddReg
CopyFiles = Dot4_CopyFiles

[LJ3300USB_Inst.NT]
AddReg    = LJ3300USB_AddReg
CopyFiles = DOT4USB_CopyFiles


;; Three sections to allow need and includes code in OEM infs.
; Copy Base DOT4 driver
[Dot4_OEM]
CopyFiles = Dot4_CopyFiles

; Copy Base DOT4 Scanner driver
[Dot4Scan_OEM]
CopyFiles = Dot4Scan_CopyFiles

; Copy Base DOT4 Print driver
[Dot4Prt_OEM]
CopyFiles = Dot4Prt_CopyFiles

[Dot4_CopyFiles]
Dot4.sys

[Dot4USB_CopyFiles]
Dot4usb.sys
Dot4.sys


[Dot4Scan_CopyFiles]
Dot4Scan.sys

[Dot4Prt_CopyFiles]
Dot4Prt.sys

;
; Special configuration info for W2K
;

[LJ3300_Inst.NT.HW]
AddReg = LJ3300_AddReg

[LJ3300USB_Inst.NT.HW]
AddReg = LJ3300USB_AddReg

;
; Add keys under Enum\enumeratorID\device-instance-id
; These keys name all the "functions" a Dot4 device
; supports. A Friendly-name for the function lives in
; this key.
;

[DOT4USB_AddReg]
HKR,,"LowerFilters",0x00010000,"dot4usb"
HKR,%Printer_Func%,"Description",,%GENERIC_DOT4_PRINT%

[LJ3300_AddReg]
HKR,%Printer_Func%,"Description",,%LJ_3300_Print%
HKLM,%LJ_3300_DOT3%,%ParFwdSkip%,0x00010001,0x60
HKLM,%LJ_3300_DOT3%,%ParRevSkip%,0x00010001,0x778
HKLM,%LJ_3300_DOT3%,%ParResetChannel%,0x00010001, 0x4e

[LJ3300USB_AddReg]
HKR,%Printer_Func%,"Description",,%LJ_3300_Print%
HKR,,"LowerFilters",0x00010000,"dot4usb"


;
; Add the Dot4 driver as a service in W2K
;


[LJ3300_Inst.NT.Services]
AddService = Dot4,0x00000002,Dot4_Inst

[LJ3300USB_Inst.NT.Services]
AddService = dot4,0x00000002,DOT4_Inst
AddService = dot4usb,,DOT4USB_Service_Inst

;
; Service configuration info
;
[Dot4_Inst]
DisplayName    = %Dot4_Name%
ServiceType    = 1             ; Kernel driver
StartType      = 3             ; Manual start
ErrorControl   = 1             ; Error ignore
ServiceBinary  = %12%\Dot4.sys

[DOT4USB_Service_Inst]
DisplayName    = %DOT4USB_NAME% "Dot4USB Filter"
ServiceType    = 1 ;KERNEL_DRIVER
StartType      = 3 ;DEMAND START
ErrorControl   = 0 ;ERROR_IGNORE
ServiceBinary  = %12%\dot4usb.sys
LoadOrderGroup = extended base

;====================================================

;;
;; Exported services sections for use in manufacturer specific INF files
;;

[DOT4.GlobalSection]
Addreg=
CopyFiles  = DOT4.CopySys32Files
AddService = dot4, 0x00000002, DOT4.AddService

[DOT4.Services]
AddService = Dot4,0x00000002,Dot4_Inst

[DOT4.CopySys32Files ]
dot4.sys

[DOT4.AddService]
;
; Service configuration info
;
DisplayName     = %Dot4_Name%
ServiceType     = 1             ; Kernel driver
StartType       = 3             ; Manual start
ErrorControl    = 1             ; Error ignore
ServiceBinary   = %12%\Dot4.sys
;LoadOrderGroup = Base



;====================================================
[Strings]
ntcd                = "Windows XP CD-ROM"
MSFT                = "Microsoft"
Dot4_Name           = "MS IEEE-1284.4 Driver"
DOT4USB_NAME        = "Dot4USB Filter"
ClassName           = "IEEE 1284.4 devices"
HP                  = "HP"
Floppy_Description  = "Disk"
Printer_Func        = "Functions\PRINT"
Scanner_Func        = "Functions\SCAN"
ParFwdSkip          = "ParFwdSkip"
ParRevSkip          = "ParRevSkip"
ParResetChannel     = "ParRC"
Policy              = "Policy"
CreditOnZeroLength  = "CreditOnZeroLength"
PiggyBackCredit     = "PiggyBackCredit"

;
; Parallel Device model specific strings
;
LJ_3300             = "HP LaserJet 3300"
LJ_3300_USB         = "HP LaserJet 3300 USB"
LJ_3330             = "HP LaserJet 3330"
LJ_3330_USB         = "HP LaserJet 3330 USB"
LJ_3300_DOT3        = "System\CurrentControlSet\Control\Dot3\HEWLETT-PACKARDLaserJet_3300"
LJ_3300_Print       = "HP LaserJet 3300 Printer"
;
; USB Device model specific strings
;
DOT4USB.DeviceDesc  = "DOT4 USB Printing Support"
GENERIC_DOT4_PRINT  = "Generic IEEE 1284.4 printing support"
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: ftp, load: 1.31