[haiku-development] Re: Emergency keyboard shortcut handler

Michael Lotz schrieb:

USB HID drivers each, as was done for the F12 hack previously. Is there any reason why this couldn't be moved into the input_server? The code
Yes, you usually want to trigger KDL from inside a hardware interrupt
handler, because everything else may not be working anymore, or may
not be scheduled anymore.

regards
Marcus

Other related posts: