Dmitry Gorbachev schrieb: >> (Descriptor->Flags & CM_RESOURCE_INTERRUPT_LATCHED) >> > > Hi > Is this right? ReactOS' KeConnectInterrupt() does not support > interrupts edge-triggered and shared. >
#*define* *CM_RESOURCE_INTERRUPT_LATCHED* 1 The code just checks now wether this flag is passed. If it is passed, the driver can assume it is supported! kind regards Johannes _______________________________________________ Ros-dev mailing list [email protected] http://www.reactos.org/mailman/listinfo/ros-dev
