[PARPORT]
authorEric Kohl <eric.kohl@reactos.org>
Wed, 27 May 2015 20:18:10 +0000 (20:18 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Wed, 27 May 2015 20:18:10 +0000 (20:18 +0000)
commitf4494b1b46d2259d8813564a992b81c3a9aced30
treec60af1d5569867557e057c129e17865a0fa4d5d2
parent556d08c8f1819f14cc3b1ab015098835406d9181
[PARPORT]
- Add FdoQueryBusRelations to enumerate the 'attached' raw port.
- Create the PDO for the raw port (\Device\ParallelX) and let the symbolic link (\DosDevices\LPTX) point to it.
- Move the open, close and write code from the FDO to the PDO.

svn path=/trunk/; revision=67936
reactos/drivers/parallel/parport/fdo.c
reactos/drivers/parallel/parport/hardware.h [new file with mode: 0644]
reactos/drivers/parallel/parport/misc.c
reactos/drivers/parallel/parport/parport.h
reactos/drivers/parallel/parport/pdo.c