CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/14 09:21:08
Modified files:
sys/dev/usb : umstc.c
Log 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
