fixed some bugs in machine.inf
[reactos.git] / reactos / media / inf / ports.inf
index 434921c..c91f286 100644 (file)
@@ -28,6 +28,15 @@ HKR, , Icon,           0, "-23"
 [StdMfg]\r
 %*PNP0500.DeviceDesc% = ComPort_Inst,*PNP0500,*PNP0501\r
 %*PNP0501.DeviceDesc% = ComPort_Inst,*PNP0501\r
+%*PNP0400.DeviceDesc% = LptPort_Inst, *PNP0400,*PNP0401\r
+%*PNP0401.DeviceDesc% = LptPort_Inst, *PNP0401\r
+\r
+;---------------------------- LPT PORT DRIVER ---------------------------\r
+\r
+[LptPort_Inst.NT]\r
+CopyFiles = LptPort_CopyFiles.NT\r
+\r
+[LptPort_CopyFiles.NT]\r
 \r
 ;---------------------------- COM PORT DRIVER ---------------------------\r
 \r
@@ -71,3 +80,5 @@ PortsClassName = "Serial and parallel ports"
 StdMfg = "(Standard ports)"\r
 *PNP0500.DeviceDesc = "Serial communication port"\r
 *PNP0501.DeviceDesc = "Serial communication port"\r
+*PNP0400.DeviceDesc = "Standard LPT printer port"\r
+*PNP0401.DeviceDesc = "ECP printer port"
\ No newline at end of file