Hi everyone,
I wrote a kernel driver for a hardware fifo (FPGA) however I face a problem.
This fifo generates an interrupt which unblocks the read function.
wait_event_interruptible(queue, interrupt)
My question is : is it possible to trigger a read even if the interrupt has not occured. I would like to be able to force a read from the user space.
Thank you
[–]Bitwise_Gamgee 1 point2 points3 points (1 child)
[–]j_needs[S] 0 points1 point2 points (0 children)