From d5dec59f821d1e4d59cf96e002bcd6dca12f787d Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Sun, 22 Jan 2012 23:25:33 +0000 Subject: [PATCH] [USBHUB_NEW] - Fix calling convention of completion routine svn path=/branches/usb-bringup-trunk/; revision=55082 --- drivers/usb/usbhub_new/fdo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/usbhub_new/fdo.c b/drivers/usb/usbhub_new/fdo.c index 0609c2b5d08..a190610fbbb 100644 --- a/drivers/usb/usbhub_new/fdo.c +++ b/drivers/usb/usbhub_new/fdo.c @@ -435,6 +435,7 @@ DeviceStatusChangeThread( } NTSTATUS +NTAPI StatusChangeEndpointCompletion( IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp,