From 650a38174ef2f774f9172e22518d9a535bb97a0c Mon Sep 17 00:00:00 2001 From: John Hodge Date: Mon, 3 Feb 2014 22:10:52 +0800 Subject: [PATCH] Modules/EHCI - Name interrupt worker --- KernelLand/Modules/USB/EHCI/ehci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/KernelLand/Modules/USB/EHCI/ehci.c b/KernelLand/Modules/USB/EHCI/ehci.c index 2b3cf567..e7de9a1b 100644 --- a/KernelLand/Modules/USB/EHCI/ehci.c +++ b/KernelLand/Modules/USB/EHCI/ehci.c @@ -901,6 +901,7 @@ void EHCI_int_ReclaimQHs(tEHCI_Controller *Cont) void EHCI_int_InterruptThread(void *ControllerPtr) { tEHCI_Controller *Cont = ControllerPtr; + Threads_SetName("EHCI Interrupt Worker"); while(Cont->OpRegs) { Uint32 events; -- 2.20.1