Skip to content

uru4000 irq stop

Benjamin Berg requested to merge benzea/uru4000-irq-stop into master

The irq handler may already be stopped if stop_irq_handler is called. In that case, we should immediately call the handler rather than just never calling it.

This fixes deactivation when the device is unexpectedly unplugged.

Closes: #355 (closed)

Merge request reports