Modules/USB - Fixed thread name
[tpg/acess2.git] / Modules / USB / Core / usb_io.c
index cd8fbcd..25ff59d 100644 (file)
@@ -103,6 +103,7 @@ void USB_AsyncCallback(void *Ptr, void *Buf, int Length)
 
 void USB_AsyncThread(void *Unused)
 {
+       Threads_SetName("USB Async IO Thread");
        for(;;)
        {
                tAsyncOp *op = Workqueue_GetWork(&gUSB_AsyncQueue);

UCC git Repository :: git.ucc.asn.au