Modules/USB - Fixed thread name
[tpg/acess2.git] / Modules / USB / Core / usb_io.c
index 50320c6..25ff59d 100644 (file)
@@ -5,7 +5,7 @@
  * usb_io.c
  * - High-level IO
  */
-#define DEBUG  1
+#define DEBUG  0
 
 #include <usb_core.h>
 #include "usb.h"
@@ -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