Author: tfaber Date: Tue Jan 31 13:15:29 2017 New Revision: 73643
URL: http://svn.reactos.org/svn/reactos?rev=73643&view=rev Log: [BOOTLIB] - Correctly check for floppy devices in BlockIoEfiGetDeviceInformation. CID 1341189.
Modified: trunk/reactos/boot/environ/lib/io/device.c
Modified: trunk/reactos/boot/environ/lib/io/device.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/environ/lib/io/device.... ============================================================================== --- trunk/reactos/boot/environ/lib/io/device.c [iso-8859-1] (original) +++ trunk/reactos/boot/environ/lib/io/device.c [iso-8859-1] Tue Jan 31 13:15:29 2017 @@ -1012,7 +1012,7 @@ { /* We only support floppy drives */ AcpiPath = (ACPI_HID_DEVICE_PATH*)LeafNode; - if ((AcpiPath->HID == EISA_PNP_ID(0x604)) && + if ((AcpiPath->HID == EISA_PNP_ID(0x604)) || (AcpiPath->HID == EISA_PNP_ID(0x700))) { /* Set the boot library specific device types */