From 64bd0a6bd18c988d79d903b3b81eb90a1e56a895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Fri, 10 Jun 2005 21:25:55 +0000 Subject: [PATCH] Add a pointer to the root hub PDO in the usb controller device extension svn path=/trunk/; revision=15853 --- reactos/drivers/usb/cromwell/host/ohci_main.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/drivers/usb/cromwell/host/ohci_main.h b/reactos/drivers/usb/cromwell/host/ohci_main.h index 158085f4ae0..fae5b71c601 100644 --- a/reactos/drivers/usb/cromwell/host/ohci_main.h +++ b/reactos/drivers/usb/cromwell/host/ohci_main.h @@ -45,6 +45,7 @@ typedef struct _OHCI_DEVICE_EXTENSTION //CHAR MiniPortDeviceExtension[1]; BOOLEAN IsFDO; struct pci_dev * pdev; + PDEVICE_OBJECT RootHubPdo; } OHCI_DEVICE_EXTENSION, *POHCI_DEVICE_EXTENSION;