merge-requests/1/head
Gerhard Jaeger 2003-10-07 06:26:15 +00:00
rodzic 45d4a7b4ff
commit fec6141ad1
2 zmienionych plików z 1 dodań i 6 usunięć

Wyświetl plik

@ -75,11 +75,6 @@
#ifndef __HWDEFS_H__
#define __HWDEFS_H__
/*
* port definitions
*/
#define _EPPDATA_PORT 4
/*
* port modes
* (WARNING: never change these defines, as they´re used as entries

Wyświetl plik

@ -719,7 +719,7 @@ _LOC int MiscInitPorts( pScanData ps, int port )
ps->IO.pbSppDataPort = (UShort)port;
ps->IO.pbStatusPort = (UShort)port+1;
ps->IO.pbControlPort = (UShort)port+2;
ps->IO.pbEppDataPort = (UShort)port+_EPPDATA_PORT;
ps->IO.pbEppDataPort = (UShort)port+4;
return _OK;
}