Modules/USB - Fixed thread name
authorJohn Hodge <[email protected]>
Sat, 14 Jan 2012 04:43:25 +0000 (12:43 +0800)
committerJohn Hodge <[email protected]>
Sat, 14 Jan 2012 04:43:25 +0000 (12:43 +0800)
Modules/USB/Core/usb_io.c
Modules/USB/Core/usb_poll.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);
index ec03036..b6927fe 100644 (file)
@@ -70,6 +70,8 @@ int USB_PollThread(void *unused)
                        }
                }
 
+//             Log_Debug("USBPoll", "giUSB_PollPosition = %i", giUSB_PollPosition);
+
                // A little evil for neater code
                prev = (void*)( (tVAddr)&gUSB_PollQueues[giUSB_PollPosition] - offsetof(tUSBEndpoint, Next) );
 

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