[ros-dev] [ros-diffs] [janderwald] 41970: - Interrupt is only shareable if the type is latched

Johannes Anderwald janderwald at reactos.org
Thu Jul 16 00:49:28 CEST 2009


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




More information about the Ros-dev mailing list