X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FUSB%2FCore%2Fusb_io.c;h=25ff59d260dcb3f8d19cb20de1c79341c62d3145;hb=8de6b4e1a2050289458d6489551eb61b6c1d3645;hp=50320c65b115c3a77feb56ed56b0913e5f5623ca;hpb=0e361ff8d9472885f770a370c0d477c229041572;p=tpg%2Facess2.git diff --git a/Modules/USB/Core/usb_io.c b/Modules/USB/Core/usb_io.c index 50320c65..25ff59d2 100644 --- a/Modules/USB/Core/usb_io.c +++ b/Modules/USB/Core/usb_io.c @@ -5,7 +5,7 @@ * usb_io.c * - High-level IO */ -#define DEBUG 1 +#define DEBUG 0 #include #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);