Author :
deraadt
Date :
2020-09-14 15:21:08
Hash :f64b4d9d Message :umstc_intr is not in process context when adjusting wscons brightness. When brightness
is pushed to 0, the backlight is disabled by some backend code which happens to sleep.
Solve this by bouncing to process context via a task.
ok kettenis