https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ab5810576f96491af5ecc2...
commit ab5810576f96491af5ecc24fc1b2870c491bf7d0 Author: Vadim Galyant vgal@rambler.ru AuthorDate: Sat Dec 9 16:58:52 2017 +0900 Commit: Amine Khaldi amine.khaldi@reactos.org CommitDate: Sun Jan 21 19:35:49 2018 +0100
[USBPORT] Add stub for USB2_DeallocateHS(). --- drivers/usb/usbport/usb2.c | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/drivers/usb/usbport/usb2.c b/drivers/usb/usbport/usb2.c index b3d7f4d80c..e36bf1b165 100644 --- a/drivers/usb/usbport/usb2.c +++ b/drivers/usb/usbport/usb2.c @@ -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,