From 7240f0cf76f3796a12de744b38b96b3fc90e7d3a Mon Sep 17 00:00:00 2001 From: James Tabor Date: Thu, 9 Jun 2005 01:43:07 +0000 Subject: [PATCH] Fixing to start pnp of usb drivers. svn path=/trunk/; revision=15842 --- reactos/drivers/usb/cromwell/host/ohci_main.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/drivers/usb/cromwell/host/ohci_main.h b/reactos/drivers/usb/cromwell/host/ohci_main.h index f7258cfaa7e..2c25b86b46c 100644 --- a/reactos/drivers/usb/cromwell/host/ohci_main.h +++ b/reactos/drivers/usb/cromwell/host/ohci_main.h @@ -42,6 +42,8 @@ typedef struct _OHCI_DEVICE_EXTENSTION ULONG DeviceOpened; //KMUTEX DeviceLock; //CHAR MiniPortDeviceExtension[1]; + BOOLEAN IsFDO; + struct pci_dev * pdev; } OHCI_DEVICE_EXTENSION, *POHCI_DEVICE_EXTENSION;