Cascoda / ca8210-linux

Linux kernel driver for direct SPI communication with Cascoda's CA-8210 IEEE 802.15.4 transceiver
BSD 3-Clause "New" or "Revised" License
5 stars 5 forks source link

Wake up the waiting poll thread after adding to the queue #9

Closed CiaranWoodward closed 7 years ago

CiaranWoodward commented 7 years ago

Although the ca8210_test_int_poll function waits on the changing of a condition variable, it is not woken following changes to this. This pull request simply wakes the process after data is added to the fifo, to enable correct operation.