Add a pointer to the root hub PDO in the usb controller device extension
Modified: trunk/reactos/drivers/usb/cromwell/host/ohci_main.h
_____
Modified: trunk/reactos/drivers/usb/cromwell/host/ohci_main.h
--- trunk/reactos/drivers/usb/cromwell/host/ohci_main.h 2005-06-10
21:13:15 UTC (rev 15852)
+++ trunk/reactos/drivers/usb/cromwell/host/ohci_main.h 2005-06-10
21:25:55 UTC (rev 15853)
@@ -45,6 +45,7 @@
//CHAR MiniPortDeviceExtension[1];
BOOLEAN IsFDO;
struct pci_dev * pdev;
+ PDEVICE_OBJECT RootHubPdo;
} OHCI_DEVICE_EXTENSION, *POHCI_DEVICE_EXTENSION;
Show replies by date