[USBPORT] Add stub for USB2_DeallocateHS().
authorVadim Galyant <vgal@rambler.ru>
Sat, 9 Dec 2017 07:58:52 +0000 (16:58 +0900)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sun, 21 Jan 2018 18:35:49 +0000 (19:35 +0100)
drivers/usb/usbport/usb2.c

index b3d7f4d..e36bf1b 100644 (file)
@@ -481,6 +481,15 @@ USB2_AllocateHS(IN PUSB2_TT_ENDPOINT TtEndpoint,
     return Result;
 }
 
+VOID
+NTAPI
+USB2_DeallocateHS(IN PUSB2_TT_ENDPOINT TtEndpoint,
+                  IN ULONG Frame)
+{
+    DPRINT("USB2_DeallocateHS: UNIMPLEMENTED FIXME\n");
+    ASSERT(FALSE);
+}
+
 BOOLEAN
 NTAPI
 USB2_DeallocateEndpointBudget(IN PUSB2_TT_ENDPOINT TtEndpoint,