USB 2.5.0 -> 2.6.14.3 upgrade: Add some interrupt-related stuff into device extension (will be used after future commits) Modified: trunk/reactos/drivers/usb/miniport/common/usbcommon_types.h _____
Modified: trunk/reactos/drivers/usb/miniport/common/usbcommon_types.h --- trunk/reactos/drivers/usb/miniport/common/usbcommon_types.h 2005-12-27 21:01:58 UTC (rev 20378) +++ trunk/reactos/drivers/usb/miniport/common/usbcommon_types.h 2005-12-27 21:22:27 UTC (rev 20379) @@ -17,11 +17,17 @@
PDEVICE_OBJECT NextDeviceObject; //UNICODE_STRING RegistryPath; UNICODE_STRING HcdInterfaceName; - //PKINTERRUPT InterruptObject; //KSPIN_LOCK InterruptSpinLock; PCM_RESOURCE_LIST AllocatedResources; + + /* Interrupt-related info */ + PKINTERRUPT InterruptObject; ULONG InterruptVector; ULONG InterruptLevel; + KINTERRUPT_MODE InterruptMode; + BOOLEAN InterruptShare; + KAFFINITY InterruptAffinity; + PHYSICAL_ADDRESS BaseAddress; ULONG BaseAddrLength; ULONG Flags;