worproject / Rockchip-Windows-Drivers

Windows on Arm drivers for RK35xx platforms.
123 stars 15 forks source link

Fix I2C driver hanging/BSOD'ing on a lot of transactions #3

Closed coolstar closed 10 months ago

coolstar commented 10 months ago

KeSetEvent can't be called from an IRQ or it can eventually lead to a watchdog timeout. Create a DPC and call it from there instead